• 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.
  • Posts

  • Recent Achievements

    • Week One Done
      davidbazooked earned a badge
      Week One Done
    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
  • Popular Contributors

    1. 1
      +primortal
      514
    2. 2
      PsYcHoKiLLa
      185
    3. 3
      +Edouard
      159
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!