VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: john-doe on March 14, 2014, 15:27:36 PM

Title: Applying Bootstrap 3 Class to Pagination
Post by: john-doe on March 14, 2014, 15:27:36 PM
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
Title: Re: Applying Bootstrap 3 Class to Pagination
Post by: jenkinhill on March 15, 2014, 17:48:37 PM
Does applying to   ul.pagination li, li.pagenav-prev, li.pagenav-next     not work?