Title: Need help
Last modified: August 21, 2016

---

# Need help

 *  Resolved [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/)
 * As the title suggests, I am trying to get some galleries to open with one thumbnail.(
   30 to 90 images in each gallery) I have achieved that, but they are displayed
   completely weird. I tried to put them in a table, but that doesnt seem to help
   at all. I’m SURE I’m doing something wrong (maybe have the wrong html). Please
   help if you can
 * [http://www.rockonmusicaz.com/1180-2/](http://www.rockonmusicaz.com/1180-2/)
 * [http://wordpress.org/plugins/easy-fancybox/](http://wordpress.org/plugins/easy-fancybox/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528444)
 * Hi krammet,
 * With ‘weird’ do you mean the white space below each gallery thumbnail image? 
   If so, try the class “fancybox-hidden” instead of just “hidden”.
 * Or go to edit the post/page in the HTML view tab and place each image link (the
   ones without any anchor text) after each other without adding new lines. New 
   lines are converted to line break tags by WordPress which explains the large 
   whitespace…
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528463)
 * Yes thats exactly what I meant. Thank you for the advice. 🙂 I will try that 
   now
 * Edit: That did the trick!! Thank you again!
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528480)
 * I ran into another issue. When I scroll through the photos, it freezes when I
   click on the x to close.
 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528495)
 * Could you try with the BWP Minify plugin disabled?
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528505)
 * I’ve disabled all the plugins I didnt need, and it is still happening 🙁
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528522)
 * any idea why this could be happening? Does easy fancybox have a pic gallery limit?
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528585)
 * This is what I have
 *     ```
       <div class="fancybox-hidden">
       <a class="fancybox" href="/wp-content/gallery/galleryname/image1.jpg" rel="gallery1"></a>
       ```
   
 * instead of <a class, is there another code I could use?
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528594)
 * Ok, so it runs perfectly fine in IE(which is weird…) and Firefox, but it does
   not work in chrome for some reason.
 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528602)
 * OK, after disabling the minify plugin I can now see there is an error:
 *     ```
       Uncaught TypeError: Cannot read property 'tagName' of null
       ```
   
 * triggered from line 393 in the themes file wp-content/themes/mazine/js/jquery-
   tooltip/lib/jquery.dimensions.js
 * So it seems there is a conflict/incompatibility between jquery.fancybox.js and
   that script. Do you know what it is used for within the theme? Is there a theme
   option to switch it off?
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528605)
 * I went ahead and deleted the file. I didnt notice anything at first, then I found
   an issue.(I installed the file again once I found the issue) I guess that file
   helps the STORE PHOTOS and MEET&PHOTOS on the homepage ([http://www.rockonmusicaz.com/](http://www.rockonmusicaz.com/))
   to use fancybox as well. Theres no place I can switch it off, (that I can find
   anyways)within this theme.
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528611)
 * I have been playing with the code all day today,(the best I know how to anyways….)
   and the best I can do is get it working in Chrome and IE, but the page wont load
   at all in Firefox. Any ideas?
 * I have put in the same question to the guy who created the theme. I DONT want
   to find another theme. I’ve spent too much time on this page already, to let 
   a few lines of code beat me lol
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528618)
 * ok…so I messed with it a bit and it seems to work.
 * Is there a way to add thumbnail helpers when looking through the gallery?
 * Thank you for your continued help and patience.
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528619)
 * I have run into yet another issue. I’m using WP-Ecommerce with Gold Cart. When
   I look at an image, it pops up twice. Is there a way to turn off wordpress images
   and just have fancybox work for the nextgen galleries? Is this a paid feature?
 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528636)
 * > Is there a way to add thumbnail helpers when looking through the gallery?
 * Sorry, no. Thumbnail helpers are part of FancyBox2.
 * > Is there a way to turn off wordpress images and just have fancybox work for
   > the nextgen galleries? Is this a paid feature?
 * It used to be possible with NextGEN but I saw it has changed a lot recently so
   I’m not sure. But what used to work is:
    1. disable the auto-detection of images
   by clearing the Auto-detect field on Settings > Media under FanycBox / Images(
   remove .jpg .png etc.) 2. follow the instructions under “Can NextGEN Gallery 
   work with Easy FancyBox ?” [http://wordpress.org/plugins/easy-fancybox/faq/](http://wordpress.org/plugins/easy-fancybox/faq/)
 *  Thread Starter [krammet](https://wordpress.org/support/users/krammet/)
 * (@krammet)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528637)
 * you have been VERY helpful. Thank you. Sorry for all the questions. 🙂

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Need help’ is closed to new replies.

 * ![](https://ps.w.org/easy-fancybox/assets/icon-256x256.png?rev=3188201)
 * [Firelight Lightbox](https://wordpress.org/plugins/easy-fancybox/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-fancybox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-fancybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-fancybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-fancybox/reviews/)

 * 15 replies
 * 2 participants
 * Last reply from: [krammet](https://wordpress.org/support/users/krammet/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/need-help-153/#post-4528637)
 * Status: resolved