Home › Forums › WoodMart support forum › menu items non working
menu items non working
- This topic has 14 replies, 3 voices, and was last updated 1 year, 5 months ago by
Bogdan Donovan.
-
AuthorPosts
-
November 28, 2023 at 4:02 pm #516384
fcoerezzaParticipanthi, there is a strange behaviour of the main menu in staging.acinolilla.com
The first 2 items (VINO and ALCOLICI) are megamenu, and should display the subitems.
Actually they seem blocked. Nothing happen, neither with click or hover.
I tried with 3 different browsers and also in incognito mode.
Not working!
could you please give a look to see if you can understand the reason?
thank youNovember 28, 2023 at 4:25 pm #516417
Artem TemosKeymasterHello,
Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
WoodMart core
WooCommerce
Elementor/WPBakery page builderThank you in advance
November 28, 2023 at 7:30 pm #516560
fcoerezzaParticipantHi, I solved the issue. I found the plugin that blocked the menu.
I’ve another question: the VINO submenu is a megamenu with the “aside” settings.
Look at the image attached: I’d like to decrease the length of the tabs, of the menu and the padding of tabs.
Xan you help me?
thank youAttachments:
You must be logged in to view attached files.November 29, 2023 at 10:20 am #516678
Artem TemosKeymasterHi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
November 29, 2023 at 1:26 pm #516784
fcoerezzaParticipantsure. the link is staging.acinolilla.com
As for tabs and so on I already fixed all, but this one is outside my knowledge 🙂Please go to main menu VINI > VINI ROSSI, as I colored differently the background of the product boxes to show better what I mean.
at the bottom of the right area, there is a gallery with 4 product boxes.
Look at the image attached: I’d like to remove the spaces around the image and make closer to the image the title and the price. For all menu blocksCan you help me please?
Attachments:
You must be logged in to view attached files.November 29, 2023 at 3:37 pm #516835
Bogdan DonovanKeymasterTo make following changes you need to:
1. Remove all your custom code related to the “small” product hover images (screenshot https://prnt.sc/K8ivohM2xRP0).
2. Add the following code snippet to the Custom CSS area in Theme Settings.
body .product.wd-hover-small .product-wrapper { padding: 0; } body .product.wd-hover-small .product-element-top { display: flex; align-items: center; background-color: #FFF; } body .product.wd-hover-small .product-element-bottom { padding: 15px 15px 15px 0; }
Kind Regards
November 29, 2023 at 4:08 pm #516852
fcoerezzaParticipantthat’s really a good beginning!!!!
last thing: the element is actually 50% image and 50% text. Can we do 40% image and center the image horizontally in this 40%?
thank you
November 29, 2023 at 6:14 pm #516915
Bogdan DonovanKeymasterTry to use the following code snippet to customize image width.
body .product.wd-hover-small .product-element-top { max-width: 40%; }
Kind Regards
November 29, 2023 at 8:13 pm #516974
fcoerezzaParticipantit works, and how to center horizontally the image? I tried adding a justify-content: center; but it does not work …
November 30, 2023 at 11:17 am #517117
fcoerezzaParticipanthi support. I solved my last issue, so ignore the question.
Back to the original question: the mega menu is not working. We investigated and we discovered that this is due to a bot we would like to add that is in conflict with the mega menu: basically the mega menu does not open the subitems anymore.
I added the bot script in a snippet in the footer. the bot is active in staging.acinolilla.com
As you constantly experience issues, I’m wondering if you can help me in any way. Maybe you already had this problem and/or you’ve hints on how to solve this issue …thank you
November 30, 2023 at 3:02 pm #517254
Bogdan DonovanKeymasterWe haven’t faced an issue like you described above. We also have checked your site and mega menu working normally on it. Please check the video (https://gyazo.com/6bcb72b545bebf90ac904a9069ffb050).
Kind Regards
November 30, 2023 at 7:07 pm #517406
fcoerezzaParticipantYou saw the mega menu working properly because the bot was disabled. we’ve to disable it to work on the site. If you can recheck, and you do not see the bot active, please advice me that I’ll enable immediately
December 1, 2023 at 10:25 am #517519
Bogdan DonovanKeymasterIn our theme, positioning of mega menu dropdowns is done via JS, so if some third-party custom code, script, or plugin is causing a general JavaScript error it will affect the operation of all other functionality dependent on JS, so if you face the following issues after activation third-party script on your site first you need to check if JS error is present on your site and then fix the issue in third party code or disable it.
Please, provide us with your admin access so we can log in and check this on your side.
Kind Regards
December 1, 2023 at 9:36 pm #517730
fcoerezzaParticipantcredential attached. thank you
if you will find the bot disabled, you can enable its snippet in wpcodeDecember 4, 2023 at 10:38 am #518120
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom JS → On document ready area in Theme Settings to fix this issue.
window.dispatchEvent(new CustomEvent('wdEventStarted'));
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register