Jump to content

Pagination (next, prev button behaviour) weird problem


Recommended Posts

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

×
×
  • Create New...