Hello, i'm new to the forums, and really don't like asking for help on these things, but i've been stuck on this project for a while and have finally decided to ask someone, somewhere for help.
I'm new to php, i can somewhat get around with javascript,and i have the basics of html down, so go easy on me lol.
Alright, what I want to do is display my zenphoto Albums within an iFrame-like content box (it isn't iFrame to be specific, it's a dynamic Ajax-based content box)
The entire website i'm working on is based on this, and i wanted to carry it on into the gallery.
here's my website:
http://www.healingwolfjewelry.comyou'll need javascript on in order to display it i think.
anyways yeah, I was able to display a portion of the albums page, but it gets cut off at the bottom, and when i click on an album it directs me away from the main page.
What i need help with is setting the height of the albums so it doesn't get cut at the bottom, and i also want it to display the next page of albums and the album itself within the same content box, without directing the whole page away.
Also: i got this Ajax code from this website, if it helps:
http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htmplease, a point in the right direction would be a godsend!
EDIT: Sorry for posting this twice, i didn't see the subforums before.
Comments
I suggest not to use that quite old script (activeX..) but maybe using jQuery which we have already on board as our default libary which might be more convenient. Anyway it is doable but you will have some work ahead as you probably won't be able to use the the standard theme way. You will need to get familiar with php and Zenphoto's internals to achieve this. I recommend first to read our theming tutorial to learn about the standard way if you haven't already and then to look at the php classes for the object orientation way on our documentation.
Regading the cutoff at the bottom. Well, html is a kind of relative, so in different browsers (and versions) it might look different.
Sorry that I can't give any more direct tips bBut that exceeds our resources on this forum. Futher questions of course are welcome.
also, thanks for responding!
Note that we still use an older version because of some dependencies.
thanks for your time!