I am concerned about all my menus that lay under the MORE button for the adaptive menu (AMM). I what to see if I can let the menu bar wrap to a second line.
Adaptive Menu
(6 posts) (2 voices)-
Posted 8 months ago
-
By default the 'More...' button will always be operational. The only way to disable this functionality is to apply a script code tweak:
1. Open the p7AMMscripts.js file and locate this at line 159:
if (tB.ammType == 'horiz') {
2. Change the 'horiz' to 'none' so that it now looks like this:
if (tB.ammType == 'none') {
3. Save and close the script file.
The More... functionality of the menu is now disabled and the root menu links will wrap to a new line as needed.
Posted 8 months ago -
Thank You Gerry for looking into this. The above works but has caused an issue when on a mobile phone. When you click on the menu and make a selection, the menu will not close but will stay open when landing on the new page selection.
Posted 8 months ago -
It's best top have a look at the actual page so we can diagnose this accurately for you. Can you provide a link tot he page please?
Posted 8 months ago -
Thanks for your time. My website http://www.CommemorativeDogTags.com
Posted 8 months ago -
Just realized you are working with a much older version of the AMM scripts, version 1.2.6. This issue has been addressed in one of the subsequent updates. Please download and install the latest version, 1.3.6, of AMM:
https://www.projectseven.com/support/updatepages/amm.htm
Be sure to follow all of the installation steps to assure that your site is running with the latest scripts file.
-Lastly, apply the code tweak I gave you, at line 150, to the new scripts file.
Posted 8 months ago
Reply
You must log in to post.