×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Mega Menu Extensions
JUX Mega Menu
FAQs JUX Mega Menu
FAQs JUX Mega Menu
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 3 months ago - 9 years 3 months ago #6996
by Huyen Tran
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 3 months ago #6997
by Huyen Tran
a. In case you choose Verucal as the type for Menu
...modules/mod_jux_megamenu/assets/css/style.css line 219
before
#js-mainnav.megamenu.vertical.right .js-megamenu ul.level0 li.mega .childcontent {
margin-left: -99%!important;} Edit:
#js-mainnav.megamenu.vertical.right .js-megamenu ul.level0 li.mega .childcontent {
margin-left: -99%;}
b. With 3.2.4 version and use Horizontal type
Solution:
Please turn off jQuery in tab advanced if your website has jQuery and turn on when your website have not jQuery.
c. Display 2 button navber and submenu can’t click
Solution:
You can add code line in custom css with 3.2.4 version and file style.css with previous versions:
media (max-width: 979px){
.navbar .btn-navbar {
display: none!important;
}
.nav-collapse, .nav-collapse.collapse {
height: auto;
}
}
Best Regards,
Huyen Tran
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 3 months ago #6998
by Huyen Tran
../modules/mod_jux_megamenu/assets/css/style.css and add line code:
.js-megamenu .dropdown-menu li>a {
white-space:normal !important;
}
Best Regards,
Huyen Tran
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 3 months ago #6999
by Huyen Tran
../modules/mod_jux_megamenu/assets/css/style.css and add line code:
.js-megamenu .dropdown-menu li>a {
white-space:normal !important;
}
Best Regards,
Huyen Tran
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 3 months ago #7000
by Huyen Tran
Please add code line in custom css (with 3.2.4 version) and file style.css (with previous versions)
media (max-width: 979px){
.navbar .btn-navbar {
display: none!important;
}
.nav-collapse, .nav-collapse.collapse {
height: auto;
}
}
Best Regards,
Huyen Tran
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 3 months ago #7001
by Huyen Tran
Go to: ...{root}modules/mod_jux_hk_megamenu 2.0.4/mod_jux_hk_megamenu.php
and comment line code:
/*$document->addScriptDeclaration("
if(mobilecheck()){
bindEvent(window,'load',function(){
juxTouchMenu('juxhk_mm_".$module->id."');
});
};
");*/
Best Regards,
Huyen Tran
The topic has been locked.
Less
More
Posts: 2165
Karma: 37
Thank you received: 201
9 years 3 months ago #7002
by Huyen Tran
Solutions:
This issue occurred because have many category, please unpublished some category. Module will work fine.
Best Regards,
Huyen Tran
The topic has been locked.
Forum
JUX Member Forum - Restricted to Members Only
JUX Mega Menu Extensions
JUX Mega Menu
FAQs JUX Mega Menu
Time to create page: 0.124 seconds