Problems with JavaScript Site Menu Header when upgrading to WordPress 3.5
-
Hi,
I just upgraded our company website: https://www.human1.com, which is using a custom theme that has a javascript graphic menu on the top of our home page.
After upgrading the custom menus aren’t working and it’s displaying all the menus under the graphics instead of showing each relevant menu when you hover your mouse over each graphic.
The code used to control this on the backend in the header.php file is this:
<!-- This JavaScript snippet activates those tabs --> <script> // perform JavaScript after the document is scriptable. $(function() { // setup ul.tabs to work as tabs for each div directly under div.panes $("ul.tabs").tabs("div.panes > div", { event: 'mouseover', effect: 'fade', history: true }); }); </script>
What do I need to do to this to get it to work under the new javascript in 3.5?
Please help, this is urgent as our main site is compromised.
Thank you so much!!
Alexandra
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Problems with JavaScript Site Menu Header when upgrading to WordPress 3.5’ is closed to new replies.