• Resolved Mlock

    (@mlock)


    Hello.
    I noticed that when I wrote (un)ordered list in plugin The Events Calendar, there is everything right in backend, but when I look on it in frontend there is no (un)ordered list.
    It causes this plugin. I unninstalled plugins and found out that this mistake causes The Events Calendar Event Details Page Templates plugin. Can you help me with that problem please?

    In the link you can see:

    “dobry pocit z práce na sebe
    ná?ivka Trident – ak sa ti podarí splni? vyzvu
    lep?ia kondícia
    bicák jak hrom”

    It is unordered list, however as you can see it′s not displayed on the frontend.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @mlock,

    Thanks for using our plugin.

    Please use the below-described custom CSS in plugins settingsclick here.

    .epta-content-area ul {
    list-style-type: disc !important;
    padding: 16px !important;
    }

    Let us know if you are still facing any issues.

    Thanks

    Thread Starter Mlock

    (@mlock)

    Excellent. Everything works. Thank you very much.

    Thread Starter Mlock

    (@mlock)

    Okay, I noticed thad just the unordered list is working, but the ordered list dont.

    Thread Starter Mlock

    (@mlock)

    Can you please make me an advice how to fixed the issue with ordered list?

    Thank you

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @mlock,

    Please use the below-described custom CSS.
    .epta-content-area ol {
    list-style-type: decimal !important;
    padding: 16px !important;
    }

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘(un)orderesd list problem caused by this plugin’ is closed to new replies.