-
Posted a reply to ACF unable to perform validation due to an invalid security nonce?, on the site WordPress.org Forums:
I'm a pro user and reached out to support... this issue has apparently been present… -
Created a topic, Feature request: CSS custom properties on the login screen, on the site WordPress.org Forums:
I'd like the ability to customize the WordPress login … -
Created a topic, Add support for theme images, on the site WordPress.org Forums:
It'd be very helpful if this plugin could be updated t… -
Posted a reply to Purpose of this plugin?, on the site WordPress.org Forums:
This plugin adds a background color to images for lazy loading purposes. For example, it'd… -
Closed ticket #60153 on Core Trac:
Add filters to `get_template_part()` -
Created ticket #60153 on Core Trac:
Add filters to `get_template_part()` -
Posted a reply to 8.4.10 adding extra line breaks with “Beaver Builder”, on the site WordPress.org Forums:
Ours is theme we inherited from another company, but it's built with a plugin called… -
Posted a reply to 8.4.10 adding extra line breaks with “Beaver Builder”, on the site WordPress.org Forums:
Glad to hear it's not just us! Hopefully this can get fixed quickly. -
Created a topic, 8.4.10 adding extra line breaks with “Beaver Builder”, on the site WordPress.org Forums:
I've rolled back for now, but with v8.4.10 enabled, my… -
Created a topic, Missing JS?, on the site WordPress.org Forums:
After installing and configuring this plugin, I'm gett… -
Created a topic, Validate field with regex?, on the site WordPress.org Forums:
Hi there, I'm exploring different booking plugins for … -
Posted a reply to New JS breaks with script deferment, on the site WordPress.org Forums:
Thanks for the quick patch, this indeed seems to have solved the issue. -
Created a topic, New JS breaks with script deferment, on the site WordPress.org Forums:
On our websites, we add a filter so that scripts will … -
Posted a reply to Bug: Attributes Randomly Get Removed, on the site WordPress.org Forums:
Aha, thanks much! The way the layout works in this new version is really clever;… -
Posted a reply to Bug: Attributes Randomly Get Removed, on the site WordPress.org Forums:
Awesome, glad you were able to spot the issue so easily, thanks! -
Created a topic, Bug: Attributes Randomly Get Removed, on the site WordPress.org Forums:
This is a bizarre issue, I'm really not sure what's go… -
Closed ticket #58197 on Core Trac:
$blog_id always returns 0 in get_site_icon_url hook -
Created ticket #58197 on Core Trac:
$blog_id always returns 0 in get_site_icon_url hook -
Posted a reply to Encountering an error with the new interface and custom post types, on the site WordPress.org Forums:
Tracked it down, the data in wp_options -> wpseo_titles was missing a lot of data… -
Created a topic, Encountering an error with the new interface and custom post types, on the site WordPress.org Forums:
We're having a strange issue with the latest version o… -
Created a topic, Feature Request: Select on mobile, on the site WordPress.org Forums:
This plugin is great, a simple solution without opinio… -
Created a topic, Rewrite rules breaking wp-admin, on the site WordPress.org Forums:
My client is having quite an odd issue; when trying to… -
Posted a reply to Fails to process images, on the site WordPress.org Forums:
Yes, this is now resolved. -
Posted a reply to Fails to process images, on the site WordPress.org Forums:
Thanks to that error, we were able to track it down! The IP address for… -
Posted a reply to Fails to process images, on the site WordPress.org Forums:
I found an actual error message! I was testing various versions of Smush, trying to… -
Posted a reply to Fails to process images, on the site WordPress.org Forums:
That IP address is allowed, but it has made no difference. I just tried compressing… -
Posted a reply to Fails to process images, on the site WordPress.org Forums:
Under Smush -> Bulk Smush, disable "Automatic compression" allows images to upload, but of course… -
Posted a reply to Fails to process images, on the site WordPress.org Forums:
I was able to get some errors to log, this is what we're seeing: [14-Mar-2023… -
Posted a reply to Fails to process images, on the site WordPress.org Forums:
WP_SMUSH_ASYNC doesn't seem to do anything unfortunately... I just ran in to a similar issue… -
Created a topic, Fails to process images, on the site WordPress.org Forums:
On a few of our clients websites, we're seeing a stran… -
Posted a reply to How can I “remove_action” for this plugin?, on the site WordPress.org Forums:
So would it just be remove_action( 'shutdown', array( "Speed_Contact_Bar", 'include_contact_bar' ), -537 ); ? -
Created a topic, How can I “remove_action” for this plugin?, on the site WordPress.org Forums:
I have a client who has used this plugin, but they als… -
Posted a reply to Toggles are working in reverse, on the site WordPress.org Forums:
Thanks, that fixed it! -
Created a topic, Toggles are working in reverse, on the site WordPress.org Forums:
I recently discovered that accessibility toggles seem … -
Posted a reply to Appears to process correctly, but transactions never complete, on the site WordPress.org Forums:
I've also tried turning on various debugging per this documentation, but nothing useful was found.… -
Created a topic, Appears to process correctly, but transactions never complete, on the site WordPress.org Forums:
A client has come to us with quite an odd issue with t… -
Posted a reply to BUG REPORT: “highlight” parameter forces page_for_posts to load at base URL, on the site WordPress.org Forums:
Alright, I went in and made that change, at least that makes the page accessible… -
Created a topic, BUG REPORT: “highlight” parameter forces page_for_posts to load at base URL, on the site WordPress.org Forums:
We've discovered an issue affecting multiple sites whe… -
Posted a reply to Indexing menu items, on the site WordPress.org Forums:
Aha! Perfect, thank you so much for your help! -
Posted a reply to Indexing menu items, on the site WordPress.org Forums:
Ah! That's perfect, thanks. I ended up doing it with the following: php /** *… -
Created a topic, Indexing menu items, on the site WordPress.org Forums:
My client has asked me to figure out a way to include … -
Posted a reply to Highlight misses some instances of a phrase, on the site WordPress.org Forums:
Just submitted a pull request, but I understand if you need to test this yourself… -
Posted a reply to Highlight misses some instances of a phrase, on the site WordPress.org Forums:
Aha! I just Googled "html entities regex" and found this StackOverflow thread which contained a… -
Posted a reply to Highlight misses some instances of a phrase, on the site WordPress.org Forums:
Says my last post is still awaiting moderation, but I've made progress in identifying the… -
Posted a reply to [Relevanssi - A Better Search] Highlight misses some instances of a phrase, on the site WordPress.org Forums:
The accordions open because they contain highlighted text. I just wrote a bit of JS… -
Created a topic, Highlight misses some instances of a phrase, on the site WordPress.org Forums:
This is a custom built theme that I developed for this… -
Posted a reply to How do I change the title for the “404” page?, on the site WordPress.org Forums:
@alexe5 You'd just do something like this in your header.php... <?php if (is_404()): ?> <title><?php… -
Posted a reply to How do I change the title for the “404” page?, on the site WordPress.org Forums:
Ah, so I'll have to just do it manually then, alright... hopefully you guys can… -
Posted a reply to How do I change the title for the “404” page?, on the site WordPress.org Forums:
Hmm, I've added the following but it doesn't seem to be working. If I do… -
Created a topic, How do I change the title for the “404” page?, on the site WordPress.org Forums:
I'm not seeing any settings for controlling the title …