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
It has bugs obviously. It removes all CSS styles you embed or via WordPress system, e.g.:
<style type="text/css" media="screen">
html { margin-top: 32px !important; }
* html body { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
html { margin-top: 46px !important; }
* html body { margin-top: 46px !important; }
}
</style>
<style type="text/css" id="wp-custom-css">
/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
.row.row-banner-notice {
background-color: #000;
} </style>
The styles above are removed.
How can we fix this?
The text was updated successfully, but these errors were encountered:
@lautiamkok this repository is not maintained and is not RC4-compatible which is why you are facing this issue, @Musiksammler has already forked and updated the code to make it RC4-compatible is is working fine with your css.
It has bugs obviously. It removes all CSS styles you embed or via WordPress system, e.g.:
The styles above are removed.
How can we fix this?
The text was updated successfully, but these errors were encountered: