Home › Forums › WoodMart support forum › Scroll Bar Within The Categories Menu
Scroll Bar Within The Categories Menu
- This topic has 20 replies, 3 voices, and was last updated 3 years, 5 months ago by daliavirtual.
-
AuthorPosts
-
May 20, 2020 at 5:25 pm #196475
RSA COVID19 TraderParticipantHello,
I would like to know if it is possible to put a scrollbar in my “Browse Categories” Menu as I have quite a bunch of categories that can’t go into 2nd or 3rd tier menu slots so they all have to be first tier.
The menu ends up being too long for the screen size.
Thank you!
May 20, 2020 at 9:31 pm #196519
Elise NoromitMemberHello,
Please provide your site URL so that we could provide you with custom CSS. If your site is under maintenance, please provide your site admin access in the private area
Best Regards
May 21, 2020 at 6:58 am #196590
RSA COVID19 TraderParticipantAwesome I have added in the link to the website, please note that this only happens on smaller screens like the laptop screens. For Desktop it is fine for now, however as more products become available it will probably also end up becoming too long for the desktop screens as well
May 21, 2020 at 11:53 am #196713
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown{ max-height:100px!important; overflow-y:auto; } body .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown::-webkit-scrollbar { width: 3px; } body .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown::-webkit-scrollbar-track { background-color: rgba(0,0,0,.15); } body .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.25); } body .vertical-navigation .menu-item-design-full-width .sub-menu-dropdown::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.25); }
Best Regards
May 21, 2020 at 12:20 pm #196719
RSA COVID19 TraderParticipantHi there, please see attached screenshots. I added the code above but it didn’t change anything in terms of how it works on my laptop.
Attachments:
You must be logged in to view attached files.May 21, 2020 at 12:23 pm #196723
RSA COVID19 TraderParticipanti see my file didn’t upload for my laptop screen, so im adding it here
Attachments:
You must be logged in to view attached files.May 21, 2020 at 12:25 pm #196726
RSA COVID19 TraderParticipantAlso added my desktop screen to show you that there are more items in the menu
Attachments:
You must be logged in to view attached files.May 21, 2020 at 1:57 pm #196757
Elise NoromitMemberHello,
Please provide the site admin access to the private area.
Best Regards
May 22, 2020 at 11:45 am #196975
RSA COVID19 TraderParticipantHi there, so i have sync’d my staging website to the production website.
So if you can please log into the staging website and see what you can do there. And then please to let me know how to replicate it on the production site. As I won’t be syncing back from staging to prod as I have to keep prod running in order for my customers to keep using it.
May 23, 2020 at 9:57 am #197241
Elise NoromitMemberHello,
You can export the Theme Settings and import on your production file. Then copy all from custom CSS in the Theme Settings and paste in the same place on your production.
In addition, check the Appearance > Widgets and configure all in the same way or copy code to widgets.Best Regards
May 25, 2020 at 8:38 am #197654
RSA COVID19 TraderParticipantGood Day, please note that the issue still remains on my laptop on the stagin site. I am looking to scroll up and down on the main menu and not just the submenu (i do still want to keep the scroll affect on submenu), please see screenshot indicating what is going on.
Attachments:
You must be logged in to view attached files.May 25, 2020 at 12:31 pm #197724
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .menu-categories-container { height:300px; overflow-y:auto; overflow-x:hidden } body .menu-categories-container::-webkit-scrollbar { width: 3px; } body .menu-categories-container::-webkit-scrollbar-track { background-color: rgba(0,0,0,.15); } body .menu-categories-container::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.25); }
Best Regards
May 25, 2020 at 12:37 pm #197729
RSA COVID19 TraderParticipantStill no affect
May 25, 2020 at 2:16 pm #197756
Elise NoromitMemberHello,
Please clean the cache, if no effect, provide your site admin access to the private area.
Best Regards
May 25, 2020 at 2:17 pm #197757
RSA COVID19 TraderParticipantthank you, i did try that but no luck, please us same login details as above mentioned in private area
May 25, 2020 at 3:00 pm #197765
Elise NoromitMemberHello,
Please provide the site admin access to the private area
Best Regards
May 26, 2020 at 2:18 pm #198056
RSA COVID19 TraderParticipantSorry Eloise, I am not understanding what you are asking for.
The private are is above in this thread and I don’t have access to give you this website forums private area information.
Please see my post at May 21, 2020 at 6:58 am Post https://xtemos.com/forums/topic/scroll-bar-within-the-categories-menu/#post-196975
If you are asking that the user I created in the above posts private area has access to admin functionality on my website, then it already has.
May 27, 2020 at 7:21 pm #198412
Elise NoromitMemberHello,
I do apologize for the confusion. I have missed the option which allows a set number of categories in the Browse category menu. https://prnt.sc/soyibh
Please delete the code and use this option.
Best Regards
June 30, 2021 at 12:04 am #303457
daliavirtualParticipantHi! I have the same problem! I have too many items in the category menu and they do not fit in the screen of the desktop. Please resend the custom CSS to add a scroll bar in the category menu.
Thanks
Attachments:
You must be logged in to view attached files.June 30, 2021 at 12:07 am #303459
daliavirtualParticipantI have set the max quantity of items in the category menu but that is not workable as when I open the other items still can not see all the categories (my menu is sticky so it does not change)
I need a scrolling bar in the Category menu as asked. Thanks!Attachments:
You must be logged in to view attached files.June 30, 2021 at 3:37 am #303470
daliavirtualParticipantI have already managed to do it! Thanks! I put the mobile menu on the desktop header (instead of the categories menu) and it works! I dont know about mega menus but I dont need them in this moment.
-
AuthorPosts
The topic ‘Scroll Bar Within The Categories Menu’ is closed to new replies.
- You must be logged in to create new topics. Login / Register