Community Forums › Forums › Archived Forums › General Discussion › woocommerce products
- This topic has 11 replies, 2 voices, and was last updated 8 years, 4 months ago by
gegeor.
-
AuthorPosts
-
September 24, 2016 at 4:01 pm #193657
gegeor
MemberHello
i am new to Genesis and i am trying to build a simple page using elementor ( i have tried other builders as well and i get same result)
my problem is that when i place woocommerce products in the page i get the products in rows not side by side as i want them to be
here is the result : productsi use the genesis sample child theme
Any ideas ?September 24, 2016 at 5:43 pm #193659Victor Font
ModeratorWhat are the products per row set as? https://docs.woocommerce.com/document/change-number-of-products-per-row/
Do you have Genesis Connect for WooCommerce installed?
Pagebuilders wouldn't have access to WooCommerce templates. WooCommerce products are displayed through the WooCommerce content-product template.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?September 25, 2016 at 1:39 am #193661gegeor
MemberHello and thank you for your reply
i can see the code in woocommerce page but nothing happens when i place that in functions.php file
Genesis connect woocommerce ,its installed....
Where should i have this code for rows?many thanks
September 25, 2016 at 6:48 am #193671Victor Font
ModeratorThe code for rows goes in functions.php
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?September 25, 2016 at 7:08 am #193672gegeor
MemberYes , thats the code i placed in functions.php but nothing changes....:(
// Change number or products per row to 3 add_filter('loop_shop_columns', 'loop_columns'); if (!function_exists('loop_columns')) { function loop_columns() { return 3; // 3 products per row } }
September 25, 2016 at 11:06 am #193681Victor Font
ModeratorThen you must not be using the WooCommerce templates. Did you add the products to the page using shortcodes?
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?September 25, 2016 at 1:24 pm #193692gegeor
MemberI use Genesis child sample theme only
i used elementor builder for adding woocommerce products
i just only testing things a little with Genesis ,i am very new to Genesis ...
September 26, 2016 at 5:41 am #193716Victor Font
ModeratorElementor is not using the WooCommerce pages. Your problem is with using elementor. You are bypassing the WooCommerce structure. Here's more on how WooCommerce works: https://docs.woocommerce.com/document/template-structure/
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?September 26, 2016 at 12:54 pm #193726gegeor
MemberThank you Victor
i will try again as soon i purchase theme..By the way ...Any suggestions for theme? what i need is a nice theme which i can use it either for small local business website and for small eshops plus that i am new to Genesis.....
any ideas of which themstudio theme should i get would be very usefull for me
many thanks for your help:)September 26, 2016 at 1:07 pm #193727gegeor
Member*** studioPress themes **********
forgot to ask before
Do you know any builder that doesnt bypass woocomerce templating?
September 26, 2016 at 8:07 pm #193734Victor Font
ModeratorThere is no builder that I am aware of that will allow you to customize WooCommerce templates. If you want to customize WooCommerce, you need to know how to code.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?September 26, 2016 at 11:36 pm #193735gegeor
MemberThanks Victor , my questions wasnt correct i think,-
what i wanted to ask is : if you can suggest any studiopress theme that i can buy and use in order to build sites for local small business and small eshops with woocommerce
many thanks again -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.