Can I create a second pagination bar at the bottom

I want to be able to display an additional pagination bar at the bottom of my category view pages (http://new.stagesuperstore.co.uk/lighting.html). Once a customer scrolls to the bottom of a page I want them to be able to go to the next page without scrolling to the top of a page again. Is this possible and how?
 
On another note…. Where can I change the background image for the 404 page?

4 answers

Profile photo of tuan le van 11570.00 $tone June 19, 2015
Public

Hi Matthew Cassidy,

I want to be able to display an additional pagination bar at the bottom of my category view pages

=> skin\frontend\default\jm_sportsgear\css\style.css
change line 492 : .toolbar-bottom { display: none; } to .toolbar-bottom { display: block; }

Where can I change the background image for the 404 page?

you go skin\frontend\default\jm_sportsgear\css\style.css
Find .cms-no-route #jm-container (line 3324).
Have a look and let’s me know how it goes.
Best regards,
Kan

#1
Profile photo of Ziven Staff 100280.00 $tone June 22, 2015
Public

Hi Kay,
Please check the question: http://www.ubertheme.com/question/how-to-add-secondary-pagination-bar-at-the-bottom/
Best Regards,
Ziven.

#4

Please login or Register to Submit Answer

Written By

Comments