Altering IGames theme Altering IGames theme
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Altering IGames theme

Started by Desert Rider, March 23, 2007, 04:37:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Desert Rider

Newbie here. Using the IGames theme. When configuring it, I placed a name in the Gallery Name field and a description in the Gallery Description field. That all worked fine (Fig.1) but I decided I would like to replace the text Gallery Name with a graphic version. I exported the .jpg file that was used for the background of that section, added the graphic name to it and brought it back into the theme/igames/images folder (renaming it the same as the original). The problem is that when I removed the Gallery Name entry (so it wouldn't overlay the new graphic - Fig. 2) the graphic was truncated and the description field was over it (Fig.3).

Is there any way to fix this so I don't need an entry in the Gallery Name field and the size of the new graphic with background works?

Fig. 1
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi104.photobucket.com%2Falbums%2Fm174%2Fhicountryrider%2Ftest%2Fcpprmine1.jpg&hash=b0062e649e8b3ca07ff5badc7229b8de2f796cd5)

Fig. 2
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi104.photobucket.com%2Falbums%2Fm174%2Fhicountryrider%2Ftest%2Fcpprmine2.jpg&hash=934ab83f82d5ca5ed8f5cd212aa9ec10a66a3cc0)

Fig. 3
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi104.photobucket.com%2Falbums%2Fm174%2Fhicountryrider%2Ftest%2Fcpprmine3.jpg&hash=8739c777eba97d80ebff7f4463a1b49131da6b4c)
Rick Wickert
If you think nobody cares about you, try missing a couple of payments.

Joachim Müller

Why don't you just replace<h1>{GAL_NAME}</h1>with<h1>&nbsp;&nbsp;&nbsp;</h1>
This would of course not be the ideal solution, but should work if you're not familiar with HTML/CSS.

Desert Rider

QuoteWhy don't you just replace
Code:

<h1>{GAL_NAME}</h1>

with
Code:

<h1>&nbsp;&nbsp;&nbsp;</h1>

This would of course not be the ideal solution, but should work if you're not familiar with HTML/CSS.

Thanks for the reply, that worked! A lot to learn for an old guy!
Rick Wickert
If you think nobody cares about you, try missing a couple of payments.