Hi,
Thank you for contacting us!
As far as we understand, you need to display only buttons “Next” and “Previous” in your pagination block.
Please go to the plugin settings page, open “Custom code” tab, mark “Activate” checkbox in the “Editing bws-custom-code.css” section and add the following code:
.pgntn-page-pagination-block a,
.pgntn-page-pagination-block span {
display: none;
}
.pgntn-page-pagination-block a:first-child,
.pgntn-page-pagination-block a:last-child {
display: inline-block;
}
Let us know about the result.
Hi, tried your fix but no joy. Still showing the 1.2…10.next buttons
Hi!
We visited your site and found that your pagination block only displays the “previous” and “next” buttons.
https://prnt.sc/hel2cm
Could you please confirm that you still need our help?
strange as this is what I’m seeing (same in both Chrome & Firefox)
https://prnt.sc/hesc5w
-
This reply was modified 8 years, 6 months ago by
tonydidsbury.
-
This reply was modified 8 years, 6 months ago by
tonydidsbury.
Hi,
Please try to add !important to the previously added code like this:
.pgntn-page-pagination-block a,
.pgntn-page-pagination-block span {
display: none !important;
}
.pgntn-page-pagination-block a:first-child,
.pgntn-page-pagination-block a:last-child {
display: inline-block !important;
}
Let us know about the results.
If you have any troubles with adding this code please provide the access credentials to your WordPress admin dashboard (with Administrator’s permissions). Since this data is confidential, maybe, it would be better if you create a private ticket on our support forum (https://support.bestwebsoft.com/hc/en-us/requests/new). Please include a link to this post, so that we could recall the case immediately.
no joy am afraid. Still getting the 1.2.3…10 etc