Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Would anyone help a newbie? :) Please?
#7
Just move the jquery line before the other 2, as below.

Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<link href="http://shop.clickitshop.ro/theme/Elegantblue/gooeymenu/gooeymenu.css" rel="stylesheet">
<script src="http://shop.clickitshop.ro/theme/Elegantblue/gooeymenu/gooeymenu.js" type="text/javascript"></script>

and change your menu code to

Code:
<div id="menu-wrapper">
<div id="menu">
<ul  id="gooeymenu1" class="gelbuttonmenu">
<?php get_navigation(return_page_slug()); ?>
</ul>
</div>
</div>
<script>
gooeymenu.setup({id:'gooeymenu1'})
</script>
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
Would anyone help a newbie? :) Please? - by n00dles101 - 2012-09-04, 19:29:27



Users browsing this thread: 1 Guest(s)