-
AuthorPosts
-
February 11, 2015 at 2:59 pm #394361
Hi,
I have installed a third party fotogallery plugin into my website whith enfold theme, for exacly WP-GALLERY_BANK ( http://tech-banker.com/products/wp-gallery-bank/ )
I use a fotogallery widget on my footer, but when i click on thumbs into small fotogallery ( on footer) open two lightbox.
Is it possible to remover what I think is the enfold lightbox effect on a single widget only?
Thanks
AndreaFebruary 11, 2015 at 3:01 pm #394364February 11, 2015 at 3:10 pm #394370Hi Yigit, website in my post is a plugin if i used for my website..
I have a problem whith this plugin, i open two lightbox on widget, Is it possible to remover what I think is the enfold lightbox effect on a single widget only?thanks
February 11, 2015 at 3:16 pm #394371Hi!
Can you post the link to your page where we can see the issue please?
Cheers!
YigitFebruary 11, 2015 at 3:21 pm #394376Hi Yigit, thank you, you can see my website at this url:
check on my footer and try to click on one thumbs..
thanks
AndreaFebruary 11, 2015 at 3:35 pm #394386Hey!
I can only see shortcodes – http://i.imgur.com/bI8jY1L.png :/
Do you mind creating a temporary admin login and posting it here privately?Regards,
YigitFebruary 11, 2015 at 4:10 pm #394406This reply has been marked as private.February 11, 2015 at 4:19 pm #394414Hi!
Please keep us updated and we will gladly look into it once the issue with license is resolved :)
Best regards,
YigitFebruary 12, 2015 at 11:59 am #394907Hi Yigit,
I have resolved my problem whit gallery bank license, I have pubblished temp website to this new url:I use a gallerybank fotogallery widget on my footer, but when i click on thumbs into small fotogallery ( on footer) open two lightbox.
I would you like to use “Lightbox Modal Window”, if i disable it, the problem is resolved, but is it possible to remover what I think is the enfold lightbox effect on a single widget only?
ThanksAndrea
February 12, 2015 at 12:00 pm #394908This reply has been marked as private.February 13, 2015 at 12:46 pm #395643Hi!
Try adding following code to functions.php file in Appearance > Editor
function remove_footer_lightbox(){ ?> <script> jQuery(window).load(function(){ jQuery('#galleryallalbumswidget-2 a').removeClass('lightbox-added'); jQuery('#galleryallalbumswidget-2 a').addClass('noLightbox'); jQuery('#galleryallalbumswidget-2 img').removeAttr('type'); }); </script> <?php } add_action('wp_footer', 'remove_footer_lightbox');
Regards,
YigitFebruary 13, 2015 at 2:02 pm #395714Hi Yigit, sorry for duplicate post.
I have tried your function but not work :-(Ismael suggested Try to edit js > avia.js file then look for this code:
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added,
Replace it with:
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, .widget .element',
and work correctly!
Can I keep this solution or would you like to examine your function?
- This reply was modified 9 years, 9 months ago by foscolino.
February 13, 2015 at 2:06 pm #395721 -
AuthorPosts
- You must be logged in to reply to this topic.