Adding graphic design elements to a theme

wearwolfie

Joined: 2010-07-23
Posts: 6
Posted: Sun, 2010-07-25 20:02

Hello!

I am customising my Gallery3 which so far is working well. I am now trying to add some design elements such as a small graphic in the footer, my webhosting logo for example. Where do I store such graphics and which path should I use to grab it in the src reference ofmyimg tag? I have tried putting nameofmyimage.png in the mytheme/images folder but am unable to display it using am img ref of src="images/nameofmyimage.png" or permutations thereof.

Any clues much appreciated.
Many thanks!!
Great application.

WW

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2010-07-25 20:35

Admin -> appearance -> theme options
Add:
<img src="http://www.EXAMPLE.com/gallery3/lib/images/logo.png" height=100 width=200> to the footer text
That is the simple way.

If you want to get more complex then you can use a lib/images folder:
<?= url::file("lib/images/logo.png") ?>
Use firefox and the web develper tool to help with viewing image info if it doe snot show. Then look at the paths it gives you to add more info as needed.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
wearwolfie

Joined: 2010-07-23
Posts: 6
Posted: Sun, 2010-07-25 20:42

Excellent!

Thanks for your prompt response floridave! I shall live on the edge and attempt the more complex solution.

Appreciated.
WW

 
logon68

Joined: 2010-12-23
Posts: 1
Posted: Thu, 2010-12-23 11:05

thanks for the help
Corporate logo design