megatom
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] correct settings?Hi Bessworks,
I see the topic is set to resolved – if that’s a mistake let me know and I’ll be happy to take a look. Looking at your site, it looks like you’ve figured things out.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Show descriptions for menu itemsHi jes8la,
Thanks for the heads up. I’ve just released 3.9.2 which includes a fix.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Accessibility Enhancements NeededHi Amber,
Glad to see most of those are fixed.
Here is how to can flip the arrow when the sub menu is open:
https://www.megamenu.com/documentation/toggle-sub-menu-indicator-direction/
Regarding the dialog for mobile menu, unfortunately I can’t change the menu markup and add new elements where there were none before, it would break any custom CSS users have added over the years. So that limits my options for using the dialog suggestions on the mobile menu. I’ll need to investigate your suggestions when I have more time. It also makes moving the close icon tricky too, any suggested workarounds that don’t involve changing the markup would be appreciated – even small changes to the markup can result in broken menus and an avalanche of support issues on this end.
The “number of items in a list” issue: Is there an attribute that could be added to the list item for the custom html widget that would remove it from the count? Aria-role=presentation maybe? We could do that. I’m also planning a change that will let you build your sub menu content as a gutenberg/fse page template, and use that as the submenu content instead, so that should also give you the flexibility to get the markup as you need it.
Regards,
Tom- This reply was modified 1 month ago by megatom.
Forum: Plugins
In reply to: [Max Mega Menu] Fontawsome icon ADA compliance issueHi fatrickp,
I’m fairly sure it’s because you’re using a fontawesome kit, and it’ll be fontawesome injecting that attribute themselves. They advocate the use of aria-hidden for icons here:
https://fontawesome.com/v4/accessibility/
You can check the whatsapp icon on the demo menu here: https://www.megamenu.com/ and see we don’t add the aria-hidden attribute to it (we’re also not using a font awesome kit).
As a workaround you could upload the fontawesome svg icon for twitter/x as a custom icon.
As it relates to a Pro feature, for further help please get in touch through https://www.megamenu.com/support/ .
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Hamburger icon missing but still worksHi grabbagmedia,
Sorry but I’m having trouble tracking this bug down, I can’t replicate it locally. Does it work locally on your end? I’m wondering if the issue is specific to wpengine, or possibly a plugin conflict.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Hamburger icon missing but still worksHi,
Your CSS must be cached somewhere, if I check https://chifilmstaging.wpengine.com/?nocache I can see the icon in white. Please check and clear any caches.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Hamburger icon missing but still worksHi grabbagmedia,
I see the icon there, but the color is set to transparent. Please edit the toggle block again and make sure the color is set correctly (in the color picker, make sure the transparency slider at the bottom is dragged all the way to the right).
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Menu Shows in Mobile but Does Not RespondHi dkrinetz,
It’s because, on mobile, you have the header builder set up to show the native divi mobile menu. You need to swap that out with a code block and add the Max Mega Menu shortcode in there, there is a full guide here:
https://www.megamenu.com/documentation/divi-4/
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Possible Caching issue?Hi leungvi8,
It’s difficult to say without seeing the site, but yes try disabling any caching plugins you have installed.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] “MEGAMENU_EXPERIMENTAL_MOVE_ARROW”Hi skylinks,
Sorry but that feature was later removed – it was just too disruptive for a well established code base.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] woocommerce category image swapHi Dolecc,
Not in an automated way, sorry, but I like the idea and will investigate adding it.
If you have further questions relating to the Pro version please get in touch through https://www.megamenu.com/support/
Regards,
Tom
Forum: Plugins
In reply to: [Max Mega Menu] Does the Pro Version allow Automatic Drop Down to Be Drop Up?Hi soundfeelings,
There’s no automated way to do that sorry. As some options, you can make all sub menus appear above the menu bar using this code:
http://megamenu.com/documentation/footer-mega-menu-upwards/
Or maybe this would help:
http://megamenu.com/documentation/flyout-menu-vertical-align/
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Accessibility Enhancements NeededHi Amber,
How did you get on with making those changes?
Thank you again for your suggestions, most of the updates are now in the development version. You can check it on megamenu.com. I still need to make some refinements but you can test it yourself by installing the trunk version from the bottom of this page: https://wordpress.org/plugins/megamenu/advanced/
Regarding aria-haspopup, please check: https://www.megamenu.com/documentation/aria-haspopup/ . The tldr is, if w3.org start using aria-haspopup on their mega menu, we will too.
The other one is point 7, I’ll work on that.
Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Double Main MenuHi,
Thanks. Please go to Appearance > Customize > Additional CSS and add the following:
#main-nav > .mega-menu-wrap {
display: none;
}Regards,
TomForum: Plugins
In reply to: [Max Mega Menu] Mega Menu – Standard Layout – Third level blank on mobileHi,
Thanks for posting a link.
Please copy the header.php file (or the one responsible for outputting your menu) to your child theme (you might need to create one if you haven’t already). Then remove this ‘main-navigation’ class:
https://app.screencast.com/i3BuJjJdj3yLW
Regards,
Tom