ZenphotoCMS Forum
Effervescence Release - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: Effervescence Release (/thread-742.html)



Effervescence Release - Stephane - 18-08-2006

I decided to start a new topic, after our discussion on my early work with this theme.

I've released the theme under a slightly different (but in my opinion better) form so hop along to the demo or download it right away and tell me what you think!

http://angoulvant.net/sblog/2006/08/18/effervescence-release/

-Stéphane




Effervescence Release - thinkdreams - 18-08-2006

Already downloaded, installed, and I got an error right away. It's looking for a customfunctions.php, which was not included in the distribution.

Reference:

Thinkdreams.




Effervescence Release - Stephane - 18-08-2006

Heh. Sorry. Try downloading again, upload the customfunctions.php file to your /zen/ directory and you'll be good to go!




Effervescence Release - thinkdreams - 18-08-2006

That did it, with the exception of the hardcoded "prefix" links in the random function. I just reinserted the default code from one of my other themes. It was hardcoded to use a zptestimages. prefix, which I assume was for your original theme. Other than that, check it out at http://www.thinkdreams.com/devzp




Effervescence Release - aitf311 - 18-08-2006

This looks really nice. Thank you for such a beautiful theme.




Effervescence Release - Stephane - 18-08-2006

Ugh yes there are a few things I should have thought through more carefully... I'm going to have to add a note about the prefixes. I also noticed that I had changed the number of albums shown on the front page but that's done in the config file.




Effervescence Release - Stephane - 18-08-2006

Alright, I've updated the file with more detailed information about the installation procedure.




Effervescence Release - edasque - 18-08-2006

I installed it on:

http://www.generalmagic.org/gallery/index.php?page=3

Any idea why some albums have a green border where some others don't (I liked your earlier bluish color scheme much better by the way). Also, any idea why sometime the random image works and sometimes it needs a refresh ?




Effervescence Release - Stephane - 18-08-2006

[b]edasque[/b]:

The albums and pictures with a green border are those you have not yet visited. They lose this character once you click on their links.

I'm sorry you find this version less attractive, but the colors are very easy to modify through CSS as I have provided a color guide at the top of the file.

I haven't had any problems with the random image myself, but they sometimes take a little time to process as the server has to create each image individually unless it is cached.




Effervescence Release - edasque - 18-08-2006

I have made changes to the colors a bit:
http://www.generalmagic.org/gallery

I don't know what's going on with the random image but when it fails to load, this is what the HTML tag looks like:




Effervescence Release - Stephane - 18-08-2006

Looks great, a bit flat in my opinion, but it just shows how malleable this template can be!

Regarding the random script I still haven't encountered your problem... Does it happen often?

I tried refreshing your page many times to see if the script works and I haven't seen it fail yet.

Which browser are you using?




Effervescence Release - edasque - 19-08-2006

I am using firefox but I can see the problem in the HTML code where i= nothing and image= nothing as you can see in the link I pasted.




Effervescence Release - edasque - 20-08-2006

no idea ? Does no one else see that on http://www.generalmagic.com/gallery ?




Effervescence Release - trisweb - 20-08-2006

I think you mean this:

http://www.generalmagic.org/gallery/index.php?album=Maldives+2003&image=

Are you using the latest version of ZP (1.0.3)? We should catch these... let me test it out locally here...




Effervescence Release - edasque - 20-08-2006

Oh, wow, hadn't seen this. I am using 1.0.3, yes.

The other error (image issue with album "500" was due to some issues with one specific album. I just deleted it for now.




Effervescence Release - trisweb - 21-08-2006

This is something different, but it reminded me that every theme PHP file should have this line at the top:

``

It prevents them from running outside of zenphoto and revealing paths.

But this new error is different, and I found the problem and it's fixed in SVN. Thanks!