Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author lukerollans

    (@hellolukerollansme)

    Hi ahnahendrix,

    I could have sworn this came up in a previous thread, but I can’t seem to find it. Anyway, shortcodes not working in a widget box is a theme issue, not a plugin issue.

    What kind of widget is it? I’m assuming Text?

    You need to add this code to your themes functions.php file so that it processes shortcodes within Widgets.

    add_filter('widget_text', 'do_shortcode');

    Regarding the quotation Mark, can you please open the testimonial in the WordPress admin area, switch to the “Text” tab instead of “Visual” and link me a screenshot?

    Cheers.

    Plugin Author lukerollans

    (@hellolukerollansme)

    Considering this resolved. Please feel free to re-open if you have any further issues ??

    Thread Starter ahnahendrix

    (@ahnahendrix)

    Hi! I haven’t gotten a chance to try your recommendations yet. But where do I add the code in the php file? I’m no coding specialist.

    Thanks.

    Thread Starter ahnahendrix

    (@ahnahendrix)

    Even on a page format, they look completely different from each other and the quotations error is still occurring.

    Unfortunately, I do not have time to deal with going back and forth. Just need it to work.

    Plugin Author lukerollans

    (@hellolukerollansme)

    Hi ahnahendrix,

    The code above needs to go in to your themes functions.php file. This is located at /wp-content/themes/yourthemename/functions.php

    Regarding the quotation error, I’m sorry, but we’ll need more information to see if we can help you. Can you please at least provide a link to the page where you’re experiencing the issue?

    Please note that Clean Testimonials is a free plugin and we only offer limited free support. If you have a custom issue that you would like our help with, then we do offer a premium support option.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode and Quotations issue’ is closed to new replies.