-
Posted a reply to Uncaught SyntaxError, on the site WordPress.org Forums:
Fixed for me, thank you. -
Posted a reply to Uncaught SyntaxError, on the site WordPress.org Forums:
Running into this as well. -
Posted a reply to Purging entire cache on post create/edit/delete, on the site WordPress.org Forums:
Working, thank you! -
Created a topic, Purging entire cache on post create/edit/delete, on the site WordPress.org Forums:
Hello. According to the docs this is possible by usin… -
Posted a reply to Accessing plugin class functions inside filter/hook, on the site WordPress.org Forums:
I found that you need to reference it by the full namespace path e.g. $d… -
Created a topic, Accessing plugin class functions inside filter/hook, on the site WordPress.org Forums:
Hi. I utilize the crp_list_link filter/hook in order … -
Posted a reply to What’s this new frontend CSS ouptut in 6.5?, on the site WordPress.org Forums:
Another way: add_theme_support( 'disable-layout-styles' ) ref: https://make.wordpress.org/core/2022/10/10/updated-editor-layout-support-in-6-1-after-refactor/ -
Wrote a comment on the post Customizing core block style variations via theme.json, on the site WordPress Developer Blog:
Gotcha, thanks. I decided to use the method described below with wp_enqueue_block_style. -
Wrote a comment on the post Customizing core block style variations via theme.json, on the site WordPress Developer Blog:
Unfortunately you can't target the `.is-style-{name}` class in the `css` field because the styles are… -
Posted a reply to The _ga_* cookie is not deleted, on the site WordPress.org Forums:
Although it "shouldn't be a problem" we all know that it still could be! I… -
Posted a reply to The _ga_* cookie is not deleted, on the site WordPress.org Forums:
@m440 Are you entering the CookieYes settings manually in the WP admin or have you… -
Posted a reply to The _ga_* cookie is not deleted, on the site WordPress.org Forums:
Sorry I didn't notice the follow up questions. My solution was to move the hardcoded… -
Translated 1 string on translate.wordpress.org.
-
Suggested 4 strings on translate.wordpress.org.
-
Posted a reply to 403 error when exporting or saving profile, on the site WordPress.org Forums:
After narrowing the problem down to a relationship between cookies and the Woocommerce plugin I… -
Created a topic, 403 error when exporting or saving profile, on the site WordPress.org Forums:
Hello. When I try to run an export an export or save … -
Posted a reply to Lost/abadoned support topic, on the site WordPress.org Forums:
That definitely seems to match the problem, thanks Peter! -
Posted a reply to Lost/abadoned support topic, on the site WordPress.org Forums:
I searched and found no other .htaccess files that are trying to modify this variable.… -
Posted a reply to Lost/abadoned support topic, on the site WordPress.org Forums:
Curious, I see that auto_prepend_file is no valuein the Wordfence diagnostic report but when I… -
Posted a reply to Lost/abadoned support topic, on the site WordPress.org Forums:
Thanks again for your help. I think there was a misunderstanding, auto_prepend_file in phpinfo() is… -
Created a topic, Lost/abadoned support topic, on the site WordPress.org Forums:
My support thread seems to have been lost again. Any h… -
Posted a reply to Cannot optimize firewall, on the site WordPress.org Forums:
Commenting for visibility in case this thread has been lost again. -
Posted a reply to Cannot optimize firewall, on the site WordPress.org Forums:
Any updates? (I realize this support is free, it's just not obvious if I've been… -
Posted a reply to Cannot optimize firewall, on the site WordPress.org Forums:
Hi and thanks for your help. I have access to modify htaccess and .user.ini and… -
Created a topic, Abandoned ticket, on the site WordPress.org Forums:
Hi. It seems like my support ticket was abandoned and… -
Created a topic, The _ga_* cookie is not deleted, on the site WordPress.org Forums:
Unfortunately Google Analytics sets this cookie on the… -
Posted a reply to Default cookie category preferences to On, on the site WordPress.org Forums:
There seems to be a glitch between the "Load cookies prior to consent" and "Hide… -
Posted a reply to Default cookie category preferences to On, on the site WordPress.org Forums:
Is there a way to share this information with you privately? -
Posted a reply to Default cookie category preferences to On, on the site WordPress.org Forums:
Thank you. I checked the box for Analytics and saved the settings, opened a new… -
Created a topic, Default cookie category preferences to On, on the site WordPress.org Forums:
Is it possible in the new version to set the default c… -
Posted a reply to Cannot optimize firewall, on the site WordPress.org Forums:
Any news? -
Created a topic, Programatically check cookie settings with PHP, on the site WordPress.org Forums:
Is there a way to check the cookie settings programmat… -
Posted a reply to Cannot optimize firewall, on the site WordPress.org Forums:
Can you confirm that the report was received by email? -
Posted a reply to Cannot optimize firewall, on the site WordPress.org Forums:
The only thing that I see odd in the diagnostics is that my WP core… -
Posted a reply to Cannot optimize firewall, on the site WordPress.org Forums:
Sent, thanks! -
Created a topic, Cannot optimize firewall, on the site WordPress.org Forums:
Hello. I have modified the .user.iniand .htaccessfile… -
Posted a reply to Cropping doesn’t work with auto-scaled images, on the site WordPress.org Forums:
I'm not sure what to say - I went back and tested some more and… -
Posted a reply to Cropping doesn’t work with auto-scaled images, on the site WordPress.org Forums:
I added this bit of code and it's working for me now, at least with… -
Created a topic, Cropping doesn’t work with auto-scaled images, on the site WordPress.org Forums:
WP core introduced a feature where very large images (… -
Posted a reply to Replace does not work because of file type, on the site WordPress.org Forums:
I changed the code to the following and it's now working for me: // Is… -
Posted a reply to Replace does not work because of file type, on the site WordPress.org Forums:
Perhaps using wp_check_filetype_and_ext would be more reliable rather than using $file['type'] directory. -
Created a topic, Replace does not work because of file type, on the site WordPress.org Forums:
With the replace option enabled, the replace function … -
Posted a reply to Webp image created but not added to media library, on the site WordPress.org Forums:
This problem was caused by the fact that my WP_CONTENT_DIR was defined without a schema,… -
Created a topic, Webp image created but not added to media library, on the site WordPress.org Forums:
After enabling the plugin and uploading an HEIC image,… -
Posted a reply to WPML compatibility issue, on the site WordPress.org Forums:
Working, thank you! -
Created a topic, WPML compatibility issue, on the site WordPress.org Forums:
WPML can modify the return value of get_home_url() to … -
Posted a reply to “Skip regenerating existing correctly sized thumbnails” does not work, on the site WordPress.org Forums:
@sweetpweb I would turn on WP_DEBUG and see if there's an error message. Also check… -
Posted a reply to “Skip regenerating existing correctly sized thumbnails” does not work, on the site WordPress.org Forums:
@sweetpweb What method are you using to determine whether or not the images were actually… -
Posted a reply to “Skip regenerating existing correctly sized thumbnails” does not work, on the site WordPress.org Forums:
Working for me, thank you! -
Posted a reply to “Skip regenerating existing correctly sized thumbnails” does not work, on the site WordPress.org Forums:
My initial bug report is being tracked on GitHub here https://github.com/Automattic/regenerate-thumbnails/issues/136
Developer
-
Human Readable Custom Image Sizes
Active Installs: 20+