Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Add new option to upload other logo admin
- This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by
WCFM Forum.
- AuthorPosts
- April 2, 2019 at 5:45 pm #55808
Jose
ParticipantHi,
I found that the image that you use for wizard setup are the same that we use in frontend like logo admin.
I have a problem, because we use a image with background white to made more visible in contrast with the header of wcfm.
But if you see will be better have a option to upload a version in png with transparent background to show better our image in the wizard setup.
I hope you can accept this request. Because you need to add other place to upload the new image.
Regards,
Attachments:
You must be logged in to view attached files. - April 3, 2019 at 8:04 am #55971
WCFM Forum
MemberHi,
Well, we do not want to add that much option, people will be confuse.
But, it’s possible to change this logo.
Please know me logo URL for this setup widget, I will know you how you can use that!
Thank You
- April 3, 2019 at 1:23 pm #56028
Jose
ParticipantThis reply has been marked as private. - April 6, 2019 at 4:37 pm #56514
WCFM Forum
MemberHi,
Update WCFM marketplace to 3.0.1
Please add this to your child theme’s functions.php –
add_filter( 'wcfmmp_store_setup_logo', function( $logo_image_url ) { $logo_image_url = 'https://www.ivory.cl/wp-content/uploads/2019/03/Logo-WCFM-Ivory.svg'; return $logo_image_url; }, 50 );
Thank You
- April 8, 2019 at 6:51 pm #56881
Jose
ParticipantHi,
Work perfect !
Thank you
- April 10, 2019 at 2:21 pm #57162
WCFM Forum
MemberYou are welcome 🙂
- AuthorPosts
- The topic ‘Add new option to upload other logo admin’ is closed to new replies.