simple customization.

somethingmoore

Joined: 2005-09-30
Posts: 4
Posted: Mon, 2005-10-03 10:28

Good morning,

Im hoping some kind fellow can give me a hand with a couple of things on my album and photo page as Ive no coding skills whatsoever. Im using the Siriux theme and my site is www.somethingmoore.co.uk/wp-gallery2.php

1 .On my Album page I would like to have the option to view a slideshow, how can I add this in?

2. On the actual photo page I would like the description centered under the picture and the next/last buttons centered under the description.

Any help would be greatly appreciated.

Many Thanks

J

 
robotphotos
robotphotos's picture

Joined: 2005-09-21
Posts: 111
Posted: Mon, 2005-10-03 13:30

Well, for the first question, you don't need coding experience of any kind. All you need to do is go to Site Admin -> Themes and edit the theme you are using for your albums to show the Item Actions block. In addition, you'll need to ensure the slideshow module(s) is/are activated.

For the second one, you will need some experience (though you can certainly learn as you go along by experimenting). There's a file in themes/siriux/templates (I believe that's the right path) called photo.tpl. In this file, you'll need to make the necessary modifications. It may not be clean code, but you can try putting the segments you want centered inbetween the following tags:

At the beginning: <p align="center">

At the end: </p>