Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Vendor store list and vendor page issue
- This topic has 7 replies, 2 voices, and was last updated 4 years, 7 months ago by Sarmistha Chakraborty.
- AuthorPosts
- February 18, 2020 at 11:19 pm #107684richsen.stevenParticipant
I am looking for help to solve 4 matters. The image is in the same order as the points below. I only want to show the store name and star rating on the vendor page and vendor card on the store list page.
1. On mobile display, is it possible to remove the whitespace from the vendor card on the vendor store list page?
http://prnt.sc/r474ei2. On mobile display, is it possible to remove the whitespace from the vendor header from the vendor store page? And to make the social logo bigger?
http://prnt.sc/r474nv3. On tablet display, is it possible to remove whitespace from the vendor card on the vendor store list page?
http://prnt.sc/r474wl4. On tablet display, something is wrong with the vendor header, the store logo and store name is cut in the middle, and in the end I want to remove the whitespace from the header as well. And to make the social logo bigger?
http://prnt.sc/r4763mThank you
- February 19, 2020 at 11:31 am #107747Sarmistha ChakrabortyMember
Hello,
Can you share us the vendor list page and vendor store page url of your site, then we can check your site and send you the style accordingly.
Thanks.
- February 19, 2020 at 3:40 pm #107847richsen.stevenParticipant
Hi thanks for the reply
Store list page https://www.pasarkreatif.com/stores/
Sample vendor page
https://www.pasarkreatif.com/store/twntytw/ - February 20, 2020 at 3:45 pm #108025Sarmistha ChakrabortyMember
Hello,
Add this style to your child theme’s style.css
@media only screen and (max-width: 768px) { #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-data-container { padding: 25px 0 0; } } @media only screen and (max-width: 1024px) { #wcfmmp-store #wcfm_store_header { min-height: 110px; } #wcfmmp-store .header_left,#wcfmmp-store .header_right { padding-bottom: 0 !important; } #wcfmmp-store .social_area { background: transparent !important; } } @media only screen and (max-width: 600px) { #wcfmmp-store .social_area { margin-top: 0; top: -15px; } #wcfm_store_header .wcfmmp-store-rating { top: -18px; } .theme-urus #wcfmmp-store .address { top: 80px; position: absolute; } #wcfmmp-store .social_area ul li a i { font-size: 16px; } #wcfmmp-store .social_area ul li { width: 30px; height: 30px; } }
Thanks.
- March 12, 2020 at 4:27 pm #111325richsen.stevenParticipant
Hi,
Is it possible to shift the store name from the banner area to below the banner area as shown in the image
http://prnt.sc/rf88yc - March 13, 2020 at 1:40 pm #111429Sarmistha ChakrabortyMember
Hello,
For this you need to override “wcfmmp-view-store-lists-card.php” in your theme
<your theme folder>/wcfm/store-lists/wcfmmp-view-store-lists-card.php
. Then move the “Storename” after vendor logo.Thanks.
- April 9, 2020 at 7:23 pm #117306richsen.stevenParticipant
Can we remove the blank space shown in the screen shot below
- April 10, 2020 at 12:17 pm #117574Sarmistha ChakrabortyMember
Hello,
Add this style to your child theme’s style.css
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-data-container { top: -150px; } .theme-urus #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info { height:160px !important; } #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before { color:#fff !important; opacity:1; }
Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.