• Page scroll to id is not working in Chrome and I assume safari as well since I have been informed it is a webkit issue.

    My website is http://design.mindgarden.me/ the circle-down-arrow button is supposed to smooth scroll the user to the services section but it does not work in chrome/safari, only in firefox and ie does it work.

    In the interim I may resort to manually injecting Ariel Flesler’s scrollto jQuery plugin into the wordpress theme i am using since i know that method will work, however i do prefer the many options and ease of use of your Page scroll to id plugin, especially the disable plugin below screen size option.

    Thank you in advance.

    https://ww.wp.xz.cn/plugins/page-scroll-to-id/

Viewing 1 replies (of 1 total)
  • Plugin Author malihu

    (@malihu)

    The script won’t work correctly since you’ve set the body height to 100%. The plugin works with the document’s root element (html/body) so it needs a full height body.

    You need to remove the CSS height value from the body element and probably make your #home-hero-content position relative (or just change its top position value if absolute).

Viewing 1 replies (of 1 total)

The topic ‘Plugin not working in Chrome/Safari’ is closed to new replies.