www.andrewingram.co.za

post released sites here made with phpwcms
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

www.andrewingram.co.za

Post by trip »

Hi All
professional photographer site from Cape Town :-)

http://www.andrewingram.co.za/

let me know your thoughts...

TriP
8)
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi trip,

I would make a narrow or broader edge around the popup photos.
have a look: www .art-varij. de/de_dokumentation_serie_02.phtml
(under construction)
imagezoom.php, image_zoom.js and gif: www .art-varij. de/picture/upload/Files/imagezoom.zip

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

excellent idea
I like the way the image opens up full screen...
I will put this foward to the clien.

TriP
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Very nice pictures! Makes you wanna be in RSA
I like the black integration (not my style but well done) :)
As for the zoomimage, agree with fli-flop, could be a nice idea.

Cheers
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

It might be a lot of work unless someone creates a content part for it, but Lightbox might be worth checking out: http://www.huddletogether.com/projects/lightbox2
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi Ben,

I've done some tests with it in phpwcms, and it works, but haven't ~yet or never, dunno~ made a CP from it...
Other method: replace the imagezoom function, it requires to tackle all the calls for the open thumbnail... dunno what's easier, proly make a new CP, but takes time :?

btw, needs tweaking html DOCTYPE as well as it invokes scriptaculous and such...

Cheers
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Got some testing done on version 2... pfiuuu needs A LOT of changes!
It works, but you need to edit hard code :cry:
files that I changed for testin gpurposes: :shock:
index.php --> for XHTML doc type
front.func.inc.php --> changed the zoom function (only for single image+text...)
added: all the files of the ligtbpox package (like 15, js, css, images)
made a new template to call all the js and css
Conclusion: a content part would mean a lot of job on new files and making a "mod" is also a lot of work..
In the end, dunno if it is worth all the trouble
Cheers
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post by Stim »

Hi Trip,

How did you create that “font changer” you have on your site? That is exactly what I need to!! Any tip and trick :lol:
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Stim wrote:Hi Trip,

How did you create that “font changer” you have on your site? That is exactly what I need to!! Any tip and trick :lol:
Borrowed from Joomla ;) but integrated with Trip's talent into phpwcms ;)
http://www.andrewingram.co.za/cms/style_changer.js

Cheers
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post by Stim »

Thanks kosse!

I have downloaded “style_changer.js” file from that links. But what should I do with it? :lol:
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Put this in your <header>

<script type="text/javascript" language="javascript" src="/style_changer.js"></script>


then when you want to call the js, just put an html content part with:

Code: Select all

<div id="fontchanger"><a href="index.php" title="Increase FONT size" onclick="changeFontSize(1);return false;"><img src="/cms/img/css_larger.png" alt=" font larger" width="32" height="17" border="0" /></a><a href="index.php" title="Decrease FONT size" onclick="changeFontSize(-1);return false;"><img src="/cms/img/css_smaller.png" alt="font smaller" width="32" height="17" border="0" /></a><a href="index.php" title="Revert styles to default" onclick="revertStyles(); return false;"><img src="/cms/img/css_reset.png" alt="reset font" width="43" height="17" border="0" /></a></div>
Use your own images or ask Trip if you can use his.

Cheers
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post by Stim »

aha thanks! :lol:

which folder "style_changer.js" should lie in?
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

whatever pleases you, you can put it in /content/pages for example or create your own folder, as long as link is correct ;)
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post by Stim »

Ok kosse, :lol: Do you meen links to "style_changer.js" in this cod:

Code: Select all

<script type="text/javascript" language="javascript" src="/style_changer.js"></script>
i cant see other link anywere! :wink:
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

exactly, yes

And thanks Trip for the beauty code (sorry to "bug" your site post ;)
Post Reply