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

    #122534

    I 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

    #122535

    Hi,

    It will deactivate the prettyPhoto plugin, or the lightbox.

    Regards,

    Ismael

    #122536

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

    #122537

    Hi!

    Please post a link to the justified grid page.

    Regards,

    Peter

    #122538

    Hi!

    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,

    #122539

    Hi!

    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,

    #122540

    Hi!

    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

    #122541

    Hi 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

    #122542

    Hi,

    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 });

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Conflict with Justified image grid plugin’ is closed to new replies.