• Resolved mike73

    (@mike73)


    Hallo,

    … your plugin “WP Featured Content and Slider” is very graet!

    We need the possibility to use own HTML-content or further shortcode in the Featured Content (in the “sub-content” area).

    But your plugin allow no own HTML-code (e.g.: DIV-Tags, A-Tags, P-Tags, etc.) in the “sub-content” area.
    Example:
    We create a new Featured Content and paste the little HTML-code:
    <div class=”col-box” style=”color:#fff;”>
    TestText
    </div>

    But the only was is appear, is the string “TestText”.

    We would very happy if you can help us?
    It’s very important for us!
    Many thanks for your quickly answer!

    Gru?, Mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Sorry for the inconvenience there is no functionality to display content with HTML Because if we use HTML with content limit then HTML tag will break and design will break

    If you want to use HTML then you need to customize the plugin core file
    suppose you are using design-1 then go to the following file

    wp-featured-content-and-slider/templates/designs/design-1.php

    and find code <?php echo wpfcas_limit_words($excerpt,$words_limit); ?> at line
    no 31 and just replace this code with <?php echo get_the_content(); ?> thats it but limitation is you can not use content_words_limit parameter

    Note:- Your changes will lose when plugin update

    Thanks

    Thread Starter mike73

    (@mike73)

    Hallo,

    … thanks for your quickly answer/help/tip.
    Own HTML-Code work very fine.
    But, a another short code (e.g.: [sample_short_code]) is not possible!?

    Maybe can you adding this feature (an option for own HTML/ShortCode-Content), in the next free version/update? Please ??

    Many thanks for your support!

    Gru?, Mike

    • This reply was modified 5 years, 11 months ago by mike73.
    • This reply was modified 5 years, 11 months ago by mike73.
    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Thanks for your feedback. our technical team will think about this.
    if you like our plugin and support please give your review and rating to this plugin

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Own HTML-Content in Featured Content (in the “sub-content” area)’ is closed to new replies.