New Landing How can we help? Themeforest Theme Support Flexform How can I remove this from specific pages…

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Flexform
  • #22089
    deaconpt
    Member
    Post count: 47

    Hello,

    I would like to know how can I remove the buttons on the bottom of the page (nav: previous / next).
    nav buttons
    But I just wanted to remove on some specific pages, is that possible?

    Thank you

    #22324
    Melanie – SUPPORT
    Member
    Post count: 11032

    Are those on the single posts?

    You can use this custom css

    .post-8203 .pagination-wrap.blog-pagination.clearfix {
    display: none;
    }

    You can duplicate that code and replace 8203 depending on the ID of the post you want to remove it on.

    Cheers

    #22431
    deaconpt
    Member
    Post count: 47
    This reply has been marked as private.
    #22533
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    First, please undo the style.css edit – you will lose it anyway, when updating the theme.

    Now, the correct class is postid-****, not post-****

    So, for that page you linked to, go to Theme Options>General and add the following in the Custom CSS box:

    .postid-11522 .pagination-wrap {
        display: none;
    }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #22568
    deaconpt
    Member
    Post count: 47

    Hi,

    Tried the code, but without success! the pagination is still visible.

    #22886
    Cosmin – SUPPORT
    Member
    Post count: 3851

    This is what I see on your page:

    .postid-11522 .pagination-wrap {
    
    }

    Make sure you add the whole code correctly.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #23708
    deaconpt
    Member
    Post count: 47

    Hi,

    I did what you’ve mentioned,copy paste the code to theme options, checked if the ‘id’ was correct! But as I said before no changes.

    I even tried in the styles.css, but with no luck.
    What else can I do?

    #23928
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Checked that page again and I don’t see any custom CSS added to it.

    Try again, with this:

    .postid-11522 .pagination-wrap {
        display: none !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #24124
    deaconpt
    Member
    Post count: 47
    This reply has been marked as private.
    #25116
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    I see no matter what CSS I put in there, it doesn’t apply it.

    First, please update your theme from Dashboard>Updates.

    If that doesn’t fix it, please disable plugins one by one, testing each time if it works (this checks if a plugin is conflicting with the theme options). Let us know – I didn’t want to do these myself, as it’s a live site and you know your audience best and when it’s OK to turn things on/off.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #25156
    deaconpt
    Member
    Post count: 47

    Hello,

    I’ve done everything you suggested and it keeps the same! (you’re free to change anything (the site is only being used by the staff).

    thank you

    #25161
    deaconpt
    Member
    Post count: 47
    This reply has been marked as private.
    #25374
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Ah, I missed that one.

    It was doing it, because it’s invalid CSS code. The last line has {, when in fact it should have }

    Regards,
    ————————————————————————————————————

    Cosmin – Support

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register