Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #612440

    See the link in the Private Content below and click on the product image. It pops up an enlarged version of the product image but turns it into a “slideshow” with the images in the Instagram widget in the footer.

    I have cleaned the browser cache, I opened the link in another browser, but the problem is still here. I still can see instagramm images in my product images.

    #613011

    Any help with this?
    I just noticed, that not only product pictures has this problem, but also the picture that added as a size chart also scrolls into instagram and other pictures.

    #615664

    Hey!

    Thank you for using Enfold.

    Did you install another lightbox plugin? Please deactivate it or the theme’s default lightbox script. Go to the Enfold > Theme Options then tick the Lightbox Modal Window option.

    Best regards,
    Ismael

    #619331

    thank you. but it didn’t help. I did not install any other plugin, but I am using Lightbox Modal Window option with is in the template and I need it!
    the problem is still here… please advise

    #620143

    any advice please?

    #621391

    Hi!

    Please go to Enfold/js/avia.js and find

    exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',

    and change it to

    exclude			:	'.av-instagram-item a, .av-instagram-item, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',

    Regards,
    Yigit

    #621396

    Thank you. I’ll do it now. But what about the theme updates? I am using child theme. Will I have to make these changes every time I update the theme?

    #621409

    Hey!

    Please add following code to Functions.php file of your child theme in Appearance > Editor

    function wp_change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );

    and move modified file inside /js folder

    Best regards,
    Yigit

    #621415

    soryy for my childish questions. should I do both or just add the code to Functions.php in my child theme?

    #621424

    Hi!

    You should move the file to your child theme, apply the changes and then add the code to functions.php file of your child theme :)

    Best regards,
    Yigit

    #621436

    thank you!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘WooCommerce and Instagram are colliding’ is closed to new replies.