Page 1 of 1

Menu problem

Posted: 04 Jul 2010, 05:30
by Arkel
Have a slight problem here and I yes have read and looked through Documentation. The page menu at the bottom of my pages are all vertical and I would like the Horizontal.

Here is a link to my website so you can see what is happening.
Here is a direct link to a page.
http://www.pantheonrising.com/index.php ... Itemid=216

or you may go to the main website and click on Art Gallery:
http://www.pantheonrising.com/

Please tell me what I have to change in the Parameters to fix this.
Thank you for time in this matter.....

Re: Menu problem

Posted: 04 Jul 2010, 14:19
by imperialWicket
Your template's pagination output is using divs to hold and style pagination contents; Phoca Gallery is expecting spans (or something that more gracefully handles inline styling). If you aren't using pagination heavily elsewhere in your site, you should grab the templates/rhuk_milkyway/html/pagination.php file and replace the pagination.php file from your template. If you are using pagination heavily, this might cause some styling issues elsewhere in your site. If this is the case, you will need to do some more troubleshooting and hand-modify either the html output (in the pagination.php file) or the css for your template and/or Phoca Gallery (in the appropriate stylesheet - or inline).

Re: Menu problem

Posted: 04 Jul 2010, 16:43
by Arkel
ok I will give the first one a try and let you know how it works....

Re: Menu problem

Posted: 04 Jul 2010, 16:54
by Arkel
It seems that did part of the trick but they are all smashed together.

«StartPrev123NextEnd»Page 1 of 3

oh I just replaced the file that you told me too.

Re: Menu problem

Posted: 04 Jul 2010, 18:24
by imperialWicket
At this point it is a css issue. The rhuk_milkyway template.css file includes the following:

Code: Select all

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }
Adding those to your template should affect the spacing.