SOLVED Mobile responsive menu not displaying sub-menu items
Posted 10 years 4 months ago
I have a site which I just updated to Joomla 3.3.6. Site looks fine except that on mobile display, the sub-menu items are not displayed. When you click the main menu item, it displays the sub-menu items but it is already loading up the main menu page so you can never view sub-menu item pages. After doing research, I set the RokSprocket modules to 'hidden-phone' but that didn't help. Any ideas?
Re: SOLVED Mobile responsive menu not displaying sub-menu items
Posted 10 years 3 months ago
Damir,
It is working now.
I looked at the gantry-custom.css file online and can see no changes or, at least, none that are documented with a comment line as being either edited or commented out by you. Also, the timestamp had not been changed. I compared against my last backup of the gantry-custom.css file and didn't see any differences in CSS code for menu related declarations.
Did you physically remove code? If so, you should have commented out the code and added a comment that it was done by you, such as "/* commented out to resolve mobile menu sublink display issue by Damir - RocketTheme - 1/22/2015 */'.
Re: SOLVED Mobile responsive menu not displaying sub-menu items
Posted 10 years 3 months ago
Damir,
Thanks. That seems to have resolved the issue. Looking at the code, I'm still not quite why I even had that last declaration. I suspect, I picked it up from another post and simply added without really considering what it would do. My bad! Won't do that again.