Remove next and prev button

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 04, 2013 1:13 pm
Reply with quote
Report this post
Hi team,

I would like remove next and prev button.
I try in the override.css
#bottom-pagination .pagination-prev,
#bottom-pagination .pagination-next {
display:none !important;
}
But nothing,
Do you have an idea ?
Thanks
User avatar
Gold Boarder

Konrad M
Fri Jan 04, 2013 1:21 pm
Reply with quote
Report this post
Hi,
you are talking about tabs or NSP GK4 modules ? Please give us url to your site it will be much easier to help you.
User avatar

GK User
Fri Jan 04, 2013 2:50 pm
Reply with quote
Report this post
Thanks for your answer.
No i talk article of joomla.
Link : http://www.com-stock.fr/index.php?optio ... mitstart=0

I have the same probem in virtuemart category.
Thank you very much.
User avatar
Gold Boarder

Konrad M
Sat Jan 05, 2013 12:15 pm
Reply with quote
Report this post
Please try unpublish page content navigation plugin.
User avatar

GK User
Sat Jan 05, 2013 1:21 pm
Reply with quote
Report this post
Thanks Konrad for your answer.
But no result with unpublish page content navigation plugin...
User avatar
Gold Boarder

Konrad M
Mon Jan 07, 2013 11:26 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
.pagination {
display:none !important;
}

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

GK User
Mon Jan 07, 2013 3:24 pm
Reply with quote
Report this post
Hi,

No it's the same thing.
Mu override css is enable ...
I don't understand.
User avatar
Gold Boarder

GK User
Mon Jan 07, 2013 3:32 pm
Reply with quote
Report this post
I won't just disable the next and prev button, but i want keep the all buttons 1,2,3,4 Start and end button.
Possible ?
User avatar
Gold Boarder

Konrad M
Mon Jan 07, 2013 9:03 pm
Reply with quote
Report this post
To remove only those buttons please add to override.css
Code: Select all
.pagination ul li.pagination-prev,
.pagination ul li.pagination-next {
display:none !important;
}

If you have override enabled please clear cache just in case.
User avatar

GK User
Tue Jan 08, 2013 1:10 am
Reply with quote
Report this post
Thank you Konrad, but it's always the same thing, i've again prev and next button with your code in the overide css...
User avatar
Gold Boarder

GK User
Tue Jan 08, 2013 1:22 am
Reply with quote
Report this post
Yessssss i'ts ok if i custom the css in advanced setting;
Thank you Konrad.
User avatar
Gold Boarder


cron