-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline Template: Test with all themes #205
Comments
See also GoogleChromeLabs/pwa-wp#199 where the PWA plugin could bundle offline templates for the core themes. |
We would still want to inject our own, so we can show the schedule and other info related to the WordCamp. |
Good point. At least we could share the same base, or the PWA templates could trigger an action for the WordCamp sites to inject the content. Nevertheless, the content could also be injected via script. |
The need to inject content into the offline template is also something that PWA plugin isn't properly facilitating. Right now there is a Perhaps See also GoogleChromeLabs/pwa-wp#211 |
I think the specifics would have to depend on how the the template itself works, we might still want to override the whole thing. For more "average user" cases, an action before & after |
…es across themes (#316) The templates on some default themes use different markup, which causes display issues when trying to use the same templates across themes. To fix this, we should stop trying to fully emulate all themes. This PR removes the global Day of Event template, since the Day of Event stub is created and can use a regular page template. The offline page is called differently, but instead of trying to match the theme directly, we can create a very simple page, which inherits the basic style of the active theme. Fixes #205, fixes #206
Our supported themes are:
We should also test with custom CSS, and with remote CSS.
There's a note about testing with child themes, but WCs can't have child themes, so do we need to do this?
The rest we don't test with, but will fix issues on
The text was updated successfully, but these errors were encountered: