Content Holder Menu vs. Dynamic Menu--which should I be using?
I've recently taken over managing a site handled through BC. I'm trying to add submenus to our navigation but I'm struggling to determine how since the previous person set up menus via the Content...
View ArticleRe: Content Holder Menu vs. Dynamic Menu--which should I be using?
Doing a static menu in a content holder allows you to only put it once in a template, but its not really very easy to manage.Menu module CSS HTML only option and maybe also use the V2 layout abilities...
View ArticleRe: Content Holder Menu vs. Dynamic Menu--which should I be using?
So, if I understand correctly, I should eliminate the content holder menu and apply the dynamic menus in order to add submenus. If that's correct, is there a proper way to make that transition so I...
View ArticleRe: Content Holder Menu vs. Dynamic Menu--which should I be using?
Let me ask this also: Is it possible to have submenus within a content holder menu and, if so, how? (Wondering if modifying the current state would be better than risk breaking site links.)How do I...
View ArticleRe: Content Holder Menu vs. Dynamic Menu--which should I be using?
If your menu is set up like <ul><li>Menu Item 1</li><li>Menu Item 2</li> <ul> <li>Sub Item 1</li> <li>Sub Item 2</li>...
View ArticleRe: Content Holder Menu vs. Dynamic Menu--which should I be using?
Hi Cedric, thanks for replying! There is: <ul class="nav"> <li><a href="/">HOME</a></li> <li><a href="/about-us">ABOUT US</a></li>...
View ArticleRe: Content Holder Menu vs. Dynamic Menu--which should I be using?
I would always suggest to primarily choose dynamic menu module v2 which looks like this on your template:{module_menu, version="2", menuId="12345678", moduleTemplateGroup="Default"} change 12345678 to...
View Article