Greg Schaub
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: apiFetch async causing thousands of renders@threadi, thanks so much for your reply. I was able to work this out. I had created a custom store to use in place of the core data store because I’m using a custom database table. With that said, I’m still having challenges running those stores side-by-side with mutual dependencies (i.e., the table and related block need to be aware of each other).
I’d be interested if you have thoughts on a better architecture that makes it easier to synchronize the custom table with the native block.
ps. That code was from a WP Redux resolver that calls an action creator. I’m new to thunks and I’m still trying to fully understand them.
- This reply was modified 2 years, 6 months ago by Greg Schaub.
Forum: Developing with WordPress
In reply to: apiFetch async causing thousands of rendersHello – is anyone able to assist with this?
A couple of notes:
- I have turned debug bar and query monitor back on the help me troubleshoot.
- I do not believe it is possible to install a plugin on the child-site, and I have not done so. Rather, I network deactivated it on the master and then activated it on the child. Please let me know if there is a way to actually install on the child.
Have you been able to make any progress on this?
Regards,
GregOkay, I have done all of this and it is still not working. Specifically, I have
- Disabled all plugins except for Really Simple SSL and WP User Frontend
- WP User Frontend is now disabled on the network site and enabled on the specific domain only.
- Reverted to the Twenty Twenty theme.
Note that this resolved one error, but I still have the following warning
JQMIGRATE: Migrate is installed, version 3.3.2
I have verified that my Administrator account can still successfully post, and my Editor role still cannot (role based posts are enabled). The site url is https://family.theschaubs.com.
- This reply was modified 4 years, 6 months ago by Greg Schaub.