Okay
  Public Ticket #2833115
Nothing below the fold is loading on any page
Closed

Comments

  • Axiomatic_ started the conversation

    On every page of my site there is no active scroll bar and nothing below the initial displayed screen is loading.

  •  8,846
    Tahir replied

    Hey Axiomatic_ ,

    This is a new WP 5.8 issue , the fix will be added in the next minor update of Salient.

     In the meantim add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body, html {
        height: auto !important;

    Thanks


    ThemeNectar Support Team