• Resolved mdallagi

    (@mdallagi)


    Hi, I don’t know why but the <li> tag (<ol> or <ul> same behavior) doesn’t work on pages. By editing the page it works but when the page is opened from the site menu the list doesn’t appear. Is there something missing on the css?

    Let me know, many thanks.

    Max.

    [moderator note – fixed code, in the future, you can either use the “code” button or wrap text in backticks to prevent the parser from interpreting the HTML tags]

    • This topic was modified 8 years, 2 months ago by stephencottontail. Reason: fixed code
Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you post a link to a page that shows the issue?

    Thread Starter mdallagi

    (@mdallagi)

    Sorry for my mistake on posting…you can see the problem by opening this link

    Thanks.

    Max

    I don’t know why, but your theme’s developer(s) removed the list styling on all <ul> and <ol>. You could add the styling back to <ul> and <ol> within the post content with some custom CSS:

    .carzine_single_post_content ol,
    .carzine_single_post_content ul {
        list-style: initial;
        padding-left: 20px;
    }

    If you’re on WordPress version 4.7, there’s a custom CSS option available at Dashboard > Appearance > Additional CSS, or you could use a custom CSS plugin instead. I would also recommend bringing this to your theme developer’s attention as well.

    Thread Starter mdallagi

    (@mdallagi)

    Hi Stephen, many thanks for your support!
    It works using the custom CSS as you suggested.

    Max.

    Theme Author Takimi Themes

    (@takimi)

    Thanks for the support Stephen!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘tag doesn’t work on pages’ is closed to new replies.