Hey yflement,
It sounds like your WordPress theme doesn’t currently allow shortcodes to be used in widgets. In our plugin we include the following code which allows shortcodes to be used in widgets:
//Allows shortcodes in theme
add_filter('widget_text', 'do_shortcode');
We added this to allow the shortcode in our plugin to be able to be used in widgets even if the theme doesn’t allow it. If that code isn’t included in your theme then when you deactivate the plugin the code is removed and you’re not able to use shortcodes in widgets again.
To overcome this you can simply add the above code to your theme’s functions.php file which will then allow your theme to use shortcodes in widgets.
Let me know whether that makes sense, or if you have any further questions.
John
Smashballoon, you are a lifesaver!
It was exactly as you said. I thought you could use shortcodes in widgets by default.
Many thanks!
No probs, happy to help! 🙂
We were pulling facebook reviews into a WordPress web page with this short code: [facebook_reviews]
Now all we get is: No review available.
Will you help us get back up and running? the web page is http://www.ocalapoolboys.com/about-us/facebook-reviews/
Thanks
Hey jithomps,
That shortcode isn’t from our plugin. All of our shortcodes start with [custom-facebook-feed ..]. It sounds like you might be using a different Facebook plugin. Could you check whether that’s the case?
Many thanks,
John
Thank you for the timely response. We are using
Version 2.3.10 | By Smash Balloon | View details
the guy who set this up used the shortcode [facebook_reviews] and it worked, but now has stopped.
Hey jithomps,
I see that you have our plugin activated on your website but that shortcode isn’t for our plugin. We don’t have a “facebook_reviews” shortcode built into the plugin. The only shortcode the plugin uses is [custom-facebook-feed]. Our plugin doesn’t currently have the ability to display Facebook reviews.
You may need to check with the person who set it up as it’s not possible that they used our plugin to display Facebook reviews on your site.
Many thanks!
John