Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #903693

    Hi,
    I have installed a pagination plugin but cant remove the original pagination from editor which shows only numbers 1 2 3 4 5 etc
    So now both paginations are visable which looks stupid:
    http://www.fullhealthsecrets.com/page/2/

    I also want to know why pagination i editor show only numbers without higligting the currant open page number? There is no option to add next or previous The numbers are v small etc. If I used only the editors pagination people will not even notice there are other pages !

    • This topic was modified 6 years, 9 months ago by samgrom.
    #903747

    Hey Slawomir,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .pagination_split_post {
        display: none !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #903866

    Cheers Nikko,
    It works for pc but not for mobile. Any idea how to remove it from mobile phone?
    Another problem with mobile is that the numbers are not aranged at the full lenght of the screen but form rows one under another which looks like this
    1234
    5678
    910
    Please help

    #904001

    Hi,

    The code I gave should get rid of the other pagination (one without borders), as for the other pagination (with border) showing in the order you posted, try adding this code:

    #top .pgntn-page-pagination-block {
        width: 100% !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #904429

    Thanks mate,
    I have managed to solve the with problem in settings of the plugin
    but you havent mentioned anything about mobile phone issue i asked for please?

    #904549

    Hi,

    The instruction I gave on my previous reply should fixed the mobile phone issue having the pagination look like:
    1234
    5678
    910
    the problem was only 50% of the screenwidth is set to that pagination.

    Best regards,
    Nikko

    #904818

    Thanks mate but it didn’t solve the problem of double pagination which shows only in mobile phone.
    Can you help with this problem please?
    It looks like that
    1234567
    1 2 3 4 5 6 7
    The upper one is the pagination from editor and the lower one from plug-in

    #904843

    Hi,

    Yes, this should have fixed the issue on the double pagination:

    #top .pagination_split_post {
        display: none !important;
    }

    if that doesn’t help, try adding this instead:

    #top #main .pagination_split_post {
        display: none !important;
    }

    Best regards,
    Nikko

    #904857

    Sorry Nikko,
    Tried both but the upper pagination doesent disappear in mobile?

    #904862

    Hi,

    Can you try to clear the browser cache and check, if that doesn’t work, can you post a screenshot on how it looks on your end?

    Best regards,
    Nikko

    #904875

    clearing the mobile browser cache worked even without additional codes!
    Thanks a lot Nikko

    • This reply was modified 6 years, 9 months ago by samgrom.
    #904903

    I want to write new query could you remind me how to do it pls?

    #904933

    I would like to ask how to add a short list of latest blog posts (only titles) with small images from them in homepage in the following sequence:

    • This reply was modified 6 years, 9 months ago by samgrom.
    #905335

    Hi,

    You’re welcome, what query are you referring to? maybe using widgets would help?

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.