Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Change the position of store name at store page
- This topic has 6 replies, 3 voices, and was last updated 6 years, 5 months ago by
WCFM Forum.
- AuthorPosts
- August 24, 2018 at 2:13 am #29430
- August 24, 2018 at 3:24 am #29437
d-n-13
ParticipantHi,
I’ve been thinking the same but I thought it was only me, Vendors will have hard time finding good banner not ruined by the name in the middle.
It is good, but sometimes it won’t allow vendor to choose any banner they like.
Best Regards,
- August 24, 2018 at 7:12 am #29469
WCFM Forum
MemberHi,
You may off course hide email, phone from capability setting – https://ibb.co/kvfxne
And this code to your site, but this will work after WCFM Marketplace next update –
add_filter( 'wcfm_is_allow_store_name_on_header', '__return_true' ); add_filter( 'wcfm_is_allow_store_name_on_banner', '__return_false' );
Thank You
- August 24, 2018 at 8:36 am #29484
MOHO
Participant@d-n-13
thanks your reply.Hi WCfM
add_filter( ‘wcfm_is_allow_store_name_on_header’, ‘__return_true’ );
add_filter( ‘wcfm_is_allow_store_name_on_banner’, ‘__return_false’ );these shortcode not work, the store name still on the banner
and store name could move to the location of address?
- August 24, 2018 at 7:51 pm #29619
WCFM Forum
MemberHi,
You missed my line – “And this code to your site, but this will work after WCFM Marketplace next update –”
Please keep this code, it will work.
Thank You
- August 24, 2018 at 7:54 pm #29622
MOHO
Participantok i got it, i must wait your next version, thanks.
- September 2, 2018 at 8:26 am #30484
WCFM Forum
MemberHi,
No custom code required for the purpose, setting option added for the purpose.
This has been added in WCFM Marketplace 1.0.5
Thank You
- AuthorPosts
- The topic ‘Change the position of store name at store page’ is closed to new replies.