Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #698781

    Hello,

    I have tried to search it with Loco translate and from FTP too but I do not find the correct place, where can I change the “page 1 of 2” in the Enfold theme.

    Can you please help: http://imgur.com/a/eXxbG

    #699792

    Hey pimroll!

    Thank you for using Enfold.

    How do you want to change it? You can hide it by using the following css.

    .pagination-wrap.pagination-slider {
        display: none;
    }

    Best regards,
    Ismael

    #699824

    Hello Ismael,

    Is it possible to hide only the line “Page 1 of 2” but to show the number of pages 1…2….3.

    View post on imgur.com

    Best Regards,

    #700679

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .pagination-meta {
        display: none!important;
    }
    

    Best regards,
    Yigit

    #700701

    Hello Yigit,

    Thanks it worked but one final thing;

    1) Is is possible to hide the “1 2” buttons from the homepage “blog post” widget.

    2) And secondly to align the “1 2” buttons in the centre in the blog view

    Best Regards,

    #700710

    Hey!

    Please add following code to Quick CSS as well

    .home .pagination-wrap {
        display: none;
    }
    .page-id-30 nav.pagination {
        left: 50%;
    }

    Best regards,
    Yigit

    #700735

    Hello Yigit,

    Thanks awesome, it worked!

    Best Regards,

    #700737

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to delete/change the page counter’ is closed to new replies.