WooCommerce Multivendor Marketplace – Home › Forums › WCfM – Feature Request › Mobile View
This topic contains 7 replies, has 3 voices, and was last updated by WCfM Forum 2 weeks, 1 day ago.
- AuthorPosts
How do I fix this?
http://mobt.me/kdjy or http://mobiletest.me/htc_one_emulator/?u=http://salonidm.com/pros
The search bar in mobile looks horrible.
Hi,
Why your sidebar visible at left side in mobile? Do you have added any custom CSS for this?
Check this – http://mobiletest.me/htc_one_emulator/?u=http://wcfmmp.wcfmdemos.com/stores/
Sidebar comes under store listing in mobile. It’s also possible to show sidebar at top. But it never comes at side in mobile!
Thank You
I have removed all the custom css I added before and still the sidebar is at the bottom of the page without css and with it the mobile view is wrong.
Can you help me fix this, please? I’m using the Highend Theme.Hi,
Please add this line of code to your child theme’s functions.php –
add_filter( 'wcfmmp_is_allow_mobile_sidebar_at_bottom', '__return_false' );
Well, be sure you are using latest version of plugins.
Thank You
Tiffany HannahThis reply has been marked as private.Hi,
Please add this CSS to your site –
#wcfmmp-stores-lists .left_sidebar { width: 19%; } #wcfmmp-stores-lists .right_side { width: 70%; }
Between, where you want to have Store List filters in Desktop view?
Thank You
LuendaHi there
how can I set up vendor login page in wcfm market place? when I use my account login page it redirects to woocommerce dasheboardHi,
Thanks for get in touch with us.
Are you using any login redirect controller plugin?
If not, then it’s WCFM default feature to redirect vendor use to the dashboard after login.
No other special login option required for this.
Thank You
- AuthorPosts