Page 2 of 2

Re: Coming 1.9.7 WP_w3all RSS feeds shortcode, iframe v4

Posted: Thu Mar 14, 2019 3:46 pm
by axew3
the scroll code has been improved using jQuery for advanced and easier 'all browsers compatible' code.
https://www.axew3.com/w3/2019/03/smooth ... iframe-v3/

Re: Coming 1.9.7 WP_w3all RSS feeds shortcode, iframe v4

Posted: Thu Mar 14, 2019 3:54 pm
by axew3
and at date of this post definitively fixed wrapping with document.ready in this way:

Code: Select all

jQuery( document ).ready(function() {
jQuery('html, body').animate({
    scrollTop: jQuery('.site-content').offset().top
 }, 300);
});
check how to here:
https://www.axew3.com/w3/2019/03/smooth ... iframe-v3/

well yes, it is the same above

Re: Coming 1.9.7 WP_w3all RSS feeds shortcode, iframe v4

Posted: Thu Mar 14, 2019 11:29 pm
by axew3