Just got back from navigating Seattle hills in our third snow storm in a week, this in my old 30-year-old Land Cruiser. It very seldom snows in Seattle and the outcome is not pretty...
My fiance lives in WA! Hoping for snowmobiling when I come out there!!
Quote from: Photowebmax at Dec 20, 2008, 06:51 PM
Just for grins: I am assuming this version would work with the jQuery arena we are talking about...
http://fancy.klade.lv/
Yes, you can use that or any other javascript... I just pointed you to Thickbox because you were already using jQuery on your page and that’s the only jQuery script that came to my mind.
So just look at how the html should be formed to the FancyBox script and update your galleryPictureTpl accordingly. (and add the FancyBox scripts to your template <head>, or if you want that MaxiGallery adds them automatically, look at the &js and &css parameters in MaxiGallery wiki page)
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Thanks Guys.
I did a lot of searching last night and there are lots of variations on the whole lightbox script idea. It seems like a trade off between factors like, ease of use, browser issues, bit size, transitions, and how the script handles image sizing. Some users will present large size files and rely on the script to shrink them for viewer display sizes. I will be using a fixed size. Looks like the guy who wrote Thickbox does not like the moving transition effect between images. But there a lot of folks who are asking for this effect to be included in future Thickbox releases.
Depending on how things go I might want to take a look at how I present my thumbnails. I have used the lightbox before in a static site and one of the "issues" is how neatly the rows of thumbnails get presented. Mixing horizontal and vertical thumbnails will in effect present a less than clean presentation. Cropping all the thumbnails into perfect squares takes care of this, but it interferes with the smooth uploading and automation feature that I really like about MaxiGallery within MODx.
But in any event it is nice to have the whole jQuery nav vs lightbox script conflict taken care of...
Quote from: Photowebmax at Dec 21, 2008, 12:18 PM
Depending on how things go I might want to take a look at how I present my thumbnails. I have used the lightbox before in a static site and one of the "issues" is how neatly the rows of thumbnails get presented. Mixing horizontal and vertical thumbnails will in effect present a less the clean presentation. Cropping all the thumbnails into perfect squares takes care of this, but it interferes with the smooth uploading and automation feature that I really like about MaxiGallery within MODx.
You can "crop" the thumbnails into squares with css,
look here, or you could use phpThumb
PHx modifier together with MaxiGallery to crop the thumbnails into squares. The later requires lots more work to set up.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Thanks, I will look into that. In this case I don’t mind doing it all with Photoshop (my primary weapon...)
You can set that css cropping up in just minutes.. of course it will crop from a static point each thumbnail, but it’s easy to setup.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Yes, I think the CSS option is the better path for me...
I can not get thickbox to work properly for the life of me.
It works to the point of loading up and showing the loading animation it just sits there and spins. I checked the source of the output and it looks like the URL is right and the image is there in /galleries/8/imagename.jpg
Any suggestions?