Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Vendors › Disable logo option for vendor
- This topic has 13 replies, 2 voices, and was last updated 4 years, 6 months ago by hasnainaly9.
- AuthorPosts
- May 8, 2020 at 10:18 pm #128524hasnainaly9Participant
How to disable the logo option for the vendor? I want to display the only vendor banner on the store page and individual vendor store page. Any way?
- May 8, 2020 at 10:59 pm #128536SushobhanKeymaster
Hi,
Thanks for getting in touch with us!
You can do this via css or via overriding the templates (better approach) inside your child theme. Like the Store Cards in Store list page is coming from wc-multivendor-marketplace/views/store-lists/wcfmmp-view-store-lists-card.php
To override this, copy the file to the following path-
[your-child-theme]/wcfm/store-lists/wcfmmp-view-store-lists-card.php
Thank You! - May 9, 2020 at 12:01 am #128554hasnainaly9Participant
Thanks for your reply
I am not being able to find the [your-child-theme]/wcfm/store-lists/wcfmmp-view-store-lists-card.php file. Where is this file located?- May 9, 2020 at 12:35 pm #128744SushobhanKeymaster
You will need to copy the files from WCFM plugin folder and paste that to your child theme folder. To edit the store cards go to the file location
wc-multivendor-marketplace/views/store-lists/wcfmmp-view-store-lists-card.php
and copy this file. Now head over your Child theme folder, create a folder with name ‘wcfm’ (if not already there), inside it create another one called ‘store-lists’. Finally, inside this ‘store-lists’ folder paste the filewcfmmp-view-store-lists-card.php
.
Now, you can make your changes to this newly created file.
Thank You!
- May 9, 2020 at 12:26 am #128566hasnainaly9Participant
I want to show store cards like this in the store list page
Attachments:
You must be logged in to view attached files. - May 9, 2020 at 6:15 pm #128856hasnainaly9Participant
I’ve copied the file and created a new folder in the child theme and upload the file. Now from where I can make changes to the cards?
- May 9, 2020 at 6:27 pm #128857hasnainaly9Participant
I want to disable the logo option for vendors
- May 10, 2020 at 1:07 am #128945hasnainaly9Participant
Any help?
- May 10, 2020 at 3:14 pm #129137SushobhanKeymaster
Hi,
If you aren’t comfortable with coding, then it wouldn’t be easy to get your desired result without development help.
I can help you to remove the vendor logo from the store list page. But you might need to write some CSS afterward. Open [your-child-theme]/wcfm/store-lists/wcfmmp-view-store-lists-card.php file and search for a div with class name store-avatar. To remove the logo, just delete this div. Save your file and check your store list page.
Thank you! - May 10, 2020 at 4:13 pm #129157hasnainaly9Participant
What CSS is required? I’ve removed the div with class name store-avatar.
- May 10, 2020 at 7:50 pm #129245SushobhanKeymaster
If it looks okay after removing the logo, then you don’t need to write any CSS.
Thank You! - May 12, 2020 at 1:26 am #129761hasnainaly9Participant
It did work! Thanks for your help!
- May 12, 2020 at 2:37 pm #129989SushobhanKeymaster
You are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin (if you haven’t already) at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers. - May 12, 2020 at 4:22 pm #130010hasnainaly9Participant
Yeah, It’s good so far. I will surely rate it. Thank you!
- AuthorPosts
- You must be logged in to reply to this topic.