Member
Member
grosin   03-03-2008, 01:18
#1

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

Member
Member
sbillard   03-03-2008, 01:38
#2

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.

Member
Member
grosin   03-03-2008, 03:11
#3

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

Member
Member
grosin   03-03-2008, 04:01
#4

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()

Member
Member
sbillard   03-03-2008, 04:28
#5

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.

Member
Member
grosin   03-03-2008, 16:56
#6

Thanks! Worked like a charm. Gary

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.