• When attempting to insert a list using TinyMCE’s Numbered List>>Lower Alpha, it displays properly at first in the visual editor, and the HTML shows the following code:

    <ol style="list-style-type: lower-alpha;">
    	<li>Test 1</li>
    	<li>Test 2</li>
    	<li>Test 3</li>
    </ol>

    But when it is previewed or published, the HTML code reverts to this:

    <ol>
    	<li>Test 1</li>
    	<li>Test 2</li>
    	<li>Test 3</li>
    </ol>

    Any idea why this would be reverting?

    https://ww.wp.xz.cn/plugins/tinymce-advanced/

Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    The first example works for me. What happens if you paste that in the Text editor and save the post?

    Perhaps you’re writing as author/contributor? For authors, contributors and all users on multisite, the HTML is validated after posting. As far as I see that is stripping the style.

Viewing 1 replies (of 1 total)

The topic ‘Numbered List – additional feature not working’ is closed to new replies.