Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Shahriar Alam

    (@shahriar0822)

    Hello,
    That option is not available in free version. We will eventually add it in free version , However if you need it now consider updating to pro.

    Thanks.

    Each page has its own class which is automatically assigned by WordPress. To see the page class hit F12 in your browser when you are on that page and go to the top of your html code. In the body tag there must be a unique class for your page (see highlighted in the screenshot):

    https://pasteboard.co/2zBiDMdN.png

    So grab this class for each page you dont want to show the widget on and use this css:

    .page-id-276 #wpbs_slider {
    display:none !important;
    }

    .page-id-276 needs to be replaced with the class of the page you dont want the widget on. Dont forget the . in front of the class name.

    Hope this helps.

    Great tip! Worked like a charm ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide the slide in widget in others than home page’ is closed to new replies.