Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Update Button Missing in Store-Manager
Tagged: backend issues
- This topic has 7 replies, 3 voices, and was last updated 4 years, 10 months ago by
koi.
- AuthorPosts
- April 20, 2020 at 9:03 pm #121059
- April 21, 2020 at 8:01 pm #121414
Sushobhan
KeymasterHi
Just to confirm, have you scrolled down to the bottom of the page? In every WCFM screen with a form element, the Submit button is located at the bottom of the page, outside any other sections.
Kindly scroll to the end of the page and send me that snapshot.
Thanks! - April 21, 2020 at 8:22 pm #121428
Sushobhan
KeymasterHi,
If possible, can you check if ‘wcfm_form_simple_submit_wrapper’ class is present in the page source or not?
Thanks! - April 23, 2020 at 6:30 am #122033
koi
ParticipantHi,
I did a search on the directory and found the class (wcfm_form_simple_submit_wrapper) in files.I had tried uninstalling and installing many times and the following setting display the “Save” button, however, the menu on the left hand side is messed up. Please see the attached photo. Kindly advise.
Attachments:
You must be logged in to view attached files. - April 23, 2020 at 10:23 am #122060
Sushobhan
KeymasterHello,
It seems the text length is larger than the available container space. If possible either use a shorter synonymous text, you can use Loco translate plugin for changing the text.(https://localise.biz/wordpress/plugin/beginners)
Or
use some css to fix it.
change the font size(smaller), Try this css in your activated theme’s style.css#wcfm_menu .wcfm_menu_item span.text { font-size: 13px; }
Thanks!
- April 23, 2020 at 10:43 pm #122279
trawler-captain
ParticipantI have a similar problem. Whenever i make updates on the admin level of WCFM Backend i have no clue how to save my settings. there is no chance for saving any settings at all. if i scroll down, i only see the reset to factory button. am i missing something?
- April 24, 2020 at 4:45 pm #122515
trawler-captain
Participantmy problem is solved
- April 24, 2020 at 5:44 pm #122531
koi
ParticipantThanks. The following works:
#wcfm_menu .wcfm_menu_item span.text {
font-size: 13px;
}Will try more of the features. Thanks again.
- AuthorPosts
- You must be logged in to reply to this topic.