Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Marcin Tymków

    (@tymcio)

    I mean excluding specific pages from displaying the plugin.

    There is description in FAQ, but I have no idea where to find stuff described there.

    Plugin Author Marco Milesi

    (@milmor)

    Hi,
    at the moment you can exclude the autoblock feature on some pages. If you want to disable the banner, this is not possible. Why do you need it?

    Thread Starter Marcin Tymków

    (@tymcio)

    Because 1 page is displayed in web view in mobile app, and I don’t need it to be displayed there.

    Plugin Author Marco Milesi

    (@milmor)

    For now, you could bypass the banner with css:

    .pea_cook_wrapper {
    display: none;
    }

    You can wrap it anywhere between <style> and </style> on that specific page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable on specific pages’ is closed to new replies.