Store product layout issue

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!

Viewing 5 reply threads
  • Author
    Posts
    • #35962
      samsun34567
      Participant

      Hey there,

      Wondering why my vendor store product layout is different from your demo.

      I’d like the product name to appear before the add to cart button.

      Is this a theme related issue?

      Sample vendor page: https://shop.pets-well.com/vendor/koobys-vibes/

      Thanks!

      Attachments:
      You must be logged in to view attached files.
    • #36111
      WCFM Forum
      Keymaster

      hi,

      Yeah it’s theme related, but not issue or bug.
      Your theme’s product layout look like this.

      Our demo theme is Flatsome and it’s layout look like that!

      Thank You

    • #36142
      samsun34567
      Participant

      Okay got it.

      I looked at it again and found the reason is that my theme comes with a special effect for add to cart and enlarge view when you hover over the product image. This effect somehow was not migrated to the vendor store… hence the strange order (see screenshot)

      I know this might be a bit much to ask…but is there any way to retain this feature in the vendor store?

      Shop: https://shop.pets-well.com/shop/
      Vendor store: https://shop.pets-well.com/vendor/koobys-vibes/

      Attachments:
      You must be logged in to view attached files.
    • #36341
      WCFM Forum
      Keymaster

      Hi,

      Hope you are using this theme – https://wordpress.org/themes/estore/

      Kindly add this code to your site –

      add_filter( 'is_woocommerce', function( $is_woocommerce ) {
      	if( wcfm_is_store_page() ) $is_woocommerce = true;
      	return $is_woocommerce;
      });

      Thank You

    • #36562
      samsun34567
      Participant

      It works perfectly! You guys really do have the best support ever!

    • #36577
      WCFM Forum
      Keymaster

      You are welcome 🙂

Viewing 5 reply threads
  • The topic ‘Store product layout issue’ is closed to new replies.