Benedikt Ledl
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Tooltips] EnhancementsHi @sixaxis
Sorry for taking so long on this, I updated the plugin now with your added suggestion.
Forum: Plugins
In reply to: [Inline Tooltips] EnhancementsHey 🙂
Thanks for the good suggestion, I’ll add that soon!But it might take some time because I’m very short on time currently.
Glad you like it 🙂
Yes they should be working.
Please update the translations on the Updates page in the WordPress AdminHi, the translations should already be working.
Every hour the translation packages are generated so after adding new translations you need to wait an hour for translate.ww.wp.xz.cn to generate these packages.
After that if your current beta testing site has the language set to your desired language, in the admin navigate to “Dashboard” -> “Updates” on the bottom of the page you should see a button with that you can download the newest translations.
Forum: Plugins
In reply to: [SQLite Object Cache] Cache flushing necessary?Thank you for the follow up, it seems to work now! Thank you so much!
Forum: Fixing WordPress
In reply to: Can not see anymore my websiteHi @scherbergaramvari ,
first step to solving this issue is to get a good error message, please activate the WordPress Debug mode: https://ww.wp.xz.cn/documentation/article/debugging-in-wordpress/
With the error message we can figure out what is causing the problem. (Please post the error)
If we don’t get a good error message a great way to start debugging your problem would be to deactivate all your plugins and see if the problem persists, if it doesn’t reactivate them one by one and you will see which plugin causes the problem.
Deactivating a plugin can be done by renaming it’s folder in /wp-content/plugins/ and reactivating can be done by renaming it back to its original name.
The code that you posted will not publicly display the error because this is set to false
define( 'WP_DEBUG_DISPLAY', false );Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Missing Attributes PanelUsing the Code-Editor instead of the Block Editor I am able to bind the field to the block content but I need to be able to use the UI that was introduced in 6.7
<!-- wp:paragraph {"metadata":{"bindings":{"content":{"source":"acf/field","args":{"key":"field_67ab390672809"}}}}} -->
<p></p>
<!-- /wp:paragraph -->Forum: Plugins
In reply to: [Modern Image Formats] Empty webp versionsEven tho the problem was solved for me, I’ll still document this here if anyone needs it in the future.
The type of these broken images is “Palette”.
identify -verbose problem-image.png | grep "Type"
Type: Palette- This reply was modified 1 year, 3 months ago by Benedikt Ledl.
Forum: Plugins
In reply to: [Modern Image Formats] Empty webp versionsThanks for the tip @jvarn13
I now re-exported the problematic images in sRGB format and it is working again.
Forum: Plugins
In reply to: [Modern Image Formats] Empty webp versions-rw-r--r-- 1 someuser someuser 13412 2025-02-07 08:18 image-name-1024x576.webp
-rw-r--r-- 1 someuser someuser 858 2025-02-07 08:18 image-name-150x150.webp
-rw-r--r-- 1 someuser someuser 25160 2025-02-07 08:18 image-name-1536x864.webp
-rw-r--r-- 1 someuser someuser 2052 2025-02-07 08:18 image-name-300x169.webp
-rw-r--r-- 1 someuser someuser 9086 2025-02-07 08:18 image-name-768x432.webp
-rw-r--r-- 1 someuser someuser 33812 2025-02-07 08:18 image-name.png
-rw-r--r-- 1 someuser someuser 0 2025-02-07 08:18 image-name-png.webp- This reply was modified 1 year, 3 months ago by Benedikt Ledl.
Forum: Fixing WordPress
In reply to: Is there a plugin to show a site’s structure?Hey, here is a tool that I found with a quick search on google that does that
Forum: Fixing WordPress
In reply to: Imagen cabecera se desplaza en mobilHey, it seems like this is a problem with the DIVI scroll handler, try to contact DIVI support.
Forum: Fixing WordPress
In reply to: Site doesn’t rank in search enginesHi,
the seo for the site is very bad, you should try seo checks like https://www.seobility.net/en/seocheck/ to find the problems.
Also you should use a far shorter domain name, long domain names aren’t good because noone can remember such long names and google probably will rank long domain names worse than short domain names.
Forum: Installing WordPress
In reply to: Assistance Needed to Prevent Temporary Email RegistrationsAFAIK these two plugins do that:
https://ww.wp.xz.cn/plugins/stop-spammer-registrations-plugin/
https://ww.wp.xz.cn/plugins/disposable-email-blocker-wpforms/
Forum: Fixing WordPress
In reply to: Critical Error Page Whenever I Try to UpdateHi,
first step to solving this issue is to get a good error message, please activate the WordPress Debug mode: https://ww.wp.xz.cn/documentation/article/debugging-in-wordpress/
With the error message we can figure out what is causing the problem. (Please post the error)
If we don’t get a good error message a great way to start debugging your problem would be to deactivate all your plugins and see if the problem persists, if it doesn’t reactivate them one by one and you will see which plugin causes the problem.
Deactivating a plugin can be done by renaming it’s folder in /wp-content/plugins/ and reactivating can be done by renaming it back to its original name.