- Posts: 42
- Thank you received: 0
Pagnation issues
-
csimmo
Inactive member - Topic Author
- Member
Less
More
12 years 1 month ago #23434
by csimmo
Pagnation issues was created by csimmo
www2.abtsystems.com.au/services/shop-ser...ufacturer_id/13.html
If you have enough items on a page, you can't change to the second page. Also StartPrev12NextEnd have no spaces. On the VM forum they told of a way to override, but it doesn't seem to work. Any help would be appreciated
If you have enough items on a page, you can't change to the second page. Also StartPrev12NextEnd have no spaces. On the VM forum they told of a way to override, but it doesn't seem to work. Any help would be appreciated
Please Log in to join the conversation.
-
csimmo
Inactive member - Topic Author
- Member
Less
More
- Posts: 42
- Thank you received: 0
12 years 1 month ago #23435
by csimmo
Replied by csimmo on topic Pagnation issues
I found a way to override by copying the vmsite-ltr.css and editing it directly, but I still can go past the first page.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23443
by ivan.milic
Replied by ivan.milic on topic Pagnation issues
your pagination works OK ???
Please Log in to join the conversation.
-
csimmo
Inactive member - Topic Author
- Member
Less
More
- Posts: 42
- Thank you received: 0
12 years 1 month ago #23456
by csimmo
Replied by csimmo on topic Pagnation issues
No. This is going to be my fault for modifying the category default.php but I would like to know the code that affects pagination on that file. I think that's where the fault it. I think its a fault with VM original file that you guys corrected!!! As the same fault is on our production site. Yet your demo works perfect.
Please Log in to join the conversation.
-
csimmo
Inactive member - Topic Author
- Member
Less
More
- Posts: 42
- Thank you received: 0
12 years 1 month ago - 12 years 1 month ago #23458
by csimmo
Replied by csimmo on topic Pagnation issues
OK, I restored the template default to the one included in the drug store template, and pagination doesn't work anymore there either. So the fault must be in another file. What other file relates to pagination?
It would also seem that my site is not using the virtuemart pagination system, but trying to use joomla's if that make sense. I think this is what is causing the issue. The reason I am thinking this is that the virtumart backend defaults such as setting how many items to a page and turning off the pagination on the top of the screen don't work either
www2.abtsystems.com.au/services/view/cat...ufacturer_id/13.html
It would also seem that my site is not using the virtuemart pagination system, but trying to use joomla's if that make sense. I think this is what is causing the issue. The reason I am thinking this is that the virtumart backend defaults such as setting how many items to a page and turning off the pagination on the top of the screen don't work either
www2.abtsystems.com.au/services/view/cat...ufacturer_id/13.html
Last edit: 12 years 1 month ago by csimmo.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23466
by ivan.milic
Replied by ivan.milic on topic Pagnation issues
Add next css to end of template_css.css , class="pagination" is changed to class="bottom-pagination" in newer version of joomla:
div.bottom-pagination {
border-bottom: 1px solid #EEE;
margin-bottom: 15px;
}
.bottom-pagination li {
float:left;
}
.bottom-pagination, .pagenav {
text-align: center;
}
.bottom-pagination ul {
margin-top: 30px !important;
}
.pagination ul {
margin: 0 !important;
padding: 0 !important;
text-align: center;
}
.bottom-pagination li {
list-style: none;
float: left;
padding-right: 20px;
}
.bottom-pagination li {
list-style: none;
display: inline;
padding: 0 5px !important;
margin: 0 !important;
font-size: 80%;
}
.bottom-pagination, .pagenav {
text-align: center;
}
.bottom-pagination li {
list-style: none;
font-size: 80%;
}
div.bottom-pagination {
border-bottom: 1px solid #EEE;
margin-bottom: 15px;
}
.bottom-pagination li {
float:left;
}
.bottom-pagination, .pagenav {
text-align: center;
}
.bottom-pagination ul {
margin-top: 30px !important;
}
.pagination ul {
margin: 0 !important;
padding: 0 !important;
text-align: center;
}
.bottom-pagination li {
list-style: none;
float: left;
padding-right: 20px;
}
.bottom-pagination li {
list-style: none;
display: inline;
padding: 0 5px !important;
margin: 0 !important;
font-size: 80%;
}
.bottom-pagination, .pagenav {
text-align: center;
}
.bottom-pagination li {
list-style: none;
font-size: 80%;
}
Please Log in to join the conversation.
Time to create page: 0.095 seconds