We are starting to use filtering on many pages (38) and some have hundred of products. We need to use the pagination code to make each page more manageable.
I am struggling as the code behind it is too advanced for me (or I am too dumb for it )
I would really like to have the links at the bottom and top of the page. Additionally have the font bigger.
I think I have found where the links are placed into the tabular filter results layout:
I duplicated the code and put it at the bottom of the layout and changed the div id to _bottom:
This seems to work.
However the text is so small it is easily missed.
Here is a link to an example page on our test site:
http://www.tgurney.co.uk/acatalog/Patchwork_Fabrics_A-Z.html
Has anyone successfully increase the font size of pagination links at bottom and top?
Any help or pointers would be gratefully received.
Many thanks
Tony
I am struggling as the code behind it is too advanced for me (or I am too dumb for it )
I would really like to have the links at the bottom and top of the page. Additionally have the font bigger.
I think I have found where the links are placed into the tabular filter results layout:
Code:
<div id="filter_pagination_links_top"> <actinic:variable name="SearchResultContinue" /> </div>
Code:
<div id="filter_pagination_links_bottom"> <actinic:variable name="SearchResultContinue" /> </div>
However the text is so small it is easily missed.
Here is a link to an example page on our test site:
http://www.tgurney.co.uk/acatalog/Patchwork_Fabrics_A-Z.html
Has anyone successfully increase the font size of pagination links at bottom and top?
Any help or pointers would be gratefully received.
Many thanks
Tony
Comment