Store Manager Menu Items Overlapping Each Other

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Feature Request Store Manager Menu Items Overlapping Each Other

Viewing 8 reply threads
  • Author
    Posts
    • #75419
      ssoharabsafe
      Participant

      1) 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.
    • #75484
      sdel_nevo
      Participant

      Hi

      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

    • #75875
      WCFM Forum
      Keymaster

      Hi,

      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

    • #75879
      sdel_nevo
      Participant

      Hi 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

    • #75946
      sdel_nevo
      Participant
      This reply has been marked as private.
    • #75966
      sdel_nevo
      Participant

      Hi

      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

    • #76220
      WCFM Forum
      Keymaster

      We will take care of this next update.

      Thank You

    • #76265
      sdel_nevo
      Participant

      Hi Guys

      That will be brilliant, many thanks for this

      Steve

    • #76357
      WCFM Forum
      Keymaster

      You are welcome 🙂

Viewing 8 reply threads
  • You must be logged in to reply to this topic.