Mike Badgley
Forum Replies Created
-
Forum: Plugins
In reply to: [WP REST Cache] wp-json/wp/v2 not cachingThanks very much for confirming. Turns out the
@wordpress/api-fetch
package automatically sets a nonce header, so once I converted this to use nativewindow.fetch
it worked perfectly.- This reply was modified 11 months, 4 weeks ago by Mike Badgley.
Forum: Developing with WordPress
In reply to: Attributes in a Dynamic Custom BlockUnfortunately no. I ended up just adding them as data-* attributes, which works ok but kinda clunky feeling.
Forum: Developing with WordPress
In reply to: Attributes in a Dynamic Custom BlockIf I want to access these attributes from my
viewScript
file, is there a method I can use or do I essentially have to add them to my render file as data attributes or something like that?- This reply was modified 1 year, 5 months ago by Mike Badgley.
Forum: Developing with WordPress
In reply to: How to implement spacing.blockGap support in custom block?Sounds good @glendaviesnz . I’m guessing the best course of action would just be to warp the inner content of the custom block in a group and then utilize that for block spacing?
Thanks for the reply @flippercode0505 . I am use a custom block theme, and thus is not available in the public sphere. I could give you access to the GitHub repo it’s on if that would be of any help?
Forum: Plugins
In reply to: [The Events Calendar] Few sites able to migrate EventsThanks @abzlevelup. I gave that a shot but it didn’t seem to have any impact.
Forum: Plugins
In reply to: [The Events Calendar] Few sites able to migrate EventsHeh, turns out I do have a related issue. While the migration went through fine with no errors, all my existing events that were recurring (which I now see are part of a Series with this new version) are now throwing a 404 when I attempt to link to them. I tried using the 2022 theme /w no plugins enabled (other than Events Calendar) but the same issue persists.
If I create a *new* recurring/series event, the link works fine. If I create a new event within an existing series, the link to it works fine, but again all the others in that series throw a 404.
Forum: Plugins
In reply to: [The Events Calendar] Few sites able to migrate EventsBeauty – I can confirm that my issue is resolved! ??
Forum: Plugins
In reply to: [The Events Calendar] Few sites able to migrate Events@abzlevelup Thanks for the reply and info. I connected with my hosting provider and after running some tests on their end, along with re-attempting to migrate the events, he confirmed that the db/user does have delete privilege and that there are no errors related to queries on the database failing either.
Forum: Plugins
In reply to: [The Events Calendar] Few sites able to migrate Events@geoffbel Same thing is happening with my sites. I can confirm no caching plugins are being used. Hosting environment is WP-Engine.
Basically I’m getting the following error for each event it attempts to migrate:
tec_events_custom_tables_v1_migration_process Failed 0 => '5855' 1 => true Non-repeating async 2022-10-12 15:23:40 +0000 action created 2022-10-12 15:24:00 +0000 action started via WP Cron 2022-10-12 15:24:01 +0000 action failed via WP Cron: Undefined index: delete
Echoing the comments above, it would be great to have the ability to apply this plugin to the Template Parts editor.