[Support request] Load More Posts tweaks

Home Forums Support [Support request] Load More Posts tweaks

Home Forums Support Load More Posts tweaks

  • This topic has 3 replies, 3 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1207478
    Anonymous

    Hello,

    I would like to make the following changes for Load More Posts on homepage post listing

    1) Center button

    2) Make button with 100px of more width

    And also I have a question if I remove this option of load more posts button then when infinite scrolling goes to its limit it will show pagination on how it would work?

    Thanks

    #1207582
    David
    Staff
    Customer Support

    Hi there,

    1. This CSS:

    .masonry-load-more {
        text-align: center;
    }

    2. This CSS – adjust padding to suit:

    .masonry-load-more a {
        padding-left: 40px;
        padding-right: 40px;
    }

    3. No – it will just end the list of posts.

    #1207809
    Anonymous

    Thanks David solution worked perfectly, ok so, for me to understand it will load number of posts that I have setup lets say 50 and once those 50 are load will stop infinite scrolling and will show footer, correct? and even if I got load more button wont show more or pagination, correct?

    #1207824
    Leo
    Staff
    Customer Support

    When load more option is activated, the pagination should never show – it will just keep loading until there is no more posts to load.

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