Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author srumery

    (@srumery)

    Hello 4BWebDesign,

    This is a pretty good idea but possibly a feature that doesn’t keep it simple. 🙂 It currently does not support this option. Depending on the number of pages your site has, this might work…

    The page ID is written out as a class in the body tag on every page. To turn off the tab display on page 28, add this to your CSS.
    .page-id-28 .rum_sst_contents {display:none;}

    You could repeat this for the pages you don’t want it to display. Not ideal but in a pinch, it could work.

    Scot

    Thread Starter 4BWebDesign

    (@4bwebdesign)

    Thanks for the reply Scot. Not real up to speed on css yet but would it work the other way also? Instead of listing the page id’s not to display it on, is it possible to have list the page id’s to display on?

    Corey

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Specify which pages to be shown’ is closed to new replies.