• Is there a way, also editing parts of the plugin’s code, to avoid this plugin to run on specific pages/posts?

    Thanx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Gareth

    (@catapult_themes)

    Hi

    There’s no way to do it from the Settings (though perhaps in a future version).

    However, you could do it via CSS. E.g.

    .page-id-20 #catapult-cookie-bar {
      display: none;
    }
    Thread Starter FeliceMente

    (@felicemente)

    Thanx a lot (and sorry for answering so late)!

    Gareth

    (@catapult_themes)

    Hi – version 2.2.0 now allows you to select pages and posts where the notification doesn’t display.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude from specific pages/posts’ is closed to new replies.