WCFM vendor dashboard menu items overlapp – Tablet

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 WCFM vendor dashboard menu items overlapp – Tablet

Viewing 7 reply threads
  • Author
    Posts
    • #85198
      Gallo
      Participant

      Hi,
      My menu items on the vendor dashboard are overlapping in tablets.
      I have tried many options with custom css, but I still have problems.
      Above 768px and below 1135px, the menu width is too small, and if I try to increase the width, it occupies almost all the screen width.

    • #86228
      WCFM Forum
      Keymaster

      Hi,

      Can you please show me screenshot for this?

      It will be best if you share a demo vendor account with us to test this.

      Thank You

    • #86352
      Gallo
      Participant
      This reply has been marked as private.
    • #86766
      WCFM Forum
      Keymaster

      HI,

      Well, as I see you have tested this in screesizse – 866×720

      Which device size is this? As I know, there is no standard device available with such size!

      Now, tell me what you want to change? Menu width?

      Thank you

    • #87119
      Gallo
      Participant

      Hi,
      Here is a screenshot of the dashboard with a 1024px screen size. I just wanted to show the overlap with the former screenshot.

      What I wanted, was to fix the overlap which occurs in some screen sizes and reduce the space after the menu items for some screen sizes.

      Attachments:
      You must be logged in to view attached files.
    • #87514
      WCFM Forum
      Keymaster

      Hi,

      Add this code to your site –

      add_filter( 'wcfm_is_allow_menu_lable_length', function( $menu_length ) {
      	$menu_length = '15';
      	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

    • #87632
      Gallo
      Participant

      Hi,
      Thank you.
      I still have the same problem with the iPad Pro.
      But no problem, I think I will use shorter titles for the menu items.
      Thanks a lot

    • #87928
      WCFM Forum
      Keymaster

      Hi,

      I think I will use shorter titles for the menu items.

      – That will be best, you may change this from WCFM Admin Setting -> Menu Manager

      Thank You

Viewing 7 reply threads
  • The topic ‘WCFM vendor dashboard menu items overlapp – Tablet’ is closed to new replies.