-
AuthorPosts
-
March 8, 2018 at 8:42 pm #924056
How to do it?
To enable each of these features in your theme you must declare support using add_theme_support() like so;
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’ );
}AND THEN??
Ty!
March 10, 2018 at 10:03 pm #925033Hey dwebprojects,
I am sorry but not sure what you say or you are trying to say.
Our theme has that functionality inside, and there is nothing you need to enable at all.Best regards,
BasilisMarch 10, 2018 at 11:37 pm #925101Dear Basilis,
I would like to use in layout builder.
Is there solution for it?
March 11, 2018 at 4:34 am #925135Are you looking to create a custom layout element? Or would you like to mod an existing one?
I have created lots of custom elements. If this is a simple one, I don’t mind giving it a go. Do you have a link to a working example of what you’re looking to get?
March 11, 2018 at 8:42 am #925178Hi, I created a layout with avia builder, I would like to paste the woo product gallery in it, but this element is missing.
Can u send me this costum element?
Ty?
March 12, 2018 at 7:18 pm #925668I would like to use the WooCommerce 3.0 product gallery in my costume product layout, how to integrate it?
Ty,
d.
March 12, 2018 at 7:19 pm #925672Dear Kahil,
Can u help me:
I would like to use the WooCommerce 3.0 product gallery in my costume product layout, how to integrate it?
Ty,
d.
March 14, 2018 at 4:54 am #926379Hi,
The new gallery is already available on Enfold 4.2.6. Please go to the Enfold > Shop Options panel. Set the “Product gallery” setting to the second option.
Best regards,
IsmaelMarch 14, 2018 at 7:41 am #926452Dear Ismael, i know this option, I’d like to integrate in my costume product layout build by avia builder as an modul.
Ty,
March 15, 2018 at 8:38 pm #927657Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.