Okay
  Public Ticket #3016368
Can't scroll with plugin installed
Closed

Comments

  •  1
    bigredjelly started the conversation

    I have your latest version of salient installed and active on my site. 


    When I install and activate Woo Choice Product Bundle plugin, the whole site won't scroll down on any page. It is only a problem with your theme. i've tried it with other plugins. 


    https://wordpress.org/plugins/woo-bundle-choice/

  •  8,839
    Tahir replied

    Hey Again,

    This CSS rule in the plugin is causing the Conflict:

    9138292497.pngClick on Image to View Larger


    To override it 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 

  •  1
    bigredjelly replied

    That kind of worked. I can scroll now, but the page content is loading weird or not loading at all in some spots. See site link below:


    https://wilson-diamonds.mystagingwebsite.com/

  •  1,877
    Judith replied

    Hi There.

    Please try turning on lazy loading from the performance section or any lazy loading plugin.

    Thanks.