Unordered Lists, Bullets Not Working

Home Forums Legacy Support 4.0 Bugs & Issues Unordered Lists, Bullets Not Working

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #274827
    lacesout78
    Participant
    This seems to be a common problem with this theme, can we get this fixed with an update without having to use CSS? It doesn't work on any page that I use WP Bakery. Under "included in the program" we should see bullet points. https://wordpress-415959-1307825.cloudwaysapps.com/course/carpentry/
    #274878
    Diana
    Participant
    Yes, in the wplms 4.0 you will not face this issue Right now I am sharing the css fix which is page specific Add this code in wp-admin > appearance > customize > custom css .single-course .wpb_text_column.wpb_content_element ul{list-style: disc !important;}
    #276730
    lacesout78
    Participant
    I have updated to 4.0 and the problem still exists. https://prnt.sc/tmn0fn
    #276844
    Diana
    Participant
    Now while creating courses in version 4+ we have our own editor while adding course description see: http://prntscr.com/tmz30m Try using this one
    #277088
    lacesout78
    Participant
    Thank you for the reply. We need to have WP Bakery bullets working because otherwise we will have to go into every single page that has bullets and change the page builder we are using (based on your suggestion). How can we get the bullets working on WP Bakery?
    #277320
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #277371
    lacesout78
    Participant
    Still not working. I see you just changed the course layout option, I do not want that layout, I need the "content" layout so that is not an acceptable solution. Also, it's not working on any other generic page, such as this one: https://wordpress-415959-1307825.cloudwaysapps.com/about/partners/ See screenshot. Bullets are in the editor but then do not show on the page. https://prnt.sc/to30oo    
    #277804
    Anshuman Sahu
    Keymaster
    please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :     .wpb_wrapper ul{list-style:disc; margin-left:1em;}.wpb_wrapper ol{list-style:decimal; margin-left:1em;}
    #277873
    lacesout78
    Participant
    Working! Amazing, thank you.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Unordered Lists, Bullets Not Working’ is closed to new replies.