There is a missing div tag somewhere in your code that is causing problems with me site layout. Just thought you should know.
Hi semblance,
Could you please leave some example URL to allow us check this issue?
Sure. Its currently in development, so its password protected to keep it from being crawled. l/p is everythingvr/9e639a
There is normally a sidebar on the left of this page. I went through all my plugins to findout which plugin was causing it to disappear. And it ended up being yours. When I enable your plugin, the sidebar disappears. When I disable it, it reappears. The theme developer checked it and noted it was a plugin that was causing it...leading to my investigation.
https://www.everythingvr.com/apps/get-ready-to-play-spotify-during-your-uber-ride-188
Thanks!
Thank you semblance,
But we do see the left sidebar, please look at this screen: http://screencast.com/t/libkwGwW0
I'm very sorry. I meant "right" sidebar. That was a typo on my part. I have deactivated your plugin, and you can compare what it is supposed to look like to the image you sent me. I can reactivate it afterward if you wish to investigate it further.
Ok,
Please activate the wpDiscuz...
Plugin activated again.
Did you have a chance to take a look?
Hi semblance,
Something strange is going on with your theme. This is difenetly not a wpDiscuz div issue, we just checked all div-s in comment area and all are correct and all are closed with </div>-s. There is not HTML syntax problem with wpDiscuz.
We're really sorry but we can't support these theme's strangers, we have no clue. This theme is changing own div structure depending on different comment areas. We even removed whole wpDiscuz comment section using Firebug , but it still don't show the right sidebar.
Ok Tom. Thank you so much for looking into this for me. I will inform the theme developers.
From the theme developer:
"That information is not enough to help me locate the issue. How does their plugin work specifically with the comments? Does it require specific compatibility? Does it use an action or filter in a way that does not jive with the theme? I'm not familiar with that plugin so I'm not sure what specifically it needs in order to work. Engine shouldn't be doing anything so modify the code that I'm aware of, but then again it's always possible there is something in there..."
Hi semblance,
It simply changes the Wordpress default comment area.
It works in comments_template() template tag, and loads /wpDiscuz/comment-form/form.php file instead of the default comments.php of your current active theme.
I disabled on the theme's comment code, and everything works perfectly now. Thank you for your help.