tom.andersen
Forum Replies Created
-
You can use cloudflare to block the amazonbot. I had same problem.
Rule under security WAF.
WHen userAgent contains Amazonbot
Then block
Forum: Plugins
In reply to: [404 Solution] Plugins Auto Updates stop workingHi Aaron
Also please note that we tried it on 3 sperate sites, with different plugins, etc. As soon as we enable this plugin (love how it works!) auto updates stop. Could even be your plugin rediecting some cron job url or similar?
–Tom
I peeked at the WP MAIL SMTP source for sending via pepipost, and it uses some v3 of the api and a different URL than pepipost says to use. Not sure if pepipost has changed this version 3 since they show using v2 in their examples.
From the code
protected $url = ‘https://sgapi.pepipost.com/v3/mail/send’;Forum: Plugins
In reply to: [Real-Time Find and Replace] For some reason it does not work on one siteAnswer my own question.
Only thing left was the theme.
Sure enough upgrading the theme from 5.9.2 to 5.9.7 did the trick.
Jupiter 5.9.2 ejects the php at the wrong time (too late) – excluding lots of things from working.
Forum: Plugins
In reply to: [Contact Form 7] Where to download older versions?try rebuilding permalinks, worked for us.
Forum: Plugins
In reply to: [Contact Form 7] 4.8 version doesn’t workTry rebuiding your permalinks: Go to your permalinks under settings and then turn it to none, save then back to your current settings.
Fixed this exact problem for us.
In other words its a bug in wordpress. If permalinks need to be rebuilt to fix a problem, then www.ads-software.com should rebuild them on plugin update etc.
Forum: Plugins
In reply to: [CDN Enabler] CDN Enabler not rewriting.agreed and thanks. I noticed that another plugin with similar base functionality (real time find and replace) calls ob_start() and then calls ob_start(‘callbackfunc’) right after but that did not seem to help your plugin.
Forum: Plugins
In reply to: [CDN Enabler] CDN Enabler not rewriting.I have it down to the
ob_start(
array(&$rewriter, ‘rewrite’)
);The callback never gets called. It’s because there is no output to pass to it, as I found by debugging, so some plugin/theme/hack has ‘stolen’ the output before it gets to your plugin.
Forum: Plugins
In reply to: [CDN Enabler] CDN Enabler not rewriting.I deactivated most of the plugins, but its still not working. Also I took our own site https://palmerandersen.com and did everything the same there and its working. Lots of plugin overlap, same theme (Jupiter) on both, etc. I am going to hack up some of the files in your elegantly written plugin to see if the action hook is being called, etc.
Forum: Plugins
In reply to: [CDN Enabler] CDN Enabler not rewriting.thx,
I will do the plugin de-activate thing after hours, as the site is in soft launch mode, lots of people working on it. I tried using the plugin you guys make for caching, and it made no difference. I could see the caching plugin working.
Forum: Plugins
In reply to: [CDN Enabler] CDN Enabler not rewriting.Sorry the working CDN url is actually
https://royalcitycom-uwxmzd1a6y1boxygq.stackpathdns.com/wp-content/uploads/soldpress/properties/18245033/18245033-LargePhoto-1.jpgForum: Plugins
In reply to: [CDN Enabler] Undefined IndexSorry I misposted here.
- This reply was modified 7 years, 5 months ago by t-p.
- This reply was modified 7 years, 5 months ago by tom.andersen.
Forum: Plugins
In reply to: [WP Super Cache] cdn not working over httpsI have the same problem. I also tried CDN Enabler and it also failed to work
Forum: Plugins
In reply to: [WooCommerce] On-sale Widget no longer showingSame thing here, we are using the latest woocommerce as of oct 1 2013, and items on sale show the nice badge, with a discounted sale price, etc, but the WooCommerce on-sale widget shows nothing. WordPress 3.6 (on windows), with woocomerce 2.0.14.
The random products widget works.
Forum: Plugins
In reply to: [Page Security & Membership] Plugin is generating warningsI am getting the same warnings.
For now I have turned the plugin off.
The fix looks easy, you need to check for a value being there, or similar.