Site logo

Archived topic

Pagination

3 replies · Started by Axel on February 23, 2018

Viewing posts 1–4 of 4

Hi there,

Can you test it with Site Origin disabled?

Let us know.

Morning Leo

Tested with Site Origin disabled. Result: All content no longer visible.

Thanks

The spaces between posts are actually empty paragraph tags. You can see them here: https://www.screencast.com/t/CAplrwm50z

The pagination is stacked because something is adding line breaks. You can remove them with this CSS:

.wpsp-load-more br {
    display: none;
}
This archived topic is closed to new replies.