On our main blog page the sidebar is displaying below the posts preview. It also displays under the posts in a couple category pages. On the single post pages the sidebar displays in the correct spot next to the post. I am using the single sidebar layout. Any idea or help would be greatly appreciated. Here is a link to our blog site: http://joshandmonicasstudio.com/blog
Sidebar displaying below posts
Started by
jamsdtf
, Jan 24 2012 08:10 PM
6 replies to this topic
#1
Posted 24 January 2012 - 08:10 PM
#2
Posted 24 January 2012 - 10:32 PM
First try disabling all plugins to see if one is causing a conflict.
Have you done any php or css customization and if so, can you post it here?
#3
Posted 24 January 2012 - 11:25 PM
Have not done any php or css customization. I will try the plug ins
#4
Posted 24 January 2012 - 11:30 PM
Tried deactivating all the plugins, no change. I am confused because it is only not displaying correctly on a couple pages. The rest of the pages are fine.
#5
Posted 24 January 2012 - 11:43 PM
If you validate your site here: http://validator.w3....tudio.com/blog/
you will see there are html markup errors on the page.
You will want to go through the html in your pages/posts/features etc. and fix any unclosed, overlapping or improperly coded html tags.
#6
Posted 09 February 2012 - 06:01 PM
@kastelic thanks for the help but I wouldn't know where to start with that.
#7
Posted 10 February 2012 - 03:31 AM
Are you using any HTML in your pages and posts? If so, you may have an unclosed paragraph tag like shown in this example:
^ Notice there is no end tag to close the paragraph.
<p>TEXT HERE
^ Notice there is no end tag to close the paragraph.










