• 0

fancybox jQuery help!


Question

I'm using Fancybox plugin and for some reason I can't get the left and right buttons to show up when the image is large on the page. Any reason why it's not working?

http://www.imagraphicdesigner.com/roma/products/biocalceclassico/historical.html

http://fancybox.net/

Link to comment
https://www.neowin.net/forum/topic/1075963-fancybox-jquery-help/
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I'm not entirely sure then. At the moment there are 2 fancybox calls when clicking an image... $("a.example5").fancybox({ 'titlePosition' : 'inside' }); and $("a[rel=example_group]").fancybox({ ... }); Perhaps comment one of these out and see if it is this?

Also, as a side note, you have an error in your html. Every 4th anchor element is missing a closing > on the opening tag...

<a class="example5" rel="example_group" href="i/3_b.jpg" title="Lorem ipsum dolor sit amet" <img="" style="margin-right:0;" src="i/1_s.jpg" alt=""></a>

should be...

<a class="example5" rel="example_group" href="i/3_b.jpg" title="Lorem ipsum dolor sit amet"> <img="" style="margin-right:0;" src="i/1_s.jpg" alt=""></a>
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.