-
Notifications
You must be signed in to change notification settings - Fork 808
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
Custom CSS / Mobile Theme: CSS is not added to minileven #5815
Comments
Reported here: 2977121-t |
Reported in 3039118-t as well.
This is happening because, with the WordPress 4.7 update, custom CSS is now stored theme specific. So, when we switch the theme to |
Reported in 3072574-t |
Re-tested with Jetpack 6.1. Issue is still there. |
Also reported in 1844995-zen |
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation. |
Any update? The problem still exists in Jetpack 7.8. |
We do not have any updates at the moment, but we'll update this issue whenever we next iterate on the Mobile Theme feature in Jetpack. Until then, I would recommend switching to a responsive theme if possible, and deactivating Jetpack's Mobile Theme feature. |
Another question related to this in https://wordpress.org/support/topic/customizing-mobile-tag-style/ |
Steps to reproduce the issue
Although Minileven calls
wp_head
, I assume there might be a problem with the way we define the active theme with theoption_stylesheet
andoption_template
filters.This is a big issue for all site owners who previously used Jetpack's Custom CSS module to customize the look of the Mobile Theme, thanks to the option that was provided in the Custom CSS editor to load Custom CSS on mobile as well.
Right now, the only options they have to customize that mobile theme is to edit core plugin files or create their own plugin to load a custom stylesheet.
Until this gets fixed, a quick fix is to install this little plugin:
https://github.com/jeherve/jetpack-addons/archive/mobile-custom-css.zip
Reported here:
https://wordpress.org/support/topic/site-title-color-on-jetpack-mobile-changed-after-update-it-is-not-invisible/
The text was updated successfully, but these errors were encountered: