Unordered List - ol element

WordPress Bug Released
14 July, 2025 13:40:57
JustinG
Topics: 1
Messages: 2
I have a wordpress post with an ordered list <ol> and the default styling in the post is "decimal," which I use often in my posts.

The content in the ordered list does not show up at all in the PDF when it is generated so I played around with the CSS and changed the list-style-type to "initial" and now it is displaying it as an unordered bulleted list. It's better than nothing showing up in the list at all, so I left it styled that way. I cannot seem to find a way to force it to render an ordered number-based decimal list.

I saw the documentation says that only "list-style-type: none" is the only CSS supported, but it just seems so basic to have the ability to generate an ordered list.

Is there no way to have the PDF render an ordered list?

Thanks in advance!
15 July, 2025 01:23:33
E2Pdf
Support
Topics: 7
Messages: 3511
Hello,

We've confirmed the bug, and a fix will be included in the upcoming RC version update, which is expected in the next few days. We'll notify you with a follow-up message once it's ready so you can proceed with the update.
We would really appreciate your feedback at WordPress.org!
15 July, 2025 07:21:56
E2Pdf
Support
Topics: 7
Messages: 3511
Hello,

We've just released a hotfix for the RC version 1.29.18 that should resolve the issue with rendering "ol" tags. You can follow the steps to update here: https://e2pdf.com/docs/install#rc-version

Please let us know if you encounter any further issues.
We would really appreciate your feedback at WordPress.org!
15 July, 2025 12:01:10
JustinG
Topics: 1
Messages: 2
It worked! Thank you!