Kyle
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] webhookI’m having the same issue. Kyle – were you ever able to figure this out? I’ve had no trouble with using the webhook for other mailchimp plugins on this site, but this one has some functionality I really want. Have followed and refollowed the instructions. – Kyle H.
Indeed, perfect! Thanks for the great support!
Hi nosilver4u,
Loving the plugin and running it on lots of sites, but I am not having any luck with the folder skipping script above.
Is it compatible with EWWW Cloud? I’m attempting to use the following, but upon bulk scan it’s finding and optimizing theme files anyway. I tried both specifying the sub-folder and not.
add_filter( 'ewww_image_optimizer_bypass', 'ewww_skip_theme', 10, 2 ); function ewww_skip_theme ( $bypass, $filename ) { $folder_to_skip = '/nas/wp/www/cluster-42062/exampleinstall/wp-content/themes/enfold/'; // change this line with the appropriate path to the themes/ folder if ( preg_match( "/^$folder_to_skip/", $filename ) ) { return true; } else { return false; } }
Appreciate any insight!
Fantastic! Thanks spivurno. I spent a few hours on this and you helped me knock it out in about 5 minutes.
I need also. I wonder if David Smith at Gravity Perks has any snippets?
Forum: Plugins
In reply to: [WP Geocode Filter] Conditional menus in wp header?Ditto.
Forum: Plugins
In reply to: [EWWW Image Optimizer] timeouts with cloud optimizei’m having the same issue. Operation interrupted. What is it I should check? My sites are on WP Engine.
Forum: Plugins
In reply to: [Gravity Forms Janrain Add-on] Gravity Forms compatability seems brokenThis is perfect for my needs as well, but I’m experiencing the same glitch. Also, what did you move toward after leaving GF?