I'm not sure what is causing this, but I am getting a naked
tag inserted above the tabbed content. There is one for each tab, and if I delete a tab set one of the line breaks goes away.
I'm not sure if this is some interaction with the theme or another plug-in, but I can't figure out where it is coming from.
http://scottcommercialcapital.com/?page_id=331
http://wordpress.org/extend/plugins/wordpress-post-tabs/
I am getting the same issue. There are several br tags above the tabs.
I found that if you just leave a space between the end tab shortcode and the next starting tab shortcode the problem does not occur.
It doesn't hurt to put the tags on a separate line, e.g.:
[tab name="title1"]
/* some content here */
[/tab]
[tab name="title2"]
/* other content here */
[/tab]
[end_tabset]
It's parsed as a block anyway. Also helpful: if you use the option to NOT load on every page (very good to reduce the site's overall page load) then don't forget to tick the box for that particular page/post to load it on that one. Else, you get to see bare nekkid tags as well. :-)
bstritesky
Member
Posted 1 year ago #
Hope this gets fixed sometime, but lmilesw's solution worked. Thanks!
Ahmad Bagadood
Member
Posted 1 year ago #
I have the same problem and the above suggested solutions did not work for some reason. Please help.
@Imilesw: Thanks, your workaround works very well for me!
natedawg5969
Member
Posted 7 months ago #