Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Store Manager Menu Items Overlapping Each Other
Tagged: Store Manager Menu Overlapping
- This topic has 8 replies, 3 voices, and was last updated 5 years, 6 months ago by
WCFM Forum.
- AuthorPosts
- August 6, 2019 at 7:35 am #75419
ssoharabsafe
Participant1) Store Manager Menu Item Overlapping each other in mobile view.
2) Store Manager Menu Item Logout Option is not showing in mobile view.I am attaching a screenshot for reference, please go through it.
Thank You!Attachments:
You must be logged in to view attached files. - August 6, 2019 at 2:53 pm #75484
sdel_nevo
ParticipantHi
I’m not getting issue 1
but I do have Store Manager Menu Item Logout Option is not showing in mobile view.
the user is unable to scroll down to the logout link, the scroll stops at the ledger book menu item
Steve
- August 9, 2019 at 7:22 am #75875
WCFM Forum
MemberHi,
the user is unable to scroll down to the logout link, the scroll stops at the ledger book menu item
– Well, menu has separate scroll for mobile view. If you just scroll page then you will not able to reach till end menu.
If your menu overlapping then you may do things –
1. Go to WCFM Admin Setting -> Menu Manager -> Set small size label for that menu
2. Add this code to your site –add_filter( 'wcfm_is_allow_menu_lable_length', function( $menu_length ) { $menu_length = '20'; return $menu_length; }, 50 );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- August 9, 2019 at 7:48 am #75879
sdel_nevo
ParticipantHi Guys
just tested this code, the problem remains
on an iPhone, the scroll when placing your finger on the menu and scrolling also scrolls the screen beneath, even though it appears to be two separate sections,
this is stopping the menu (at least) in my case from scrolling all the way down to logout.the store manager is really hard to navigate on mobile, (i haven’t tested on android) as I don’t have a phone with that OS, but on iPhones running ios and safari as there browser, the usability is really hard
I will record a video from my handset to show you, as that will show you the issue much clearer
Steve
- August 9, 2019 at 12:55 pm #75946
sdel_nevo
ParticipantThis reply has been marked as private. - August 9, 2019 at 1:57 pm #75966
sdel_nevo
ParticipantHi
when testing with an Ipad in landscape mode it works perfectly,
when in portrait mode however the menu issue becomes unusable as per mobiles
Steve
- August 12, 2019 at 9:14 am #76220
WCFM Forum
MemberWe will take care of this next update.
Thank You
- August 12, 2019 at 1:30 pm #76265
sdel_nevo
ParticipantHi Guys
That will be brilliant, many thanks for this
Steve
- August 13, 2019 at 5:46 am #76357
WCFM Forum
MemberYou are welcome 🙂
- AuthorPosts
- You must be logged in to reply to this topic.