Pagination but no scrolling on any CTP's

This topic contains 2 replies, has 2 voices, and was last updated by  Doug Montgomery 4 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #536887

    Doug Montgomery
    Free User
    Post count: 69

    For some reason you can’t see all of the posts on an archive page and the page doesn’t scroll at all.

    https://wyoconnect.com

    Thanks

    #536888

    Guust
    Moderator
    Post count: 29970

    You have added this CSS somewhere:

    body.geodir-fixed-archive .sd-container .container .entry-content {
         overflow-y: visible; 
    }

    That was on my advice as per https://wpgeodirectory.com/support/topic/broken-layout-on-search-page-if-category-is-empty/
    which is obviously wrong now.
    I changed it to:

    body.geodir-fixed-archive .sd-container .container .entry-content {
         overflow-y: auto; 
    }

    The listings do not all show because some of them have incomplete data.

    Thanks

    #536958

    Doug Montgomery
    Free User
    Post count: 69

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket