Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #925033

    Hey 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,
    Basilis

    #925101

    Dear Basilis,

    I would like to use in layout builder.

    Is there solution for it?

    #925135

    Are 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?

    #925178

    Hi, 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?

    #925668

    I would like to use the WooCommerce 3.0 product gallery in my costume product layout, how to integrate it?

    Ty,

    d.

    #925672

    Dear 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.

    #926379

    Hi,

    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,
    Ismael

    #926452

    Dear Ismael, i know this option, I’d like to integrate in my costume product layout build by avia builder as an modul.

    Ty,

    #927657

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.