Bullets are not showing on Events front end

Home Forums Calendar Products Events Calendar PRO Bullets are not showing on Events front end

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1062810
    Pat
    Participant

    The link below shows an event on our calendar. There are bullets (unordered list) in the event description. The HTML is there and correct, but the bullets don’t show on the event. These items should show bullets:

    Psychology of Violence
    Domestic Violence
    School Violence, Teenagers and Dating Violence
    Violence and the Media
    Workplace Violence
    War and terrorism
    Case of non violence

    #1063211
    Nico
    Member

    Hey Pat,

    Thanks for getting in touch! I’ll help you fixing this…

    From what I see in the source code the items you mention are not marked up as an unordered list. But the two items above those are, and indeed are not showing bullets.

    It seems that there’s a CSS rule in your theme to prevent this, which you can override with the following code:


    .tribe-events-content li {
    list-style-type: disc;
    }

    You can add that snippet via Simple Custom CSS plugin or directly to your theme (or child theme) stylesheet.

    Please give a try and let me know about it,
    Best,
    Nico

    #1063269
    Pat
    Participant

    Nico, thanks for the quick response. I added your code. No luck. Any other ideas?

    #1063575
    Nico
    Member

    Hey Pat,

    Thanks for following up with this!

    I can actually see the bullets in the event description. The words you listed in your first reply are not marked up as an un-ordered list, Can you check that in the event description in the back end?

    The lines “Violence:…” and “Causes:…” are items in a list that’s why they do show the bullets.

    Please let me know about it,
    Best,
    Nico

    #1063898
    Pat
    Participant

    Thanks Nico – I guess the css did work after all. I didn’t see it when I first loaded the page. Maybe a cache thing. Appreciate the help!

    #1063959
    Nico
    Member

    Hey Pat,

    Stocked to hear, glad to be of service 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Bullets are not showing on Events front end’ is closed to new replies.