Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › wcfm_stores, filters wcfm_stores
Tagged: filters wcfm_stores, wcfm_stores
- This topic has 19 replies, 2 voices, and was last updated 5 years, 9 months ago by vraugul1.
- AuthorPosts
- February 9, 2019 at 3:21 pm #47425vraugul1Participant
Hi.
1. Please tell me how to make [wcfm_stores] full-width page (adaptive)?
2. And how to make the mobile version to [wcfm_stores] filters appear at the beginning of the page or in “hover”?Thank You!
- February 9, 2019 at 6:06 pm #47463WCFM ForumMember
Hi,
1. Please tell me how to make [wcfm_stores] full-width page (adaptive)?
– Well, that’s a small CSS tweak. Give me that URL, I will know you CSS.2. And how to make the mobile version to [wcfm_stores] filters appear at the beginning of the page or in “hover”?
– Please add this to your child theme’s functions.php –
add_filter( 'wcfmmp_is_allow_mobile_sidebar_at_bottom', '__return_false' );
Thank You
- February 11, 2019 at 5:03 am #47641vraugul1ParticipantThis reply has been marked as private.
- February 11, 2019 at 6:57 am #47675WCFM ForumMember
Hi,
Please use this CSS –
.wcfm-store-list-page .container { max-width: 100% !important; }
Thank You
- February 11, 2019 at 7:37 am #47685vraugul1ParticipantThis reply has been marked as private.
- February 12, 2019 at 5:57 am #47806WCFM ForumMember
Hi,
Do you have deleted this page? it’s throwing 404
Please know me new URL.
Between, do you want to remove it’s padding-margin as well?
Thank You
- February 12, 2019 at 7:44 am #47846vraugul1ParticipantThis reply has been marked as private.
- February 12, 2019 at 10:10 am #47882vraugul1Participant
I made it.
But still thank you very much for the technical support!
You can close the topic.Thank you!
- February 12, 2019 at 10:14 am #47889vraugul1Participant
Oh sorry, don’t close the topic.
I didn’t do it right.
I still need your help.Thank you!
- February 13, 2019 at 5:50 am #47985vraugul1ParticipantThis reply has been marked as private.
- February 14, 2019 at 6:47 am #48086vraugul1Participant
Hello!
Have an update on my topic?Thank you so much!
- February 14, 2019 at 9:48 am #48110WCFM ForumMember
- February 14, 2019 at 10:59 am #48167
- February 15, 2019 at 4:50 am #48332WCFM ForumMember
Hi,
Please know me when you will enable WCFM Marketplace, I will check this again.
Thank You
- February 18, 2019 at 6:00 am #48690vraugul1ParticipantThis reply has been marked as private.
- February 18, 2019 at 5:14 pm #48792WCFM ForumMember
HI,
Please remove previous CSS and use this –
.wcfm-store-list-page .main-page-wrapper .container { max-width: 100% !important; width: 100%; padding: 0px; }
Thank You
- February 19, 2019 at 6:37 am #48887vraugul1ParticipantThis reply has been marked as private.
- February 19, 2019 at 6:47 am #48893vraugul1Participant
More precisely, the page store was full width
Thank you!
- February 19, 2019 at 7:00 am #48900WCFM ForumMember
Hi,
Please use this CSS –
.wcfm-store-page .main-page-wrapper .container { max-width: 100% !important; width: 100%; padding: 0px; }
Thank You
- February 19, 2019 at 7:02 am #48901vraugul1Participant
Oh Thank you so much!
You are the best!
- AuthorPosts
- The topic ‘wcfm_stores, filters wcfm_stores’ is closed to new replies.