fancybox
-
Hi,
I just noticed all jQuery and FancyBox scripts are loaded in this theme already, in the correct order, in the header of this fruitful theme by default – but I can not make a call to ‘fancybox’ to make an image load inside of a fancybox for some reason. Here’s my code:
... <script type="text/javascript"> $(document).ready(function() { $(".fancybox").fancybox(); }); </script> </head>
then in wordpress ‘html text source’ on the ‘full-width template’ page
<a class="fancybox" rel="group1" href="big_image_1.jpg"><img src="small_image_1.jpg" alt="" /></a>
any help would be appreciated. How can I find out why it’s not working?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘fancybox’ is closed to new replies.