drfaustus72
Member
Posted 2 months ago #
The plugin breaks one of the pages on my site. When I deactivate the plugin the page is displayed correctly. I tried all the options on/off, but that doesn't seem to help. Ideas?
http://thomasrichter.net/ascot2/scenario-missions/
Content is displayed twice, once outside of post div, before all other divs, then again in the correct place.
Thanks
-tr
http://wordpress.org/extend/plugins/simple-facebook-connect/
You're using some other plugin that is doing shortcodes or filters or something else wrong, so that it causes the content to display twice. Best I can say is to not use SFC with that other plugin.
drfaustus72
Member
Posted 2 months ago #
Thanks. It's only on that one page which is weird. I'll play around with the other plugins to see what happens.
drfaustus72
Member
Posted 2 months ago #
So, there was a SHOW POST shortcode for that page and that's probably what did it. I use a post as part of the slideshow and wanted the same content on a separate page. rather than shortcoding it, I just copied and pasted the content.
If that "SHOW POST shortcode" is doing an "echo" of some sort, then it is indeed the problem.