Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Store product layout issue
- This topic has 5 replies, 2 voices, and was last updated 6 years ago by WCFM Forum.
- AuthorPosts
- November 6, 2018 at 4:21 pm #35962samsun34567Participant
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. - November 8, 2018 at 8:33 am #36111WCFM ForumMember
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
- November 8, 2018 at 11:27 am #36142samsun34567Participant
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. - November 11, 2018 at 9:33 am #36341WCFM ForumMember
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
- November 13, 2018 at 1:56 am #36562samsun34567Participant
It works perfectly! You guys really do have the best support ever!
- November 13, 2018 at 6:20 am #36577WCFM ForumMember
You are welcome 🙂
- AuthorPosts
- The topic ‘Store product layout issue’ is closed to new replies.