BTW, this is what it looked like with Optimole running – https://sharpguyswebdesign.com/wp-content/uploads/2018/12/optimole.jpg
You can see how it looks without it – https://sharpguyswebdesign.com/
Thanks!
Hello @cpsharp,
Strange thing here. Yes you can use this filter optml_dont_replace_url like
add_filter('optml_dont_replace_url', function( $old, $url ) {
if ( $url === 'https://sharpguyswebdesign.com/wp-content/uploads/2018/09/indianapolis-web-design.jpg' ) {
return true;
}
return $old;
}, 10, 2);
I would suggest also to try to enable from Optimole Settings tab the Javascript & lazyload replacement which might fix this.
-
This reply was modified 7 years, 5 months ago by
Optimole.
-
This reply was modified 7 years, 5 months ago by
Optimole.
Awesome! That worked. I was hoping to tell everyone on Twitter how great you guys are but didn’t see an account for your company or parent company. regardless, I’m loving the plugin and plan on trying it for some of my clients going forward. Thanks again! C
Glad to hear that, C !
ThemeIsle is the parent company, we would appreciate if you could share your experience with Optimole.
Moreover, it will be very helpful for us if you could review our plugin here too https://ww.wp.xz.cn/support/plugin/optimole-wp/reviews/#new-post
Let me know if you need anything else.