News:

Support the VirtueMart project and become a member

Main Menu

[SOLVED] remove pagination on top of page and Start Prev Next End

Started by gnomefan, February 21, 2013, 09:19:24 AM

Previous topic - Next topic

gnomefan

hey guys,
i want to remove pagination on pages (search,product list,etc) . i want it only to have bottom paginations, not on top. right now the theme im using have both bottom and top pagination ( as per the screenshot). how do i remove the top part only? and also, how can i remove the Start Prev Next End ? i tried editing via CSS but it also removes the number 1.



gnomefan

okay. i found a way to remove the top part of the pagination. just go to components/com_virtuemart/views/category/tmpl and comment out line 181 to 184 . that is the top pagination.

i cannot figure out how to remove the Start Prev Next End since it is not classed inside my template(i used a bought template). how can i put it inside class?

okay. finally i solved it, just go inside my template there is a pagination.php inside the html folder. commented the lines 227 n 229 to remove Start Prev. and comment line 251 and 253 to remove the Next End. this is for future reference.

thanks.