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
We can include the code and only trigger it if we detect any of our widgets in the sidebar. This is the easiest approach, previews work (they are done in an iframe it seems), and I'm not really sure what the drawback is, I can't figure out what stops working though.
I know Yoast SEO stops seeing the rendered sidebar, which we determined as fine since sidebar content is not really important for SEO (right?).
The more thorough and much harder fix would be to make things work, allowing internal rendering for wherever it is needed. A path we'd have to take once we find out that our quick fix impacted something, hard to tell with tens of thousands of plugins out there.
We can include the code and only trigger it if we detect any of our widgets in the sidebar. This is the easiest approach, previews work (they are done in an iframe it seems), and I'm not really sure what the drawback is, I can't figure out what stops working though.
I imagine this is related to Divi widget pre-rendering in the admin; the needed files aren't loaded in
is_admin()
context.Should we load template files all the time? Or just prevent fatal errors in Divi for now? Thoughts, @soulseekah?
See HS#10461
┆Issue is synchronized with this Asana task
The text was updated successfully, but these errors were encountered: