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/
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;}
I have updated to 4.0 and the problem still exists.
https://prnt.sc/tmn0fn
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
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?
This reply has been marked as private.
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
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;}
Working! Amazing, thank you.