-
AuthorPosts
-
April 13, 2016 at 6:42 am #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.
April 13, 2016 at 5:36 pm #613011Any 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.April 17, 2016 at 5:10 am #615664Hey!
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,
IsmaelApril 21, 2016 at 8:00 pm #619331thank 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 adviseApril 22, 2016 at 6:16 pm #620143any advice please?
April 25, 2016 at 3:33 pm #621391Hi!
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,
YigitApril 25, 2016 at 3:35 pm #621396Thank 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?
April 25, 2016 at 3:40 pm #621409Hey!
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,
YigitApril 25, 2016 at 3:43 pm #621415soryy for my childish questions. should I do both or just add the code to Functions.php in my child theme?
April 25, 2016 at 3:50 pm #621424Hi!
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,
YigitApril 25, 2016 at 4:07 pm #621436thank you!
-
AuthorPosts
- The topic ‘WooCommerce and Instagram are colliding’ is closed to new replies.