• Resolved gercal

    (@gercal)


    Hi,

    I love your theme, it is easy on the eye and not complicated. The issue now, is that I have is with the lightbox. According to a shopping cart plugin that I’m using, the lightbox seems to conflict, it shows that the theme is calling the code below, and thus the lightbox from the plugin doesn’t work. I tried the default twenty twenty them from wordpress and the lightbox works great, but with your theme it doesn’t work.

    if (jQuery.isFunction(jQuery.fn.ekkoLightbox)) { jQuery('.checkout_lightbox').on('click', function(e) { jQuery(this).ekkoLightbox({ left_arrow_class: '.fa .fa-chevron-left .text-left', right_arrow_class: '.fa .fa-chevron-right .text-right', }); e.preventDefault(); }); }
    

    Is there a way that you can assist to make it work with your theme? I hope you can help.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lightbox issue’ is closed to new replies.