Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Store Manager Menu options not wrapping text
- This topic has 6 replies, 2 voices, and was last updated 5 years, 3 months ago by WCFM Forum.
- AuthorPosts
- July 15, 2019 at 5:35 pm #72581htorohnParticipant
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. - July 16, 2019 at 3:48 pm #72686WCFM ForumMember
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
- July 16, 2019 at 4:28 pm #72692htorohnParticipant
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?
- July 17, 2019 at 6:00 am #72759WCFM ForumMember
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
- July 17, 2019 at 1:41 pm #72843htorohnParticipant
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?
- July 17, 2019 at 1:49 pm #72844htorohnParticipant
Nevermind, I manage to change it with Loco Translate plugin.
Thanks for all your help
- July 18, 2019 at 12:16 pm #72948WCFM ForumMember
Great .. thanks for the update!
- AuthorPosts
- The topic ‘Store Manager Menu options not wrapping text’ is closed to new replies.