Garrett Reiniggen
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] YouTube API don’t works (local link checker)The log entry looks exactly as in your example:
[19-Mar-2024 15:33:59 UTC] Array ( [method] => GET [timeout] => 30 [redirection] => 5 [httpversion] => 1.0 [user-agent] => WordPress/6.4.3; https://my-website.com [reject_unsafe_urls] => [blocking] => 1 [headers] => Array ( ) [cookies] => Array ( ) [body] => [compress] => [decompress] => 1 [sslverify] => 1 [sslcertificates] => /my-path/wp-includes/certificates/ca-bundle.crt [stream] => [filename] => [limit_response_size] => )
I hope it helps.
Best regards,
GarrettForum: Plugins
In reply to: [Broken Link Checker] YouTube API don’t works (local link checker)Hi @wpmudevsupport3,
I have now taken an official trailer to show this problem. I created my YouTube API key especially for this and saved it in the settings.
This is what the test page looks like:
https://img.nagelix.com/youtube-links-page.pngAnd here are the warnings in the plugin:
https://img.nagelix.com/youtube-links-warnings.pngThe video is this:
https://www.youtube.com/watch?v=d96cjJhvlMAI hope it helps with reproducing. For the API key, I have granted access permissions to both my domain and all subdomains.
Best regards,
GarrettForum: Plugins
In reply to: [Broken Link Checker] YouTube API don’t works (local link checker)I don’t know why no referer is sent by the plugin when the YouTube API is called. My domain was specified for the API key – that can’t be the problem. If I deactivate the YouTube API in the plugin settings, YouTube links are called with the referer.
Kind regards,
GarrettHello, Thank you so much for a nice, useful and consistently working plugin. Recently, I’ve been looking for the cause of slowing down updates/publishing of posts on my site and noticed that notifications in IndexNow go away immediately when I click on “Publish” or “Update”. Judging from the plugin logs and my testing (plugin on or off), this lasts on the order of 3 seconds, which is not exactly a positive effect on my impatient authors. I would be very grateful if it would be possible to delay notifications in IndexNow for a certain interval of time, as for example is possible in the WP Telegram plugin (Posting / Delayed Posting). One similar request was already here, I’ve linked it. But in my case I need not “Delay between notifications for one URL” (which I also use), but a delay before the first notification, so that my authors at the time of publication/update do not have to wait until all notifications go to IndexNow.
Translated with DeepL.com (free version)
Hello @wpsmort,
Many thanks to the developers – this problem has been solved. However, there is now an SEO problem in another place. I will add this to a new topic.
Hello @arnaudbroes,
here is my screenshot:
And this is generated by All in One SEO:
<title>This is my title of the tag</title> <!-- All in One SEO 4.5.3.1 - aioseo.com --> <meta name="description" content="All publications with the tag ??. This is my description of the tag." /> <meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1" /> <link rel="canonical" /> <meta name="generator" content="All in One SEO (AIOSEO) 4.5.3.1" /> <script type="application/ld+json" class="aioseo-schema"> ....... </script> <!-- All in One SEO -->
Hi @jbd7,
Thank you very much for your problem solution! My tag cloud in the admin area works correctly for me now.
Best regards
Hi @shivamtyagi,
thank you very much for your feedback! I thought maybe I was doing something wrong in the configuration.
Forum: Plugins
In reply to: [WordPress Popular Posts] Block widget has a wrong HTML markupHi @hcabrera,
the topic was discussed here a year ago and a new block “Widget Group” was added for the block editor of the widgets:
https://github.com/WordPress/gutenberg/pull/33878#issuecomment-893292806
https://github.com/WordPress/gutenberg/pull/33881The thousands of sites that use the widget as is – they either still use the legacy version (that’s how it was for me until today) or reactivate the old widget editor with the Classic Widgets plugin. I had to save a change in the legacy widget today for the first time in years and it stopped working. So I came up with the current block widget and added it to the block editor of the widgets following the new pattern. Your widget indicates that it is a block widget, but it still kept the structure from the legacy widget. It is possible that thousands of websites will eventually have a problem with this, since the block editor is now active by default on widgets.
Thank you for your clarification! Maybe this info belongs directly in the settings? That the reCAPTCHA integration in the contact form changes so much is currently not apparent there.
Forum: Plugins
In reply to: [WP-Polls] Getting Warning: array_map PHP warning for Non logged in members.I have the same problem with v2.73.6 for non logged in users:
Warning: array_map(): Argument #2 should be an array in /my-path/wp-content/plugins/wp-polls/wp-polls.php on line 541 Warning: in_array() expects parameter 2 to be array, null given in /my-path/wp-content/plugins/wp-polls/wp-polls.php on line 636
My website runs with PHP 7.0.19 and WordPress 4.7.5.
- This reply was modified 7 years, 9 months ago by Garrett Reiniggen.
- This reply was modified 7 years, 9 months ago by Garrett Reiniggen.
If you really want solve the problem, you need to create many versions of the image.
I have no problem with missing Apple images. Better WP Security has a problem with that and make problems for our users. Not only that. Too many log entries also make performance problems. ??For example, I have two non-existent pages – renamed to protect against spam robots. But these robots use my pages continues and make Better WP Security logs constantly full. Do I have to create pages – especially for a plugin?
Hi Handoko,
the problem is: Apple’s devices checks all versions of apple-touch-icons. The same IP requests all the possible combinations:
apple-touch-icon.png
apple-touch-icon-72×72.png
apple-touch-icon-precomposed.png
apple-touch-icon-114×114.png
apple-touch-icon-114×114-precomposed.png
apple-touch-icon-144×144.png
apple-touch-icon-144×144-precomposed.png
etc.I have only apple-touch-icon.png. I think that’s enough, but unfortunately Apple has a different opinion.
I’ve moved my post to:
https://www.ads-software.com/support/topic/suggestions-and-bwps-40?replies=6#post-3899466I think a new 404 white list of relative URLs (aka folders and files) would be very helpful for that. Better WP Security has been a 404 whitelist but only for IPs.
Forum: Plugins
In reply to: [Advanced Editor Tools] changelogYes! For me too ??