Woocommerce Issues
-
Good Morning,
Firstly would like to say that GeneratePress is an amazing theme.
Just moving over to Woocommerce and have noticed a couple of things.
Can’t seem to get the lightbox enabled.
Have tried the following code, with no success:
add_action( ‘after_setup_theme’, ‘yourtheme_setup’ );
function yourtheme_setup() {
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );
}Also, our cart page is all squashed up on desktop view. Have checked to make sure that there are no pre tags in the shortcode.
Not sure if anybody has got any ideas or suggestions that may help?
Running the latest versions of Woocommerce and GeneratePress.
Kind Regards,
Andy
- The topic ‘Woocommerce Issues’ is closed to new replies.