Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

My site is www.ofertia.net and I already installed yoast plugin, it seems to be a great plugin with a lot of features yet when I go see my homepage the design is a bit broken, the slidedeck changed a bit, you can see better what happens in the "submit" button down below the page , in the contact form, it's broken or split in two. If I remove from my header.php, which I had to add to make yoast plugin truly work, the page goes back to normal. That's why I know it has to do with yoast plugin. I'd really appreciate your help. I need to know what's causing this and what I need to do to fix it.

Thank you guys in advance!

share|improve this question
What do you remove from header.php to make the site work again? It looks like you're including jQuery twice, are you enqueueing properly? – m0r7if3r Jan 28 '12 at 17:43

closed as too localized by toscho Aug 1 '12 at 23:37

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Fix your code html errors first and that will help with the page rendering: [Invalid] Markup Validation of ofertia.net - W3C Markup Validator. Scroll down in the validation report to see line numbers and source code.

And you are loading two different jQuery libraries and have a JS error. Use Firebug with Firefox, or in Chrome or Safari or IE8, use the developer tools to see what's loading on your site.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.