ZenphotoCMS Forum
Changing <h1> info in effervescence_plus - 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: Changing <h1> info in effervescence_plus (/thread-2317.html)



Changing <h1> info in effervescence_plus - grosin - 2008-03-03

I just started building a gallery using the Effervescence Plus theme, with the simple viewer and blue-and-green-play. See http://www.4pcreations.com/gallery
By default, the "running-head" at the top of my gallery pages reads "www.4pcreations.com".

I'd like to change that running-head to add my transparent .gif logo and the name of my website, "4P Creations".

I'm a php/css/zenPhoto newby. I haven't been able to find anything in the FAQ, or here. I gather it requires editing of one of the theme's php scripts or functions, but have no idea where to start. I could use a push in the right direction.

TIA

Gary




Changing <h1> info in effervescence_plus - sbillard - 2008-03-03

Change the CSS class for logo and logo2 h1 to add a background image of your GIF.

`#logo h1 a{

color: #C0C0C0;

background-image: url("images/trans.gif");

font: bold 30px Monotype Corsiva, Apple Chancery, Zaph Chancery, Comic Sans, cursive, serif;

}`
Then change to in each of the php files.




Changing <h1> info in effervescence_plus - grosin - 2008-03-03

Thanks, I'll try that, and report. Where would I put the text for the website name? I'd like it to the right of the logo.
Gary




Changing <h1> info in effervescence_plus - grosin - 2008-03-03

No luck. In ../gallery/themes/effervescence_plus/styles/
I changed
effervescence.css
blue and green play.css
In ../gallery/themes/effervescence_plus/ I changed
album.php
image.php
which were the only two with the call to printLogo()




Changing <h1> info in effervescence_plus - sbillard - 2008-03-03

OK, then tomorrow download the nightly build. I have added an option to effervescence+ so that you can select a graphic logo. It needs to be a transparent PNG file, though. (GIF files are too coarse.) Place the file in the theme images folder. Select it from the admin theme options.




Changing <h1> info in effervescence_plus - grosin - 2008-03-03

Thanks! Worked like a charm. Gary