Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › How do I edit the css listing item in the store page?
Tagged: CSS
- This topic has 6 replies, 3 voices, and was last updated 6 years, 2 months ago by WCFM Forum.
- AuthorPosts
- September 13, 2018 at 3:24 pm #31595thaizealParticipant
Hi,
Today I have a question to ask again.
I just noticed that the store page displayed wrong. Product image from desktop page. It’s very big when I switch from wcmp to WCFM.
I think it has to be a css problem, but I do not know where to solve it.
Here are my examples Store. https://crafts.in.th/store/patsakorn/
I hope to get help.
thank you very much. - September 14, 2018 at 5:59 am #31611WCFM ForumMember
Hi,
If I am not wrong, you told me this issue earlier and I have added some fix for this in your site.
Please correct me if I am wrong!Well, as I remember I have added “Code Snippet” plugin and add some fix code from there, hope you didn’t deactivate that plugin.
You may off course remove that plugin but then add those codes at your preferred place.Anyway, if you can’t get anything then know me and I will again fix this for you, not an issue 🙂
Thank You
- September 14, 2018 at 7:47 am #31623WCFM ForumMember
Hi,
Can you please add this code to your site ?
add_action( 'wcfmmp_before_store_product', function( $store_id, $store_info ) { ?> <div class="box-product-list"> <div class="box-products woocommerce columns-3"> <?php }, 50, 2); add_action( 'wcfmmp_after_store_product_loop', function( $store_id, $store_info ) { ?> </div> </div> <?php }, 50, 2 );
Thank You
- September 14, 2018 at 10:23 am #31627thaizealParticipant
Wow! It works.
I love wclovers.com
Thank you very much. - September 14, 2018 at 7:16 pm #31654BingalGuest
Hi,
You are welcome 😊
Well, if you get a chance then please leave a review for us – https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/
Thank you
- September 15, 2018 at 2:39 pm #31679thaizealParticipant
Very pleased.
- September 15, 2018 at 3:51 pm #31688WCFM ForumMember
Thank you very much for the review 🙂
- AuthorPosts
- The topic ‘How do I edit the css listing item in the store page?’ is closed to new replies.