Lloyd Saunders
Forum Replies Created
-
// Adds class to our header upon scroll jQuery(window).scroll(function() { if(jQuery(this).scrollTop() > 0) { jQuery('#header').addClass('movement'); } else { jQuery('#header').removeClass('movement'); } }); // Smooth Scrolling jQuery(function($) { $('a[href*=#]:not([href=#])').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - 100 }, 1000); return false; } } }); }); </script>
Your theme or other plugin contains this code block. which is in conflict with
Easy Smooth Scroll Links
Update it.
2.1You mean loading this js file from plugin folder ? instead of cloudflare CDN ?
Remove the plugin, install this fixed version :
https://jeriffcheng.com/essl-wp-content-fix.zip
Try this version, and let me know if it works. It detects your new “wp-content” folder name automatically.
https://drive.google.com/file/d/0B9s2tgU0xeiabVBDU0xSSDFMY0NOMDdlQWlsdFhJbHZTRzlj/edit?usp=sharing
Try this version, and let me know if it works. It detects your wp-content new names automatically.
Upgrade to Version 2.0 and keep the default settings ,don’t activate experimental feature.
Did you change wp-content/ name ?
Would you mind sending me a copy of your theme ? https://www.jeriffcheng.com/contact
Give me a link to check, thanks.
Upgrade the plugin.
Forum: Plugins
In reply to: [Easy Smooth Scroll Links - Smooth Scrolling Anchor] Scroll is not workingupgrade to V1.9
upgrade to V1.9
Forum: Plugins
In reply to: [Author Box After Posts] Is there a way to not display author's email?Upgrade to latest version.
Forum: Plugins
In reply to: [Author Box After Posts] Remove the 'has written' info from the Author BoxUpgrade to latest version.