Hello, Thank you for the image. Can we check and fix it on your site? Please let me know when u fix this |
Hello!
Can you please describe which browser do you use? I ma trying to reproduce it in FF and Chrome, but it looks ok. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
hi Ok. I am using chrome in windows laptop local machine, running Dolphin 7.3.3 with recent Mobilefriendlymenu module local wamp. After disabling Mobile friendly menu, there is no interference.
Hello!
Can you please describe which browser do you use? I ma trying to reproduce it in FF and Chrome, but it looks ok.
|
Please see this is from demo site from chrome browser. |
Hello!
Thanks for the image. Please try to edit this file modules/aqb/slide_menu/templates/base/css/slideout.css find the class div.aqb-menu-wrapper and repalce this line z-index:1000; with this one z-index:1; and save. Don't forget to recompile the cache. Now it has to work fine. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Hello!
Thanks for the image. Please try to edit this file modules/aqb/slide_menu/templates/base/css/slideout.css find the class div.aqb-menu-wrapper and repalce this line z-index:1000; with this one z-index:1; and save. Don't forget to recompile the cache. Now it has to work fine. Thank you. I checked on local machine with above said conf. It is not working. |
Currently, I turned off the menu. Because of the scrolling issue and above solution seems not working.However I am looking for update, as u said u r trying with some plugins etc. |
Hello!
Yes, we were working on the new menu plugin with menu types, there is about 20% left. We will try to release it during 2 weeks. Thanks for your patience! Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Its great to hear. Thanks. Hello!
Yes, we were working on the new menu plugin with menu types, there is about 20% left. We will try to release it during 2 weeks. Thanks for your patience!
|
How do I make changes to the layout so that the 2nd level navigation items are collapsed until the 1st level is selected. As of now, I have this massive list of all navigation links stretched down the side of my page. |
Hello!
Sorry, I am not sure that I understand you correctly. Can you please send the screen with problem? We have integrated this menu as Multi Level Menu http://multi-level-push-menu.make.rs/ Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
I want the top-line navigation of categories collapsed (Members, Articles, News, etc) when selecting the nav bar to open up. See attached image |
Thanks Anton, Can you supply the code needed to replace the hamburger icon(s) with the hamburger plus Main Menu text supplied in the images folder (see attachment). I'm dealing with older members, many of whom don't know what the hamburger represents. |
Hello!
If you need only english version then you need to edit this file modules/aqb/slide_menu/js/main.js and repalce this line: this._sButton = oOptions.sButton || '<header class="panel-header"><a class="btn-hamburger js-slideout-toggle sys-icon bars"></a></header>'; with this one this._sButton = oOptions.sButton || '<header class="panel-header">Main Menu<a class="btn-hamburger js-slideout-toggle sys-icon bars"></a></header>'; then save changes and clean the cache. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Thanks Anton, but that code didn't give me the result I wanted. It puts the words Main Menu outside the hyperlink and it's formatted the same as the body text. (12pt Grey?). I used this code which makes the formatting the same as the hamburger, plus it's now part of the hyperlink: this._sButton=o.sButton||'<header class="btn-hamburger"><a class="btn-hamburger js-slideout-toggle sys-icon bars">  Main Menu</a></header>' For anyone wishing to do the same, the code is stripped of semi-colons or line breaks and it's a bit hard to read. Just search for this: this._sButton=o.sButton||'<header class="btn-hamburger"> but add the new code where shown in bold above. See attachment.
|