Store Manager Menu options not wrapping text

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 WC Marketplace Store Manager Menu options not wrapping text

Tagged: ,

Viewing 6 reply threads
  • Author
    Posts
    • #72581
      htorohn
      Participant

      Hello,

      I’m having an aesthetic problem with the menu of the store manager. Since I have my site in spanish, there is an option called “Libro de Contabilidad” which is longer that the available space on the menu, thus overlapping with the option below it (please see attached image).

      can you help me get a workaround to fix this issue?

      many thanks in advance.

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

      Well, this is because of too long name for menu.

      Can you please add this to your child theme’s functions.php –

      add_filter( 'wcfm_is_allow_menu_lable_length', function( $length ) {
      	return 18;
      });

      Thank You

    • #72692
      htorohn
      Participant

      Hi, Thanks for you reply.

      I added the code to the child theme, but nothing happened. It looks the same.

      Is there a way to change the text of the menu option?

    • #72759
      WCFM Forum
      Keymaster

      Hi,

      Is there a way to change the text of the menu option?

      – yeah sure, you may do this from WCFM Admin Setting -> Menu Manager

      Thank You

    • #72843
      htorohn
      Participant

      Thank you very much for your response.

      That options does not appear on the menu manager and for what I see, I can only change the original label. what I would need to change is the spanish translation which is the long text, how could I change that?

    • #72844
      htorohn
      Participant

      Nevermind, I manage to change it with Loco Translate plugin.

      Thanks for all your help

    • #72948
      WCFM Forum
      Keymaster

      Great .. thanks for the update!

Viewing 6 reply threads
  • The topic ‘Store Manager Menu options not wrapping text’ is closed to new replies.