Gibcosta
Member
Posted 3 years ago #
As you can see the drop down navigation that previously worked perfectly no longer works, i think i may have installed a conflicting plugin, which have since removed but still doesn't work, aslo showing up jscript errors, it's the lastest version of the inove theme, i'd ove to get this repaired as had quite a lot of content hidden behind there and wold like to display more. any ideas, if anyone can give me repair tips it'd be great, will provide you any info that is needed. - http://gibcosta.com
Your problem is most likely being caused by the 300+ html errors mixed with 21 css errors. Please validate your code.
Gibcosta
Member
Posted 3 years ago #
yes thanks for that, i'm going through them bit by bit, they're mainly caused by feeds, but none of those are the js problem that is causing this - your 40 errors isn't quite perfect either!
I've definitely had experiences where faulty html + css kill javascript functionality, but that is not what is causing your menu to fail... actually, it's an easy fix, just open header.php and move this line (54):
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/menu.js"></script>
below the wp_head(); hook and you should be fine. I'm not sure if this will cause other problems, but it worked for me.
Gibcosta
Member
Posted 3 years ago #
it worked, brilliant , you're a star thanks so much, i owe you one - now on to the small task of cleaning up the html and css for w3 validation, thanks again