-
AuthorPosts
-
May 31, 2013 at 6:20 pm #24147
Hi,
I noticed that the Justified image grid plugin with the Enfold gives a conflict with avia.js and when a photo is requested from a gallery, the social media icons do not display.
Is there a work around for this issue please?
Thanks a lot!
May 31, 2013 at 6:38 pm #122534I think I can now handle it by deactivating the prettyphoto lightbox at the avia.js:
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(‘body’).avia_activate_lightbox();
I’m not sure if this will gives trouble at the portfolio or other sections.
Thanks
June 1, 2013 at 3:13 am #122535June 1, 2013 at 5:28 am #122536Hi Ismael,
I’m affraid that by commenting out the lightbox (see my post above), now on a single image (where the justified image grid is not involved), the popup doesn’t work properly, no lightbox, instead it opens the pic in new window.
Please advise,
Thanks a lot.
June 1, 2013 at 7:30 am #122537Hi!
Please post a link to the justified grid page.
Regards,
Peter
June 1, 2013 at 8:33 am #122538Hi!
This is the URL where popup doesn’t work if the prettyphoto lightbox is deactivated at avia.js
http://www.sigmaweb.biz/sigma-responsive/%CE%B5%CF%84%CE%B1%CE%B9%CF%81%CE%B5%CE%AF%CE%B1/
This is a URL with a gallery made with justified image grid
http://www.sigmaweb.biz/sigma-responsive/photo-gallery/
Thank you,
June 2, 2013 at 5:24 am #122539Hi!
Together with the URLs above, I forgot to mention the justified image grid I’m talking about is the
http://codecanyon.net/item/justified-image-grid-premium-wordpress-gallery/2594251
Thank you,
June 2, 2013 at 5:49 am #122540Hi!
Try to replace:
if($.fn.avia_activate_lightbox)
$('body').avia_activate_lightbox();with
if($.fn.avia_activate_lightbox)
$('body').not('.justified-image-grid').avia_activate_lightbox();Best regards,
Peter
June 2, 2013 at 10:56 am #122541Hi Peter,
Doing as advised, the social media icons do not display, you can see what I mean at http://www.sigmaweb.biz/sigma-responsive/photo-gallery/
Thank you,
Stratos
June 4, 2013 at 4:38 am #122542Hi,
I post here the solution if anyone has the same problem. In avia.js
Change the:
elements.prettyPhoto({ social_tools:”,slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
to:
elements.prettyPhoto({slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
-
AuthorPosts
- The topic ‘Conflict with Justified image grid plugin’ is closed to new replies.