Site logo

Archived topic

About syndication feed bar

13 replies · Started by Dung on June 2, 2019

Viewing posts 1–14 of 14

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.

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

Looks like you have some sort of caching plugin activated.

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

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.

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

Thanks!

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.

I'm still seeing the infinite load more.

Here is the code:

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

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

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

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;
    }
}

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

No problem :)

This archived topic is closed to new replies.