Shortcodes not consistently working inside a Spot
-
Hello,
I am having issues using two different shortcodes inside a spot. One shortcode is provided by the theme and the other shortcode is from a plugin.
I saw a similar question and part of your reply said: If that shortcode isn’t registered at the time the spot tries to call it…”
Question: How can I determine if/when the shortcode is registered?
The theme’s author suggested adding add_filter(‘widget_text’, ‘do_shortcode’); to functions.php (as suggested here) but that did not seem to have any effect. Although I think perhaps ‘widget_text’ in the filter needed to be replaced with a reference to the spots widget but I could not determine what that reference should be.
Questions:
1. Have you run into this before and do you know what the fix is?
2. Can you recommend any additional troubleshooting I can do? (I have tried disabling all the plugins, changing themes, etc).Here is a link to the site.
Thank you.
- The topic ‘Shortcodes not consistently working inside a Spot’ is closed to new replies.