• Resolved specialtyleds

    (@specialtyleds)


    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)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    Hi,

    In our first theme release 1.0.1 in theme was implemented custom post type “gallery”, fancy box worked only for gallery, currently in latest version this functionality is removed (www.remarpro.com requirements)

    Theme option for fancy box will be included in next upcoming theme version. Keep in touch with updates.

    Thanks for using and bug report. Much appreciate it.

    Theme Author Fruitful Code

    (@fruitfulcode)

    Resolved in 1.0.9

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘fancybox’ is closed to new replies.