How do I edit the css listing item in the store page?

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Tagged: 

Viewing 6 reply threads
  • Author
    Posts
    • #31595
      thaizeal
      Participant

      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.

    • #31611
      WCFM Forum
      Keymaster

      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

    • #31623
      WCFM Forum
      Keymaster

      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

    • #31627
      thaizeal
      Participant

      Wow! It works.
      I love wclovers.com
      Thank you very much.

    • #31654
      Bingal
      Guest

      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

    • #31679
      thaizeal
      Participant

      Very pleased.

    • #31688
      WCFM Forum
      Keymaster

      Thank you very much for the review 🙂

Viewing 6 reply threads
  • The topic ‘How do I edit the css listing item in the store page?’ is closed to new replies.