Plugin Author
Prisna
(@prisna)
Greetings,
good to know you like the plugin!
I’m checking your site and I see you’re trying to use the shortcode inside a text widget. You can’t do that, that’s a limitation on the text widgets.
However, there are different ways to enable this functionality, please see:
http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/
Regards
Hello Again!
I did not know, “By default, shortcodes does not work in sidebar widgets.” Thank you so much for the shortcodes link. I added the filter.
// Enable shortcodes in text widgets
add_filter(‘widget_text’,’do_shortcode’);
It works like a “charm” >>> https://www.voicecry.com
~John
Plugin Author
Prisna
(@prisna)
Greetings,
good to know it’s working fine now.
If you don’t require further assistance regarding this matter, we’d appreciate if you could mark the ticket as resolved.
Regards