How would I go about disabling the menu for mobile devices? I am at a loss, I read somewhere in this thread someone was doing it with @media but I have no idea how to do that. My site uses twitter bootstrap I believe. You can check it out at www.oldworldarchery.com
instead of showing all categories in one drop down/column can we show in multiple drop down/columns using mega menu like horizontal dropdown?
I'm having a problem with IE.
I have an iframe in the "Location" dropdown div on the menu and when I mouseover it in IE it closes the Location tab. It does not do this in other browsers and works properly.
below is that code
can someone help me?
thanks
/*bof customer service*/
define('HEADER_TITLE_LOCATION','Location');
define('TITLE_LOCATION','Dr suite, TX');
define('TEXT_CONFIDENCE','<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3348.576771873294!2d-96.62542988528068!3d32.935778483181444!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3 m3!1m2!1s0x864c1da7b650fa0f%3A0x1e0930eb331249d!2s2376+Dr+%23106A%2C+TX+!5e0!3m2 !1sen!2sus!4v1462900552387" width="550" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>');
![]()
Hi folks - very nice menu & it works fine
However I want my site to have an Amazon like look & the Amazon Mega Menu has a white background and displays a dark lightbox effect covering everything except the menu & header
I wonder does anybody have the CSS code to do this?
I assume its a Z-layer with opacity & layer is a depth below the header & menu which displays on hover?
I would like to get it working this afternoon fingers crossed
Not working yet
I added the following to tpl_mega_menu.php
And the following line to tpl_header.phpCode:<div id="mega-wrapper" "javascript:void(0)" onclick = "document.getElementsByClassName('mega-menu').style.display='block';document.getElementById('fade').style.display='block';"><!-- bof mega-wrapper --> <ul class="mega-menu menu_red" "javascript:void(0)" onclick = "getElementsByClassName('mega-menu').style.display='none';document.getElementById('fade').style.display='none';"><!-- bof mega-menu -->
After the code that adds the mega menuCode:<div id="fade" class="black_overlay"></div>
If anybody has suggestions? obviously it must work on hover not click but I want to get it at least to display at all for a start