To enhance WooCommerce compatibility, we need to declare image sizes for thumbnail generation and add WooCommerce support using add_theme_support in the LSX Design theme. This update will be implemented in the 1.4.1 branch.
Tasks
[ ] Declare WooCommerce image sizes for optimal thumbnail generation.
[ ] Add add_theme_support for WooCommerce in the LSX Design theme.
Description
To enhance WooCommerce compatibility, we need to declare image sizes for thumbnail generation and add WooCommerce support using
add_theme_support
in the LSX Design theme. This update will be implemented in the 1.4.1 branch.Tasks
add_theme_support
for WooCommerce in the LSX Design theme.References
Code Location
https://github.com/lightspeedwp/lsx-design/blob/main/includes/classes/class-setup.php#L44
Acceptance Criteria