[Resolved] About syndication feed bar

Home Forums Support [Resolved] About syndication feed bar

Home Forums Support About syndication feed bar

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

    Hi GP team,
    Thanks for the amazing theme. There are 2 things about the syndication feed bar (I do not know what it called exactly, it likes this: <- 1 2 3…6 Next->)
    1/ When I do not choose the option: display posts in masonry grid, the width of syndication feed bar is not equal to others (just happens on mobile and tablet only, you can see it has a small indentation on your left). It will be fixed when you choose display posts in masonry grid. Can we fix that even when not choosing this option?
    2/ Can we center the <- 1 2 3…6 Next-> on all devices.
    Hope for helping. Thank you so much.

    #918094
    Leo
    Staff
    Customer Support

    Hi there,

    1) I’m not quite sure what you mean. Are you able to show screenshots of what you mean?

    2) This CSS should work:

    .paging-navigation {
        text-align: center;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know πŸ™‚

    #918097
    Dung

    Hi Leo,
    The code worked well. Here is the picture about that problem (white space on your left)
    The problem

    #918104
    Leo
    Staff
    Customer Support

    Looks like you have some sort of caching plugin activated.

    Can you try de-activate it? I believe that’s the issue.

    #918126
    Dung

    Hi Leo,
    I have A2 Fixed W3 Total Cache and A2 Optimized WP, I deactived both of them but no thing happens. Just remind you that it only happens when we do not choose display posts in masonry grid.

    #918613
    Leo
    Staff
    Customer Support

    Can you keep the two de-activated and activate masonry so I can see the issue?

    Thanks!

    #918620
    Dung

    Hi Leo,
    I just did it. By the way, I may change to use infinite scroll, can I have the code to center the button on desktop (it is center on tablet and mobile but not on desktop)
    Thank you.

    #918624
    Leo
    Staff
    Customer Support

    I’m still seeing the infinite load more.

    Here is the code:

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

    Hi Leo,
    So sorry, my bad i forgot to publish. Now you can check it.

    #918664
    Leo
    Staff
    Customer Support

    I’m not seeing the issue:
    https://www.screencast.com/t/ABb3B5xi7m0Q

    Tried using browser resize and chrome on mobile.

    I believe it was a caching issue.

    #918674
    Dung

    Hi Leo,
    I am using chrome. It just happens when you do not choose display posts in masonry grid. Now you can see it.

    #918679
    Leo
    Staff
    Customer Support

    Please do show the problem when I’m trying to see it πŸ™‚

    Try this CSS for now:

    @media (max-width: 768px) {
        .generate-columns-container > .paging-navigation {
            margin-left: 0px;
        }
    }
    #918684
    Dung

    Hi Leo,
    Perfect. Problem was solved. Thank you very much.

    #918696
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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