Newbie needs help customizing Newbie needs help customizing
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Newbie needs help customizing

Started by MI, June 25, 2005, 05:22:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MI

I am very novice  at this and would love it if someone could explain in lamemans terms on how I could change the theme of my gallery to match my site.  I want to put the same background as seen here:

www.beyondpaper.net   

on to here:

http://www.beyondpaper.net/gallery/index.php

Thanks,

Michelle

snork13

#1
you have to options, place the background in the template.html as the page background. Or in the style.css find

body {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-image: url(images/filename.jpg);
   color : #333333;
   margin-top: 10px;
}

and add the correct background image, positions, repeats, etc. If you don't know css, just goggle the background calls

hope this helps

--snork13

open up you template.html


find

<body>


and replace with


<body background="http://i3.photobucket.com/albums/y79/irimomof3/stripedbg.gif">

for a start....you may have to change other things ;) I had to for the classic theme

MI

Wow, thanks for the fast response.  But I am even more confused.  Do I go into the control panel.  I can't find any of that.  I am sorry, I am so new to this and really trying to understand   ??? :-[

snork13

Quote from: MI on June 25, 2005, 06:04:26 AM
Wow, thanks for the fast response.  But I am even more confused.  Do I go into the control panel.  I can't find any of that.  I am sorry, I am so new to this and really trying to understand   ??? :-[

::)

you would need to have access to the server, maybe via ftp-  gallery/themes/igames/THIS FOLDER HAS THE FILES YOU ARE LOOKING FOR

MI

Is this what I replace?

<body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475">

<br />

snork13

Quote from: MI on June 25, 2005, 06:31:55 AM
Is this what I replace?

<body bgcolor="#FFFFFF" text="#0F5475" link="#0F5475" vlink="#0F5475" alink="#0F5475">

<br />
no, not if your using the igames theme as shown below

http://www.beyondpaper.net/gallery/index.php

i'm not using igames, and can't get to the DL section because of maintance, but some theme's backgrounds are or can be controlled via both the template and the css, using a combination of the elements to achieve the goal at hand

download your full igames theme to your local pc, then try the editing the template.html as stated above, if a table has a background color element you would have to remove that too

--snork13

MI

Ok, I was looking in the wrong thing.  It worked.  Thank you so much!!  Is there a way to change the other colors in there also (the gray)?

snork13

Quote from: MI on June 25, 2005, 06:54:25 AM
Ok, I was looking in the wrong thing.  It worked.  Thank you so much!!  Is there a way to change the other colors in there also (the gray)?

Very Welcome, maybe this thread can can marked solved!

@MI pm sent