Woocommerce Product Display

Posted in: Newspaper
Post count: 13

Hi there,

Newspaper theme is awesome but the woocommerce products display is not working. I did some research in this forum and found that putting below code in functions.php may resolve this issue but for me its not working.

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’ );
}

I also want product to be displayed on left side and overview on right side like this: https://demo.tagdiv.com/newspaper_tech/product/woo-ninja-3/

Here is url of my site: https://greenbeltmagazine.com/product/greenbelt-paddleboard-coffee-cup/

I want layout in two columns, most importantly I want product images with gallery and zoom function working properly.

Post count: 18283

Hello !

That option comes from the Newspaper Tech News Demo. You will have to use that demo in order to achieve the same look.

Thank you for your understanding !

Post count: 13

What should I do to achieve same layout in News Magazine demo?

Post count: 18283

Hello !

In order to install the demo please follow the steps found here: https://forum.tagdiv.com/installing-demos/

Thank you !

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.