• zbyneksmetana

    (@zbyneksmetana)


    Sorry for language mistakes. I have two shortcode on page … [ps2id id=’my-id’/] and [ps2id id=’my-id2’/] and two buttons “my id 1” and “my id 2”. I installed theme “twentyy nineteen” (i also try other themes) and add your “mausewheel script” to footer by “custom css & js” plugin. I have problem. Button works OK but mouswheel and keyboard work only once and stops. I tried other solutions other themes … effects the same.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author malihu

    (@malihu)

    It seems that you have another link off the viewport that points to #content. This causes the issue because the content section wraps your other sections.

    In the custom script, try changing the selector line from:

    selector:"._mPS2id-h",

    to:

    selector:"#content ._mPS2id-h",

    Thread Starter zbyneksmetana

    (@zbyneksmetana)

    I change to
    selector:”#content ._mPS2id-h”,
    the same effect … nothing change.

    Its absolutly fresh WordPress installation – WordPress 5.1, only 3 plugins “Limit Login Attempts Reloaded”, “Page scroll to id”, “Simple Custom CSS and JS” and “Twenty Nineteen”… nothing more. I try to “turn on” other themes but nothing change.

    Plugin Author malihu

    (@malihu)

    Go to plugin settings and set “Highlight selector(s)” option to:

    #content ._mPS2id-h

    Save changes and test your page.

    Thread Starter zbyneksmetana

    (@zbyneksmetana)

    Now mousewheel/keyboard acts normal .. like without plugin.
    If you would like to look … i create for you acount on this website. Its testing website, you can do what you want

    login:malihu (email: [email protected])
    website:https://promyk1.wroc.vot.pl/wp-admin

    Plugin Author malihu

    (@malihu)

    OK got it. My bad, I posted the wrong value before. I logged in and changed the “Highlight selector(s)” option to the correct one. It’s working now.

    Thread Starter zbyneksmetana

    (@zbyneksmetana)

    Thanks !!! I see.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘scroll to id using page-up/page-down next question’ is closed to new replies.