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.....
Menu problem
-
- Phoca Enthusiast
- Posts: 78
- Joined: 28 Feb 2010, 15:39
Re: Menu problem
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).
-
- Phoca Newbie
- Posts: 3
- Joined: 04 Jul 2010, 05:19
Re: Menu problem
ok I will give the first one a try and let you know how it works....
-
- Phoca Newbie
- Posts: 3
- Joined: 04 Jul 2010, 05:19
Re: Menu problem
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.
«StartPrev123NextEnd»Page 1 of 3
oh I just replaced the file that you told me too.
-
- Phoca Enthusiast
- Posts: 78
- Joined: 28 Feb 2010, 15:39
Re: Menu problem
At this point it is a css issue. The rhuk_milkyway template.css file includes the following:
Adding those to your template should affect the spacing.
Code: Select all
.pagination span { padding: 2px; }
.pagination a { padding: 2px; }