megatom
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Menu StructureHi,
You can upload it to imgur.com and paste the link here.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Menu StructureHi,
Please post some screenshots showing where you’ve added them to the menu structure and where you’re expecting them to show on the front end.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] On mobile the submenu is cut off at the bottomHi,
Please see: https://www.megamenu.com/documentation/how-to-add-a-scrollbar-to-the-mobile-menu/
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Duplicate IDsHi Gemma,
I’ve installed Silktide and I don’t think it’s correct. I think it thinks the IDs in the inline CSS count as html IDs (which they don’t), so it’s a bug in their software.
If you check here you’ll see there are no duplicate IDs relating to MMM:
https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.spicatech.co.uk%2F
(but there are a few others)
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Sub Menu Won’t Stay OpenHi,
Yes it’s related to the popup plugin. Please try this CSS also:
body.mega-menu-header-menu .td-header-template-wrap {
z-index: 999999;
}Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Sub Menu Won’t Stay OpenHi,
Please go to Appearance > Customize > Additional CSS and add the following:
.max-mega-menu .wisepops-render-slot,
.max-mega-menu .wisepops-render-slot * {
visibility: inherit !important;
}Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Footer elements show up on mobile menuHi,
I have checked but I don’t see the issue – have you resolved this? If not please can you post a screenshot showing where I need to look?
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Sub menu not showing?Hi gvnet,
It is due to these “overflow: hidden” rules on the #nav element:
https://app.screencast.com/Qj9qoseCMxbDJ
I think its a custom theme so you should just be able to delete those directly from the style.css file.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Background Color Not showingHi,
Please remove the dot from the class here: https://ibb.co/VYFLyJDf
Then update your CSS to
#{$wrap} #{$menu} li.mega-menu-row.uses-panel {
background-color: #9ccdef;
}Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] one menu colorHi,
You would need to do something like:
#{$wrap} #{$menu} > li#mega-menu-item-12345 > a.mega-menu-link {
color:red;
}Regards,
TomHi,
I don’t really understand the screenshots sorry (I have never used Divi to build a full site).
Please make sure you are using the menu shortcode within a code module, and not the Divi menu module, to output the menu. As described here https://www.megamenu.com/documentation/divi-4/
Forum: Plugins
In reply to: [Max Mega Menu] Header issueHi Géraldine,
The menu section of the header isn’t jumping now (it was previously), but I do see the position of the text in the green bar moves.
Please disable MMM so I can check?
Regards,
TomHi,
I am not an expert at Divi, but my guess is you need to create 2 menu locations and 2 menus (one for each language). Add both menu locations to your header. Then use the Divi display conditions to hide/show the correct menu location for the correct page:
https://www.elegantthemes.com/documentation/divi/divi-condition-options/
There’s nothing built in to MMM itself that would automatically switch the menu to a different one per page.
You could also try this plugin: https://wordpress.org/plugins/menu-swapper/
However, I suggest you re-explore PolyLang. Using a dedicated translation plugin is usually your best bet in the long run, even if the initial setup takes some time.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Header issueHi Géraldine,
That appears to be something to do with the custom ‘dgwt-wcas-search’ search you’ve added, specifically the preloader is making it jump. Please check to see if there is an option to disable the preloader on the search form, otherwise please contact them directly and ask how to prevent the layout shift.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Disable the Max Mega Menu for mobileHi diegogomez,
Please check the FAQ at the bottom of this page:
https://www.megamenu.com/documentation/hide-mobile-menu/
If you post a link to your site I can tell you if it might be possible.
Regards,
Tom