jQuery( function( $ ) {
$.scroll_to_notices = function( scrollElement ) {
if ( scrollElement.length ) {
$( 'html, body' ).animate( { scrollTop: ( scrollElement.offset().top - 200 ) }, 1000 );
}
};
});
Any suggestions?
Thx.
The JS error stops the scroll offset from working properly. Maybe more besides that!
This bug was introduced in version 2.0. Version 1.9.11 is OK.
This is in /wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js?ver=2.0 . Should be line 107 if you pretty print the JS in browser dev tools.
]]>I am finding that Scroll Offset does not work in Safari. No problems in Firefox or Chrome. But in Safari it just animates when the page has loaded, so by the time I scroll down it has finished.
Thanks
Dean
]]>It is not scrolling back to the player at all on safari. It works on firefox and chrome.
I would really like to use this player but I can’t if the scroll offset does not work in safari since that is the automatic default browser for mac products. I have tried to change the number of the offset. It does not move on safari at all until I change to 1061 and then it only moves way to the top of the screen. Can you help?
]]>Thank you!
]]>The destop version has a static navigation bar, but the mobile version uses a different menu to save screen space…
https://www.ads-software.com/plugins/accordion-shortcodes/
]]>