Ok, here's the page as it is right now:
http://www.crackin.com/dev/index.php
The paganation for the top 3 images is Sweet Pages: http://tutorialzine.com/2010/05/swee...tion-solution/
The content loading below is a page-replace script I got here: http://css-tricks.com/dynamic-page-replacing-content/
And I'm also trying to integrate shadowbox (or lightbox, whichever will work) into the lower set of images.
I have 2 problems right now I can't figure out, and I'm sure it somehow has to do with the fact I'm trying to mash 3 different JS addons into a single page, I'm still pretty new to this whole JS thing...
First problem I'm having is that IE7, FF 3.5.9 and Opera don't like the links in the upper images. Clicking a gallery image does not load the associated page below from those browsers, however IE8 and FF 3.6 seem to work fine.
I've disabled the pagination and the gallery replace script works in all browsers I tested it in. So basically, I'm trying to find exactly where the conflict between those two scripts is.
Page with pagination enabled and clicks don't work. (same as link above)
Page with pagination disabled and clicks do work.
Second problem is getting shadowbox/lightbox to work on those lower images. I tried a couple different things but main thing I did is make sure the script is actually working by setting the header text to a link with shadowbox attached and that worked. That same link doesn't work when applied to the lower images (loads image in new window). Lightbox does the same thing.
I know I'm begging for problems by trying to shove 3 independent scripts onto a single page and trying to get them to play nice, and I'm open to other suggestions for this page if anybody knows of a script or other solution that allows a gallery list via images, gallery display and image display, that's somewhat similar to what I'm trying to do here. Also must be embedded in the page (not floating over the page) and be able to create custom header and footers.
thanks for any help you guys can give.
|