• Resolved tonydidsbury

    (@tonydidsbury)


    Hi,
    I’m trying to find a way to show ONLY the <<Previous & Next>> tags only and not the numbered pagination. Ive tried setting the numbers on either side setting to zero but I got a alert that I have to have a minimum of 1. Is there a workaround?

    Also, how can I remove the link to the last page?

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    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.

    Thread Starter tonydidsbury

    (@tonydidsbury)

    Hi, tried your fix but no joy. Still showing the 1.2…10.next buttons

    Plugin Author bestwebsoft

    (@bestwebsoft)

    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?

    Thread Starter tonydidsbury

    (@tonydidsbury)

    strange as this is what I’m seeing (same in both Chrome & Firefox)

    https://prnt.sc/hesc5w

    Plugin Author bestwebsoft

    (@bestwebsoft)

    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.

    Thread Starter tonydidsbury

    (@tonydidsbury)

    no joy am afraid. Still getting the 1.2.3…10 etc

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘<> tags only’ is closed to new replies.