• Resolved StevenW123

    (@stevenw123)


    Hi,

    Is there a way to make the list numbered, please? I’ve tried adding

      and
      to the “HTML to display before the list of posts:” on the settings page, but nothing happens.

      Thanks,
      Steve

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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

    Thread Starter StevenW123

    (@stevenw123)

    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?

    Thread Starter StevenW123

    (@stevenw123)

    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;
    }
    Thread Starter StevenW123

    (@stevenw123)

    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)

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘numbered list’ is closed to new replies.