How to call the contoller

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 12 ans
Hi Ciwan,

Thank you for your reply. Actually I'm working on a custom theme, and theme has all categories listed as main menu bar on top.

Look here, http://users.tpg.com.au/j_birch/plugins/superfish/#sample4 . The menu I've built is similar to Navbar Style Menu on referred link. To get this work I want to have following markup:

<ul>
   <li><a href="#">Parent Category</a>
         <ul>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
         </ul>
   </li>
   <li><a href="#">Parent Category</a>
         <ul>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
         </ul>

   </li>
   <li><a href="#">Parent Category</a></li>
   <li><a href="#">Parent Category</a>
         <ul>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
                <li><a href="#">Child Category</a></li>
         </ul>

   </li>
</ul>

And then there will be some jquery as on superfish menu that will be necessary to apply styling and classes dynamically. I have done with implementing this with static menu. And tried to look into making it dynamic. But didn't have a clue.

Currently NC generates menu with only parent category and not with child category. I just want to have markup like above generated with all parent category and child category. Once I have this, I can apply styles & implement superfish kind of menu.

Please let me know if you want any more information. Any help is appreciated. Thank you in advance.

Awaiting your response.
Il y a 12 ans
Anybody?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.