[Support request] Pagination

Home Forums Support [Support request] Pagination

Home Forums Support Pagination

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #504232
    Axel

    My pagination has gone all wonky using WP Show Posts. See

    http://www.milnertonaquaticclub.co.za/sail/#24hour

    Also there seems to be a large space between the posts?

    Thank you

    #504466
    Leo
    Staff
    Customer Support

    Hi there,

    Can you test it with Site Origin disabled?

    Let us know.

    #504927
    Axel

    Morning Leo

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

    Thanks

    #505348
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.