News:

Support the VirtueMart project and become a member

Main Menu

Applying Bootstrap 3 Class to Pagination

Started by john-doe, March 14, 2014, 15:27:36 PM

Previous topic - Next topic

john-doe

Greetings.

I'm trying to apply the Bootstap 3 pagination style into Virtuemart.

The problem i have is that the previous version (2.3.2) used to mark with pagination in the class of the div. But the pagination in 3 have to be applied to the list.
However the default line of the pagination looks like this:

<div class="vm-pagination"><?php echo $this->vmPagination->getPagesLinks (); ?><span style="float:right"><?php echo $this->vmPagination->getPagesCounter (); ?></span></div>


and i can't find where to set the class to the unordered list.

I appreciate any kind of help about this.

Thanks in advance

jenkinhill

Does applying to   ul.pagination li, li.pagenav-prev, li.pagenav-next     not work?
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum