Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Allow Image plugin question


chrishajer
Participant

@chrishajer

edwinfoo: it looks like there’s a problem with the CSS on your site. The #thread li referenced above by fel64 won’t work for you because it looks like you have renamed it to #thread1 (maybe just a typo in your theme.) So, the CSS for #thread won’t apply to #thread1. If you add CSS for #thread1 or remove the 1 from the end of the <ol id=”#thread” in your theme, it works fine (I just tried it.)

This <ol id="thread1" start="1"> needs to look more like <ol id="thread" start="1">.

If you need numbers there for each unique thread, you’re going to have to do it differently, not appending a thread number to the end of the id “thread”: that changes the id from #thread to #thread-(whatever number).

Skip to toolbar