For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
What kind of source code you get around menu? Is menu manager giving out anything.
Do you have that menu template as file in /modules/MenuManager/templates ?
Uh-huh... so, the menu is in the html source output in the page, but it doesn't show up... looks like CSS problem here.
So... does the menu show up at all or are you unable to make just the children show up?
Uh-huh... so, the menu is in the html source output in the page, but it doesn't show up... looks like CSS problem here.
So... does the menu show up at all or are you unable to make just the children show up?
No, I can't get the menu to show up at all. I've done menus quite a few times this way and it's always worked before, but for some reason this time it just won't show up. I haven't a clue why.
it is just much faster if checking directly site with combination of source code and css together with "web developer" or something. it also shows if some other problems like missing divs, confusing css styles, etc. But i understand that this is not always possible.
If you see the source code like you posted then it must be css problem like Vin suggested earlier. Get "web developer" add-on to your firefox browser and spend some time editing css in real time with it. There must be something like "display:none" or "position:absolute;text-indent:-999em" somewhere. You should be able to find it with it.