I don't know what it is called when you search Google on how to make a dynamic menu in umbraco for a website that scrolls down when you press the menu links, just like the page here.
I know you use #contact in the menu link to scroll down to the contact section of the page, but I have no idea how to make a menu like that in umbraco that is dynamic
thanks for reply. it is one of the harder ones to make in umbraco and i have tried for a long time now without a solution. if i need to find a solution on google what should i look for
Need help with dynamic menu
I don't know what it is called when you search Google on how to make a dynamic menu in umbraco for a website that scrolls down when you press the menu links, just like the page here.
http://demo.harnishdesign.net/html/kenil/index-text-rotator.html
I know you use #contact in the menu link to scroll down to the contact section of the page, but I have no idea how to make a menu like that in umbraco that is dynamic
It very depend on your implementation:
thanks for reply. it is one of the harder ones to make in umbraco and i have tried for a long time now without a solution. if i need to find a solution on google what should i look for
Hi, the question you have rather related to pure frontend and not depends on Umbraco.
All you have to do on Umbraco-side is to create content blocks IDs and get it in the navigation menu.
where
Model.ContentBlocks
is yourNestedContent
datatype property anditem.Title
is property of each of yourNestedContent
item.is working on a reply...