Hi,
Is it possible to modify the Legenda theme to show two products per line in the products page layout?
This topic has 8 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Jack Richardson
Hi,
Is it possible to modify the Legenda theme to show two products per line in the products page layout?
Hello,
Add the code
array(
'value' => 2,
'label' => '2'
),
in the wp-content/themes/legenda/framework/theme-options.php file in line 918 and change the code line 3402 in the wp-content/themes/legenda/framework/theme-functions.php from 'product_per_row' => 3, to 'product_per_row' => 2,. After that you can switch “Products per row” setting in Theme Option > Product Page Layout to display 2 products per row.
Best regards,
Jack Richardson.
Thanks for the help.
Unfortunately, it didn’t work. Nothing changed in the theme options nor the site.
My domain is: http://www.abelstedt.dk
Hello,
Please provide us with WP Dashboard and FTP credentials in private content.
Best regards,
Jack Richardson
Hello,
I have provided the information in private content.
Hello,
I’ve made the necessary changes to display two products per row on shop page.
Please note you are using very old theme version and required plugins.
Update the theme to the latest version. Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
Also update all required plugins https://www.8theme.com/download-plugins/ .
Don’t forget to create back up of your files and database before starting update process!
Best regards,
Jack Richardson.
Thanks a lot for the help!
Hello,
You are welcome.
Best regards,
Jack Richardson.
The issue related to '‘Two products line in products page.’' has been successfully resolved, and the topic is now closed for further responses