Remove start prev next end

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed Dec 05, 2012 4:14 pm
hello,
Can someone help me to hide/remove start prev next end from vm2 template ?



thank you
User avatar
Senior Boarder

Konrad M
Wed Dec 05, 2012 4:21 pm
Hi,
please give us url to your site. It will be much easier to help you.
User avatar

GK User
Thu Dec 06, 2012 8:27 am
User avatar
Senior Boarder

Konrad M
Thu Dec 06, 2012 9:04 am
Please go to VirtueMart settings and choose from left column 'Configuration' tab. Then form right column choose 'Shopfront' tab. Here you will find 'Max products per view in frontend' and set for 100 or more. It allows you to show all products on one page and navigation will disappear.
User avatar

GK User
Thu Dec 06, 2012 10:42 am
yes.
but i what to hide only star prev next end buotton, i some category i have 500 product i need pagination numers i only need to hide start prev next end.

thank you for your promt answer.
User avatar
Senior Boarder

Konrad M
Thu Dec 06, 2012 10:59 am
Please give me link directly to the page with pagination and buttons you want to hide.
User avatar

GK User
Thu Dec 06, 2012 3:33 pm
User avatar
Senior Boarder

Konrad M
Thu Dec 06, 2012 3:37 pm
Please try add to override.css
Code: Select all
#bottom-pagination .pagination-start,
#bottom-pagination .pagination-end,
#bottom-pagination .pagination-prev,
#bottom-pagination .pagination-next {
display:none !important;
}


and remember to enable override.css option in template settings.
User avatar

GK User
Thu Dec 06, 2012 4:12 pm
it is perfec, thank you.
User avatar
Senior Boarder


cron