-
AuthorPosts
-
April 5th, 2017 at 14:20 #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
April 5th, 2017 at 15:25 #43736more…
maybe i have to give you some other linkhttps://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.
April 7th, 2017 at 12:11 #43794ZedCryout Creations mastermindThe 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.April 7th, 2017 at 13:09 #43808ok 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
-
AuthorPosts
The topic ‘woocommerce 3.00 gallery’ is closed to new replies.