woocommerce 3.00 gallery

  • Author
    Posts
  • #43733

    Hello,

    in new woocommerce 3.00 the gallery of products are changed. Now https://github.com/woocommerce/woocommerce/wiki/Enabling-product-gallery-features-(zoom,-swipe,-lightbox)-in-3.0.0 arrange differently and when we click on image whe are up the url image not a gallery

    how correctly in Mantra please ? (before come here i have try to desable some plugins no change)

    Annie

    Website: www.artisanathai.com

    #43736

    more…
    maybe i have to give you some other link

    https://wordpress.org/support/topic/3-0-missing-gallery-functionality/ about javascript in theme

    Annie

    Website: www.artisanathai.com

    • This reply was modified 7 years ago by Annie.
    #43794
    Zed
    Cryout Creations mastermind

    The first link appears to indicate you now need to add lines of code to activate such functionality in WooCommerce.
    You can do that in several ways:

    • add the code in the theme’s functions.php file (will get lost on the next update)
    • add the code in the child theme’s functions.php file (requires that you have or create a child theme)
    • look for and use a plugin that loads those lines of code
    • write a custom plugin that includes those lines of code

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #43808

    ok thank you… but which one code ? this one

    `add_theme_support( ‘wc-product-gallery-zoom’ );
    add_theme_support( ‘wc-product-gallery-lightbox’ );
    add_theme_support( ‘wc-product-gallery-slider’ );`

    or maybe

    wc-product-gallery-zoom
    wc-product-gallery-lightbox
    wc-product-gallery-slider

    it is not really clear in there explain,

    and where in fonction ? nevermind where ?

    thank you for your answer,

    Annie

    Website: www.artisanathai.com

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘woocommerce 3.00 gallery’ is closed to new replies.