mbeerli
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] php errorI submitted feedback right into the github. Hope that helps.
I see also that Weston submitted a codefix, can that be verified?Sorry, I do not have a staging site.
The problem was pretty good described my the AMP developer. I think if you contact him (Weston), see link in the first post here, he can provide you with all the feedback you need.
I have GT (Graphene Theme), with your plugin and AMP (all the latest versions)
In the AMP settings I use for Template Mode “standard”I have the fatal errors when going here for example:
https://www.teawea.com/new-vegan-french-toast/
wp-content/plugins/widget-options/includes/widgets/extras.php:135That would be really great, it is causing a lot of fatal errors in the log files.
https://github.com/WidgetOptions/widget-options/pull/93
Since you already have a fix suggested by the dev. of AMP.thanks
Forum: Plugins
In reply to: [Yoast SEO] Error parsing the response to JSON on optimizationSwitching the browser from FF under Ubuntu to Chromium worked.
Forum: Plugins
In reply to: [AMP] php errorThanks, I will follow up with Widget Options
Hello Tim, any kind of an ETA on the fix?
Not be able to filter multiple IP’s or multiple http response codes (503 & 403) is a lot more work. I do work a lot with the logs to block hosting companies and IP ranges, because that is where the attacks a coming from. (These scripts from servers on the hosting companies do not need to “hack” our website)Also saving your current filter selection would really help.
I use a lot
– Googlebot, no
– ip, not eq (my own server IP for cache proload)
– Http response code, not eq 503
would like to use:
– referer, does not contain search.msn.com
– …thanks for getting the fix in fast. ??
Forum: Plugins
In reply to: [Transposh WordPress Translation] php errorsYes it is still maintained, so I hear from support. I hope we receive an update soon.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] Multi quantity discountTake a look at the link I provided
Qty1-2: price 80
Qty3-4: price 72 (10% discount)
Qty5-9: price 68 (15%)
Qty10-xx: price 64 (20%)
…Shipping cost from Switzerland, there are 3 pricing levels
– level1: (within Switzerland, same country of shipper)
– level2: (Europe) Maybe define a group of countries
– level3: (Rest of the world)Hello Tim, thanks for the feedback.
I also noticed that double entries do not work.IP, not eq, 157.55.39.56 (just this line works) but if you add a 2nd it breaks
IP, not eq, 40.77.167.4it is the same with the HTTP Response code like we had above.
Lets hope a fix is not that far out.
I did some testing with User Agent with *.search.msn.com
the only way I get something to work is the following
Here are the line I work withUnited States was redirected when visiting https://www.teawea.com/
1/4/2022 5:10:48 AM (18 minutes ago)
IP: 157.55.39.140 Hostname: msnbot-157-55-39-140.search.msn.com
Mozilla/5.0 (compatible; bingbot/2.0; +https://www.bing.com/bingbot.htm)With the following filter I can see only *.search.msn.com but I would like all others:
User Agent, match “%bingbot%”PS: the eq, not eq I can not get to work on User Agent
Sorry I was to fast the referer not eq “search.msn.com” doesn’t work either.
It does not work, I think that is why I did not try further.
If I have
– response not eq 403
and
– response not eq 503Then I still see 503’s in the live traffic but it did help a little, meaning the googlebot (no) works and so does the referer. I just omitted the 403 check
Is it possible that using 2 of the same checks causes a problem?
Forum: Fixing WordPress
In reply to: DISCUSSION “comment” SETTINGS Multi page sort not workingThe setting is set to “newer” comments at the top of each page.
Still I need to set “last” page displayed by default, or it will not show the latest comments on the top. Like I said a strange sorting, not what anybody would expect.Thank you
Found it. Under Screen Options ??