-
AuthorPosts
-
aciencias Friend
aciencias
- Join date:
- October 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
November 7, 2012 at 8:30 pm #182034Hello everybody,
I’m using JA University template in my website. It’s great and I have no problem at all but I’d like to know if is possible to hide sub menus in mega menu system using mobile devices.
By default, in mobile devices layout JA Universite template drops down all items and this feature it could be confusing for my customers.Thanks for your support 🙂
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 8, 2012 at 3:31 am #472232Hi aciencias,
By default, in mobile devices, this JA University template has only 1 menu button named: Navigation, it doesnot show sub-menu items until you click it. Does it show all in your site? Please post your site url here, we shall check this for you.
aciencias Friendaciencias
- Join date:
- October 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
November 8, 2012 at 6:54 am #472244Hi Saguaros,
sorry for my bad explanation. Navigation menu drops down really only when you click it… it’s the behavior of this action what I want to change. By default, when you click, all items and subitems have shown and I’d like to display only first level by example.
My website is still offline anyway if you test JA University demo with your mobile, http://responsivetest.net/ or similar the result is the same I’ve described above.swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
November 8, 2012 at 9:43 am #472259You can edit the relevant css file to not show the children
for example, go to layout-mobile.css and find this code
div.ja-megamenu ul.level1 li.mega {height: auto !important;
}
and add a display:none; to it so that it looks like thisdiv.ja-megamenu ul.level1 li.mega {
height: auto !important;
display: none;
}aciencias Friendaciencias
- Join date:
- October 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
November 8, 2012 at 3:54 pm #472313Thanks swissa!!! it worked but now, next level doesn’t show clicking previous level, you know. Any idea about this issue?
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
November 8, 2012 at 4:03 pm #472316<em>@aciencias 345380 wrote:</em><blockquote>Thanks swissa!!! it worked but now, next level doesn’t show clicking previous level, you know. Any idea about this issue?</blockquote>
Run the demo template here on a mobile and the same happens. Without the css hack.
This is a BUG I think and hopefully JA will pick it up.
1 user says Thank You to swissa for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by swissa 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum