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.
(http://i.imgur.com/ZXwPo3Z.jpg)
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.