Home › Forums › WoodMart support forum › I have a problem with category menu on desktop
I have a problem with category menu on desktop
- This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
December 11, 2021 at 6:35 pm #338799
erimusa11Participanti have a lot of categories https://prnt.sc/22rat05 and in desktop or pc i cant scroll dawn on the reest of the categories in mobile works fine why is that happening ?
December 12, 2021 at 8:37 pm #338940
Elise NoromitMemberHello,
Please, provide your site admin access (insert the site credentials into the Private content block under the message area) I will check the settings and try to give you a solution.
Best Regards
December 12, 2021 at 9:27 pm #338952
erimusa11ParticipantOkay thank you , the website is https://multipartyshop.com
December 13, 2021 at 11:04 am #339107
Elise NoromitMemberHello,
Please deactivate all the plugins except these ones:
Slider Revolution
WPBakery Page Builder or Elementor
Woodmart Core
Contact Form 7
MailChimp for WordPress
WooCommerce
Safe SVGSwitch to the parent theme and check how it works.
If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
December 13, 2021 at 12:13 pm #339126
erimusa11ParticipantIs not a problem of any plug in because the problem is and in your main theme look the error
https://gyazo.com/8265d35d673bdbafd7b45f59af4402ae this is the theme you have in publichttps://preview.themeforest.net/item/woodmart-woocommerce-wordpress-theme/full_screen_preview/20264492?_ga=2.180021536.546990163.1639396603-323623718.1637934798&_gac=1.261721855.1639396603.CjwKCAiA-9uNBhBTEiwAN3IlNG3AGHBRzAqhKJVzJKaDM7SuBDVPE6Adfiwuc90v2jSSj2JQP-3mlRoC7P0QAvD_BwE
if you have a lot of categories and scroll dawn the entire page go dawn it need to be scrolled only category part not entire page , because if tomorrow i 10k of categories the theme goes to long . The category need to bee specified a max height or something and after go on scroll if goes bigger than that i think may be wrong IDK.December 14, 2021 at 11:05 am #339388
Elise NoromitMemberHello,
The header menus are supposed to have multi-level structrue of drop-downs that would fit the screen easily as shown on our demo: https://prnt.sc/22xacln
We can suggest the following ways of this problme solving:
1. You can create two different multy-level menus for deskop and mobile.
2. You can use the custom CSS, howver drop-downs would not be possible to show:
.wd-header-cats .wd-dropdown ul { max-height: calc(100vh - 160px); overflow-x: auto; } .wd-header-cats .wd-dropdown ::-webkit-scrollbar { width: 5px; } .wd-header-cats .wd-dropdown ::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0.05); } .wd-header-cats .wd-dropdown ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.12); }
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register