We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. AbeAlpha
  2. General Discussion
  3. Thursday, 17 July 2014
  4.  Subscribe via email
I do 2 megamenus in my web * for responsive layouts, one for large and medium, and other for small and extrasmall.

How to hide the menus when he detects the media?



Txal
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
1
Votes
Undo
For now I did succeeded. ;)

Steps:
1-. Make two megamenus. Link
2-. Sticky menus on top. Link
3-. Change the ID of the second menu "t3-mainnav2"
4-. Add the following line to custom.css:
@media (max-width: 767px) {#t3-mainnav {display:none!important;}}
@media (min-width: 768px) {#t3-mainnav2 {display:none!important;}}

5-. Development Mode must be enabled. (I would like to know how is without less, if someone know plz sayit me ;))
6-. Change this value on variables.less line 286: @grid-float-breakpoint: 0px;
7-. Enjoy it :)


?-. Questions:
It is possible in step 4 instead to hide, do not load it. For a lighter load?
It is possible to set Dropdown Trigger Hover in one menu, and Dropdown Trigger Click in other?
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Yeah, the best way to understand is to explore how it work with real exercises ;)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
thanks for the guide,

I am currently initiating me to study programming, I do not pretend to use this for business at the moment, just to understand a bit more the basics with a few simple exercises.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi AbeAlpha,

1. It is possible in step 4 instead to hide, do not load it. For a lighter load?

A: in this case, you have to use PHP to check by devices.

2. It is possible to set Dropdown Trigger Hover in one menu, and Dropdown Trigger Click in other?

A: By default, Megamenu has option to select "Dropdown Trigger": hover or click but it's global configuration, not for a specific menu item. This belongs to customization and it's out of support by default.

P/S: If you want to get those things above done, you can order a tweak, it's a paid support for such kind of customization: http://www.joomlart.com/joomlart/joomlart-tweak-service-for-joomla-magento-products

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
?-. Questions:
It is possible in step 4 instead to hide, do not load it. For a lighter load?
It is possible to set Dropdown Trigger Hover in one menu, and Dropdown Trigger Click in other?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Great work, AbeAlpha. It's a great tutorials.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

Megamenu does not support small and extra small layouts, as it's not suitable so in those layouts, you can select to use Default Bootstrap navigation or Off-canvas sidebar.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.