Tabs only seem to display when logged into WordPress
-
It seems as if the tabs will only display when I am logged into WordPress. When I am not logged into WordPress just the text of the tab content displays. However, this seems somewhat inconsistent as sometimes when I am not logged in to WordPress the tabs will display correctly.
One potential cause might be that I am using a plugin called (Spots). A spot is similar to a text widget and I am using it on the home page to allow the client to maintain the content for that part of the page.
The tab shortcode is inside a spot.
I had a similar issue with using the theme’s slideshow shortcode in a spot. The theme 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 – which I could not determine what that reference should be).So I tried using the shortcode on a page that did not use a Spot and it seems to consistently work correctly regardless of if I am logged in or not.
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
Thanks
- The topic ‘Tabs only seem to display when logged into WordPress’ is closed to new replies.