Thanks for the reponse! May I suggest that the input field either has a table indicating that it accepts a value of up to /100, or that it doesn’t accept a value up to 99999999999999999? If the page simply says “/100” or the field had such a limitation, I would have figured it out 🙂
Woah, this is exactly what I was looking for to speed up my site! Calls to widgets.js was causing issues, and this put a stop to them. Will this
function sb_dequeue_intents() {
wp_dequeue_script( 'ctf_twitter_intents' );
}
add_action( 'wp_footer', 'sb_dequeue_intents' );
have any adverse effects on the plugin?