Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › WCFM Marketplace Default Store Logo and Banner are not shown
- This topic has 10 replies, 6 voices, and was last updated 4 years, 10 months ago by
Sarmistha Chakraborty.
- AuthorPosts
- January 24, 2020 at 12:29 pm #103568
ssoharabsafe
ParticipantWCFM Marketplace Default Store Logo and Banner images are not shown properly, If I change that to something else then it gets broken.
I hope to hear from you soon!
Thank You! - January 25, 2020 at 10:41 pm #103844
marcinzywy
ParticipantHi ssoharabsafe,
I have the same issue, you can find my post here:
So far I couldn’t solve this myself. If no luck I will have to revert my installation to previous version.
- February 6, 2020 at 2:27 pm #105744
WCFM Forum
MemberThis has bee =n already resolved in WCFM latest update, 6.4.1
- April 17, 2020 at 10:13 pm #120129
labdhee mehta
ParticipantHelo, i want the vendors to not be able to change the banner, but only the logo.
also want to make it level wise, say a platinum member gets to get change both logo and banner..
also customer height doesn’t resize the banner but just displays a broken part of the image.. resize should be inbuild coz not all users will upload the same size .
- April 18, 2020 at 9:06 am #120235
Sarmistha Chakraborty
MemberHello,
i want the vendors to not be able to change the banner, but only the logo.
>>Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/add_filter('wcfm_marketplace_settings_fields_general', 'wcfm_marketplace_settings_fields_general_custom1804', 50, 2 ); function wcfm_marketplace_settings_fields_general_custom1804($general_fields,$vendor_id) { $current_plan = wcfm_get_membership(); if(isset($current_plan) && ($current_plan == 10) ) { //replace the current plan id with your free membership plan id which vendor's cann't update banner unset($general_fields['banner_type']); unset($general_fields['banner']); unset($general_fields['banner_video']); unset($general_fields['banner_slider']); unset($general_fields['mobile_banner']); unset($general_fields['list_banner_type']); unset($general_fields['list_banner']); unset($general_fields['list_banner_video']); } return $general_fields; }
customer height doesn’t resize the banner but just displays a broken part of the image.. resize should be inbuild coz not all users will upload the same size .
>>Please check this – https://ibb.co/jc6iFVThere already has a setting option for this.
Actually, this varies depending upon theme template so we can’t automatically set this.And off course there is suggestion under vendor setting for this.
Well, you will find that setting option under WCFM Admin Dashboard -> Setting -> Marketplace Tab
Thank You.
- May 13, 2020 at 1:07 am #130215
christos.papastergiou
ParticipantHello,
I still see this problematic behaviour. I have upgraded to the latest version. What I experience is the following:
1) A vendor register and selects a banner and a logo and saves them. Selected banner and logo show normally on the store page
2) The vendor removes both banner and logo and now the default should apply (I have changed the default ones).
3) The store page now shows the WCFM default banner and logo which is wrong since I have changed the default ones as an adminWhat is wrong?? Can you please fix this??
Thanks
Chris- May 13, 2020 at 1:42 pm #130343
Sarmistha Chakraborty
MemberHello,
Please save both admin and vendor’s settings once again, and clear the cache, then check.
Thanks.
- May 13, 2020 at 2:44 pm #130374
christos.papastergiou
ParticipantWhich cache are you refering to exactly?
- May 13, 2020 at 2:47 pm #130376
Sarmistha Chakraborty
MemberHello,
Browser cache, as well your site cache if you are using any cache plugin/hosting cache.
- May 13, 2020 at 5:36 pm #130424
christos.papastergiou
ParticipantI followed the steps but it did not work. It seems that the bug is still there..
Regards
Chris- May 13, 2020 at 5:49 pm #130425
Sarmistha Chakraborty
MemberThis reply has been marked as private.
- AuthorPosts
- You must be logged in to reply to this topic.