-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.3.24
I have the pagination set to both in the configuration. I want to make the bottom pagination only visible with the phone media query. I added "visible-phone" to the class in the line that reads
<div class="hikashop_products_pagination hikashop_products_pagination_bottom">
in Views->Product->listing. It now reads like this
<div class="hikashop_products_pagination hikashop_products_pagination_bottom visible-phone">
When I load the product listing it does not have the visible-phone added to the class so, I must be missing something here. Anywhere else this would be?