Can anyone provide some insight, I’ve come across others with the same issue so i’m wondering if it is a theme issue?
Hi Shaunrafuse,
I would start with the basics and figure out if a plugin is causing an issue. Disable all your plugins, clear the cache (if applicable) and see if it starts behaving. If it does, you know it’s a problem issue so you’ll need to start turning on plugins one by one, clearing the cache between (if applicable) until you find out which one is causing the problem.
Regarding cache, a lot of hosts also use a caching system, so it’s a good idea to check with your host and make sure if you need to clear that, too.
Unrelated most likely, but should be investigated – looking at the page source, you’ve got something funky going on. You have a html anchor tag call to a Google+ page taking place at the very top of your page – before even the DOCTYPE is being declared. That shouldn’t be there.
Oh, and I encourage you to review the following: http://codex.wordpress.org/Forum_Welcome#No_Bumping
Cheers!
Chris
Thanks Chris..
I believe it’s been a plugin issue.. Jet-pack seems to be the problem at the moment… As for the Google+ call, I was told to throw my +tag in the header.php so that’s why it’s there but it definitely doesn’t seem to be the right place…
You’re welcome.
Regarding the header.php, that file in most themes will call the <head> content and usually the top part of the <body> content. So, review your theme’s header.php and make sure your google plus code is located after the opening <body> tag. Don’t just throw the code at the top of the file and expect it to work correctly.
You might also find this link useful: http://codex.wordpress.org/Designing_Headers
Fixed that up, thanks Chris.. I had it right before the opening body tag :S…