Advanced List Styles Not Saving in WordPress Multisite for Role Administrator
-
Advanced List Styles Not Saving in WordPress Multisite
Instance of WordPress Multisite, TinyMCE Advanced activated and configured with “List Style Options” checked, Advanced TinyMCE Configuration NOT activated, Default 2014 Theme activated.
Logged in as user with role Administrator or below.
- Create ordered list, apply advanced any advanced list style, e.g., Lower Alpha, confirming HTML is
<ol style="list-style-type: lower-alpha;">
- Update page, inline style stripped, confirming HTML is now only:
<ol>
Comparison: Added other inline styles such as text color and background, and added custom style
<p style="border: 1px solid red;padding: 10px">Custom inline style on a paragraph?</p>
Result after save: these inline styles remain. List styles are stripped.
FYI: As user with role SuperAdmin, list inline styles remain after save.
- Create ordered list, apply advanced any advanced list style, e.g., Lower Alpha, confirming HTML is
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Advanced List Styles Not Saving in WordPress Multisite for Role Administrator’ is closed to new replies.