VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: neko_designer on February 09, 2012, 09:15:57 AM

Title: vertical pagination
Post by: neko_designer on February 09, 2012, 09:15:57 AM
Hi everyone, i hope someone can help me,
im working on a catalog using joomla 1.5 with joomlart template sulfur, running VM 2.0

i started having problems with the pagination on the VM pages, the pagination on the rest of the site is correct, but in VM pages it is vertical. as shown in the pic http://3cats-studios.net/sharing/virtuemart/vertical%20pagination.jpg (http://3cats-studios.net/sharing/virtuemart/vertical%20pagination.jpg). i have search for several solution on the forum, but non seem to work, this is how my pagination code looks like:
ul.pagination {

background: url(../images/dot.gif) repeat-x left top;

display: block;

margin: 10px auto 5px;

padding: 20px 0 0 !important;

}



ul.pagination li {

background: none;

display: inline-block;

margin: 0;

padding: 0;

}



/* Hack for IE7 ---*/

*+html ul.pagination li { display: inline !important; }



ul.pagination li span,

ul.pagination li strong { display: block; padding: 0px 5px; }



ul.pagination a { padding: 0px 3px; text-decoration: none; }



ul.pagination a:hover,

ul.pagination a:active,

ul.pagination a:focus { }



thanks for any help you can provide
Title: Re: vertical pagination
Post by: creasource on June 18, 2012, 16:50:24 PM
I have the same problem J1.7, VM2.0.6

<ul><li class="pagination-start">
<ul><li class="pagination-previous">
<ul><li class="pagination-next">
....

How can i have a horizontal pagination???

I had this problem since the VM2.0.6 update !

Help please:
Title: Re: vertical pagination
Post by: creasource on June 18, 2012, 17:54:44 PM
allright it's in the file librairie/joomla/html/pagination.php