fergimaggot Posted July 14, 2013 Share Posted July 14, 2013 Hello, I have really strange problem with pagination - with previous and next button - when I click on it just sends me to first page, my problem has quite big wtf factor because html code looks like this <ul class="pagination"> <li id="pagination_previous" class="disabled"><span>« Prev</span></li> <li class="active"><span>1</span></li> <li><a href="http://localhost/6-hodinky#/page-2">2</a></li> <li><a href="http://localhost/6-hodinky#/page-3">3</a></li> <li class="disabled"><a href="http://localhost/6-hodinky#/page-1">...</a></li> <li><a href="http://localhost/6-hodinky#/page-28">28</a></li> <li id="pagination_next"><a href="http://localhost/6-hodinky#/page-2">Next »</a></li> </ul> so as you can see pagination next has exactly same link as pagination with number 2, numbers are working correctly but prev and next are problematic... I have no idea where I did mistake... =/ thanks for any help ps: I use layered navigation with it Link to comment Share on other sites More sharing options...
fergimaggot Posted July 17, 2013 Author Share Posted July 17, 2013 (edited) SOLVED! While I was making a new template I changed class "current" to class "active"... so there was a problem =) Edited July 17, 2013 by fergimaggot (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts