Ok I have tried the things but the next and prev link are still not showing up when thickbox is activated. I am using the general "image" content type and "image-galleries" view, I do not have a custom content type because it seems that this is working good with FUpload. Does anyone know why these links are not showing up, here is the code from my updated JS file:
$(".view-image-gallery-view .item-list ul").each(function(i) {
var group = "gallery-g" + i;
TB_drupal_rewrite(this, group);
});
I even tried changing the Thickbox settings but that did absolutely nothing. I also tried the Custom Pager module but that did not do anything either. Not sure how to use the rel property. I tried to edit the "image_gallery" View for the Image field but there is no option for "Thickbox: Thumbnail" it just the regular Original, Thumbnail, and Preview so not sure why Thickbox option is not appearing there. PLEASE HELP!!!
Ok to even add more of a twist to this issue, so I was originally working on Firefox and those prev and next links do not show up for Thickbox but I then started testing in IE8 and IE9 and those links do show up in Thickbox, I then tested Safari and Chrome they DO NOT show up for either. So not sure what is going on but it is based on Browser if those links show up, does anyone know why that is?
Here is a link you can go to, to test yourself: http://innovativeedgemedia.com/image-galleries/fashion, if you use IE and click on one of the images to pull up Thickbox you will see the prev and next links on the bottom but if you use any other browser it does not show up.
Comments
Comment #1
frjo commentedThe image module support is contributed by other users, I have never used it myself. Hopefully some other Image module user can help you.
I would recommend you to checkout the Colorbox module. Thickbox is getting old and Colorbox is a better and more modern replacement. I'm the maintainer of both.
http://drupal.org/project/colorbox
Another tips is to switch from the image module to using cck/filefield/imagefield/imagecache/views module instead. Colorbox (and Thickbox) has much better support for them since that is what I use. These module are also built in to Drupal 7 so it's a future proof solution.
Comment #2
cabplan commentedOk I downloaded the Colorbox module, installed it and the indicated jQuery Update module version 6.x-2.x. and http://colorpowered.com/colorbox/colorbox.zip, I followed the instructions to put the plugin in my sites/all/libraries but when I go to configure Colorbox it says:
You need to download the Colorbox plugin and extract the entire contents of the archive into the sites/all/libraries/colorbox folder of your server.
I have all the files in the colorbox folder under site/all/libraries but continue to get this error. Any suggestions?
I saved the configuration anyway and it looked like it saved it but nothing happens if I turn off Thickbox and turn on Colorbox, the images just go to their individual nodes, not colorbox effect occurs.
Still kinda weird that IE has the prev and next links but FF, chrome, safari all do not for Thickbox.
Comment #3
frjo commentedMake sure the path to the plugin looks like this:
My guess is that you managed to get:
On the Colorbox project page you can fins some screencasts that may be of help.
Comment #4
cabplan commentedActually I do have the correct path to the plugin because the Colorbox screen would not save if it was wrong. Also I noticed when I have Thickbox on and it works the option I checked is "Enable for image nodes" but I do not see this option Colorbox. It still does not work with the correct plugin path.
Comment #5
frjo commentedWhat happens if you open
In your browser?
Comment #6
cabplan commentedThe js code pulls up when I put that as my URL path:
http://innovativeedgemedia.com/sites/all/libraries/colorbox/colorbox/jqu...
Any ideas?