You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the client's website, I encountered a rather unusual issue: it's not possible to save more than 150 global styles. To investigate, I created a test site on Local, added 150 styles, and the problem persists—saving more than 150 styles doesn't work. Styles are listed in the Global Styles Panel but are not applied on the frontend and do not appear on the wp-admin/admin.php?page=generateblocks-styles page.
@diggeddy I think we could look at doing this differently going forward. This was originally done to prevent a performance hazard, but we have a new way of querying data that supports paginated queries, so we could lazy load the whole list just 150 at a time, or something like that.
Description
On the client's website, I encountered a rather unusual issue: it's not possible to save more than 150 global styles. To investigate, I created a test site on Local, added 150 styles, and the problem persists—saving more than 150 styles doesn't work. Styles are listed in the Global Styles Panel but are not applied on the frontend and do not appear on the wp-admin/admin.php?page=generateblocks-styles page.
Steps to reproduce
https://vimeo.com/1056479418
GB 2.0.1
GB Pro 2.0
The text was updated successfully, but these errors were encountered: