• Resolved raphaelvallauri

    (@raphaelvallauri)


    Hi Everyone,

    I’m working on a website based on HTML5_blank theme and I encoutered issue on the search result page wich is not scrolling at the bottom of the website. I can’t see the footer and have no idea why.
    There’s no error or warning on console so it not seems to be a JS error. I suspected an HTML / PHP structure but if I basically replace all the content by another one the scroll issue is still here so I’m a bit confused.

    I already searched on the forum but I couldn’t find any topics related to my issue.

    If anyone have already encountered this issue and know a solution ?

    Here’s the URL : [ redundant link removed ]

    More information :
    – I don’t use any plugin related to scroll or infinit scrolling
    – This is a WP_query loop setting to only search “post”

    Thanks by advance,
    Rapha?l.

    • This topic was modified 3 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @raphaelvallauri – You can try to remove the “no-overflow” class of the <div> under one level of <body>

    Thread Starter raphaelvallauri

    (@raphaelvallauri)

    Hi @hiyottaunits,

    Thanks for replying ! Unfortunately, this is not about this class wich is a “no-overflow” about X-axis. I already tried this but this didn’t fixed the issue.

    In that case, “no-overflow” class is present on the whole pages of the website but the search resultat page is the only one where this issue happen !

    @raphaelvallauri – I found that search has double vertical scrollbars. You can try to remove “overflow: hidden” and add “height: 100vh” for the style of .search class

    Thread Starter raphaelvallauri

    (@raphaelvallauri)

    Oh, that was so obvious that I didn’t see anything for hours, thanks a lot !

    Just to precise, that was not a bug or anything like that, I simply had an other element in my page with a “search” class that was setting an overflow. It’s a shame I didn’t saw that !

    I also made lots of mistakes like this before ?? Welcome.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Scroll seems to be stuck on search.php’ is closed to new replies.