ThickBox Problems

acristobal / 2011-07-17 03:37:39   

Hi.
My site: www.heribertoquesnel.com has problems with ThickBox exhibit. I had tried everything that the Forum recomend. jquery, changue exhibits etc. I have the thickbox active, but when I click on the pics those don't open just turn the background opaque but the pic never appear.
I have check my code with the Validation and nothing.
Please I need that exhibit.
Thanks

acristobal / 2011-07-17 03:38:02   

Oh, with Slide exhibit happen something wrong too

pernin / 2011-07-17 03:57:25   

did you try this: http://www.indexhibit.org/forum/thread/7521/?

and please, don't double-post (read the forum rules)

acristobal / 2011-07-17 04:03:04   

Sorry for the double-post.
Yes I tried it like last option, I uploaded the jquery 1.3 and nothing, then I went back to the default version of jquery.
I made other index and the thickbox just works great, but this one I don't know what happen.

pernin / 2011-07-17 04:10:48   

try the edit in the thread with a newer jquery, 1.4, see what happens

G470 / 2011-07-17 04:19:32   

Hi, console shows that you got javascript errors. Maybe you have deleted something by mistake ;)

  1. put this into your theme index.php to fix it:
  2. <script type="text/javascript">
  3. var loadingAnim = 'http://www.heribertoquesnel.com/';
  4. </script>

the second error that I can see comes from a undefined function...
search for this part in your theme index.php:

  1. setTimeout('move_up()', 0);

and remove it :)

pernin / 2011-07-17 04:21:52   

i used thickbox with expanding menus successfully, using the centered theme, that has a slightly more complex build up of js files. i still had to do the thread/7521/ edit, but it works:
http://test.sophietottie.net/

acristobal / 2011-07-17 04:36:42   

Hi @G479 It looks that the problem almost its fixed. The loading icon appears now but the img doesn't appear: http://heribertoquesnel.com/index.php?/expo/ejemplo-1/
I update to jquery 1.4 of this thread:
http://www.indexhibit.org/forum/thread/7521/
And follow your instructios.
Can you help me? maybe it's something with the CSS?

pernin / 2011-07-17 04:48:33   

ican see in your source that you haven't edited the jquery.thickbox.js. you still have:
var imageGroup = $("a[@rel="+rel+"]").get();

which you should change to:
var imageGroup = $("a[rel="+rel+"]").get();

as is explained in the thread

acristobal / 2011-07-17 04:50:43   

Ok.
Right, I upload to my FTP the default code again, and forget to changue it again.
Thanks, I will changue it now. 5 min.

acristobal / 2011-07-17 04:57:33   

My dears friends @permin and @G470, I solved the problem.
Thanks for your time and instructions.
I apreciate it

This thread has been closed, thank you.