Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Senff – a11n

    (@senff)

    1) Yes, that’s possible. You’ll just have to check the body class (with the post/page ID) of the pages where you don’t want the arrows, and make use of those. For example, to disable it on just 4 specific pages:

    body.postid-2306 .page-scroll-buttons,
    body.postid-1409 .page-scroll-buttons,
    body.page-id-14 .page-scroll-buttons,
    body.page-id-23 .page-scroll-buttons {
       display:none;
    }

    2) A bit trickier, you’d have to change some Javascript there and do a check for the viewport height. I could look into it but I’m a little busy at the moment so it might take a while…

    Thread Starter bestigorek

    (@bestigorek)

    Hi Mark,

    Thanks for your tips!

    Good luck.

    Igor.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible not to show arrows at some pages?’ is closed to new replies.