-- HikaShop version -- : 2.3.0 Business Edition
-- Joomla version -- : 3.2
I have a page displaying 12 out of 200 products. At the bottom, there is the pagination, see image.
The next and previous arrows (chevrons?) do not work; jumping to another page with the numbered buttons is OK.
Looking at the HTML code, it is clear that the chevrons don't work.
<a class="pagenav" title="10" onclick="javascript: document.adminForm_hikashop_category_information_menu_101_105_bottom.limitstart_hikashop_category_information_menu_101_105.value=108; document.adminForm_hikashop_category_information_menu_101_105_bottom.submit();return false;">10</a>
<a class="pagenav hikashop_next_link" title="Volgende" onclick="javascript: document.adminForm_hikashop_category_information_menu_101_105_bottom.limitstart_hikashop_category_information_menu_101_105.value=12; document.adminForm_hikashop_category_information_menu_101_105_bottom.submit();return false;">Volgende</a>
<span class="pagenav_next_chevron"> ></span>
<a class="pagenav hikashop_end_link" title="Einde" onclick="javascript: document.adminForm_hikashop_category_information_menu_101_105_bottom.limitstart_hikashop_category_information_menu_101_105.value=180; document.adminForm_hikashop_category_information_menu_101_105_bottom.submit();return false;">Einde</a>
<span class="pagenav_end_chevron"> >></span>
In the default css the hikashop_next_link and hikashop_end_link have {display:none} styles. The chevrons are outside the anchors and have therefore no code attached.
This is all out-of-the-box hikashop code, without any modifications. What am I doing wrong?
Best regards, Paul