ppmcc
Forum Replies Created
-
There is a workaround. Instead of the apostrophe use '
But this is only a workaround. Any subsequent change will cause the problem to re-occur.
eg: If you subsequently change the description of the Gallery, the problem re-occurs.Forum: Plugins
In reply to: [EWZ-Rating] Hide Image ViewerThanks for adding thumb_only=”true” option.
Forum: Plugins
In reply to: [EWZ-Rating] Some settings to reduce …Good point about RSI.
Thanks for fixing issue.
Forum: Plugins
In reply to: [EntryWizard] Narrow Notice BoxToday we checked that WordPress on our site is the latests: 5.3.2
We tried the code you suggest, but it did not resolve the issue.
This is a copy of the changed code:
/* to fix an issue with some themes/plugins that set box-sizing: border-box */
.ewz-dialog::before, .ewz-dialog, .ewz-dialog::after{
box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
}We checked that we had the latest version of our theme, Flatsome: 3.10.3
Tomorrow we’ll start looking at our plugins.
Forum: Plugins
In reply to: [EntryWizard] Narrow Notice BoxQ2 addendum: The issue occurs with the three listed messages.
The issue does not occur when leaving a page that has not been saved.- This reply was modified 6 years, 4 months ago by ppmcc.