Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Would anyone help a newbie? :) Please?
#6
So in template I remove
Code:
<div id="menu-wrapper">
        <div id="menu">
            <ul>
                <?php get_navigation(return_page_slug()); ?>
            </ul>
        </div>
    </div>

And transform to
Code:
<div id="menu-wrapper">
        <div id="menu">
            <ul  id="gooeymenu1" class="gelbuttonmenu">
<li class="current  index"><a href="http://shop.clickitshop.ro/" title="Bun venit pe prima pagina !">Pagina de casa</a></li>
<li class="test"><a href="*shop.clickitshop.ro/test/" title="PAgina 2">Pagina 2</a></li>
<li class="test-1"><a href="*shop.clickitshop.ro/test-1/" title="Pagina 3">Pagina 3</a></li>
<li class="gallery"><a href="*shop.clickitshop.ro/gallery/" title="Gallery">Galerie</a></li>
<li class="contact"><a href=*shop.clickitshop.ro/contact/" title="Contact">Contact</a></li>
</ul>

<script>
gooeymenu.setup({id:'gooeymenu1', selectitem:1})
</script>
        </div>
    </div>

I removed the Http because I cant post more than 2 links. And Still after i did that...It don't work. Sad Sorry if I am annoying.
Reply


Messages In This Thread
Would anyone help a newbie? :) Please? - by andrew_andrew3 - 2012-09-04, 19:24:18



Users browsing this thread: 1 Guest(s)