Plugin Author
Ajay
(@ajay)
The code didn’t come through. Did you use <ol> and </ol> replacing the ul ?
You will also need to select “No styles” in the Styles section
Hi Ajay,
Thanks for your reply.
Yes, I used that code. I’ve tried again, selecting No Styles, but it still doesn’t work.
Thanks anyway,
Steve
Plugin Author
Ajay
(@ajay)
What’s your site URL? Also, have you cleared the cache?
Hi Ajay,
Thanks for your reply.
Yes, I cleared the cache. Here’s a test page.
Test page
The plugin is in the left sidebar and at the bottom of the page content, just above the footer.
Thanks for taking a look.
Plugin Author
Ajay
(@ajay)
I can see the HTML is proper. i.e. the ol code. I note that you are using autoptimize. Did you clear that cache?
The CSS has this rule (probably from your theme) which is causing the ordered list formatting to go.
ol {
background: none;
border: 0;
box-shadow: none;
}
Hi Ajay,
Thanks for looking at that. Yes, I cleared the cache. I’ll investigate that code and see what can be done.
Thanks again,
Steve
pro-tip; you can disable AO on a per-request basis for troubleshooting purposes, by adding ?ao_noptimize=1 to the URL.
enjoy 😉
frank (ao dev)