Hello,
I guess that you (or your template) have override the Joomla pagination system because it does not follow the conventional rules for the HTML content
<ul class="pagination"><li class='active'><a>1</a></li><li><a class='' href='#" onclick="var f = document.forms['adminForm_hikashop_category_information_module__2_top']; f.limitstart_hikashop_category_information_module__2.value=12; f.submit();return false;' title='2'>2</a></li><li><a class='' href='#" onclick="var f = document.forms['ad
As you can see, while in HTML the parameter should use double quotes, in your case you have simple quotes. So the HikaShop href (which is there to put the onclick event) is not working.
Regards,