Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s some kind of conflict with one of the theme scripts in the footer happening but I cnannot figure out what it is… You might be better off removing Easy FancyBox and trying to get the lightbox script that is already included by the theme (prettyPhoto) to work on your galleries.

    Try adding script like:

    <script type="text/javascript">
    jQuery('a[href*=".jpg"]').attr('data-rel', 'lightbox');
    </script>

    in the footer.php before all the other theme scripts are called…

    Thread Starter cristhianrizzo

    (@cristhianrizzo)

    Thank you,
    It worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Easy Fancybox don't work after updated to 1.5.7’ is closed to new replies.