Plugin Author
RavanH
(@ravanh)
Hi, I notice two things:
1. the browser console log shows this error:
Uncaught TypeError: Cannot read property 'get' of undefined
which is caused by the script in smartslider-frontend.min.js and blocks all subsequent script execution, among which is the light box. You’ll need to fix that first…
2. you are using the class “fancybox” for the inline content link. I advise to activate the option Inline Content on Settings > Media and use the class “fancybox-inline” for all inline content links.
Hope that helps.
Plugin Author
RavanH
(@ravanh)
Hang on, the error seems to be caused by something else on your site. What I noticed too is that there seems to be something weird with your footer.php
Please make sure there is NOTHING after the <?php wp_footer(); ?>
except the usual
</body>
</html>