• Resolved jpesky

    (@jpesky)


    This is by far one of the best plugins I have used, but Is there any way to have it display on only a certain page?

Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks jpesky, glad you like it.

    There is no ‘show on page x’ function built into the plugin (yet)… But a quick and dirty solution would be to simply hide it through CSS display: none on specific pages…

    For example, on my demo site let’s say I wanted to hide it on this page. Something like this should work:

    .page-id-480 div#ssb-container {
       display: none;
    }

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Display on selected pages only?’ is closed to new replies.