Home › Forums › Legacy Support › Support queries › Other issues › Bullets and numbering
- This topic has 18 replies, 5 voices, and was last updated 8 years, 9 months ago by H.K. Latiyan.
-
AuthorPosts
-
February 1, 2016 at 12:55 am #23555elearncanadaSpectatorHello, After upgrading to 2.x I have noticed that bullets and numbering are not displaying when viewing a course. Could you please help with this? Thanks, AndrewFebruary 1, 2016 at 12:59 pm #23907Anshuman SahuKeymasterPlease share the url of the page where this issue is appearing ?February 1, 2016 at 10:17 pm #24180elearncanadaSpectatorHello Alex, This is happening in the Canadian Citizenship Exam Prep course here. Admin credentials are: Username: WPLMSsupport Password: wplms54321February 2, 2016 at 11:43 am #24361H.K. LatiyanParticipantPlease use this custom css:
section#content div.unit_content ul li{ list-style-type:disc; }
February 3, 2016 at 3:20 am #24659elearncanadaSpectatorHello, Thanks for pointing me in the right direction. The code you gave me only fixed the bullets. I was able to fix both bullets and numbers with the following code to custom CSS under Appearance/Customize/Custom CSS: section#content div.unit_content ul li{list-style-type: disc;} section#content div.unit_content ol li{list-style-type: number;} Hopefully, you can fix the issue in an upcoming release. Thanks, AndrewFebruary 3, 2016 at 11:12 am #24816H.K. LatiyanParticipantYes, we will add this in our upcoming updates.February 15, 2016 at 10:46 pm #28880MarkcrockerSpectatorhi - i am facing the same issue. you closed my thread so i cannot ask you again about it, this is still an issue. please help resolve thanksFebruary 16, 2016 at 12:13 am #28892elearncanadaSpectatorHello Mark,
I summarized the fix in my reply above. Let me know if it's not working.
Thanks,
Andrew
February 16, 2016 at 7:42 pm #29207MarkcrockerSpectatorthe only summary i can see is that you will add this to upcoming updates ... what is the solution?February 16, 2016 at 7:49 pm #29209elearncanadaSpectator<p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Here is what I wrote above. It's more a workaround than a solution:</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Thanks for pointing me in the right direction. The code you gave me only fixed the bullets. I was able to fix both bullets and numbers with the following code to custom CSS under Appearance/Customize/Custom CSS:</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">section#content div.unit_content ul li{list-style-type: disc;}<br style="box-sizing: border-box;" />section#content div.unit_content ol li{list-style-type: number;}</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Hopefully, you can fix the issue in an upcoming release.</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Thanks,</p> <p style="box-sizing: border-box; margin: 0px 0px 1em; color: #4b4d4d; font-family: Lato; font-size: 14px; line-height: 22px;">Andrew</p>February 16, 2016 at 7:52 pm #29210MarkcrockerSpectatorthanks Andrew, i don't know how to use CSS so this is a bit beyond me.February 16, 2016 at 7:55 pm #29211elearncanadaSpectatorHello Mark, Sorry about my last response. There seems to be an issue when I reply with my cell phone. I was able to fix both bullets and numbers by adding the following code to custom CSS under Appearance/Customize/Custom CSS: section#content div.unit_content ul li{list-style-type: disc;} section#content div.unit_content ol li{list-style-type: number;} It's not perfect, but it's better than nothing. Best Regards, AndrewFebruary 16, 2016 at 7:57 pm #29212elearncanadaSpectatorI can add a screenshot later...February 16, 2016 at 8:13 pm #29214MarkcrockerSpectatorthanks very much. I went to the location you indicated wp-admin/appearance/customize/custome css ... cut and pasted the code as you had written, then saved it does not appear to have made any discernible difference. i may have messed something up, but as far as i can see it has not changed anything. further thoughts or Mr. Vibe, help?February 17, 2016 at 1:54 am #29258elearncanadaSpectatorHello Mark, I was just about to take a before and after picture, and I noticed that this has now been fixed. - I removed the custom code and the bullets and numbering remained. Can you confirm that you are on WPLMS version 2.0.6? This can be done by going to WPLMS in the dashboard and selecting Theme Information from the navigation list. If not, then you should upgrade your theme and see if that fixes the issue. If you are on the latest version you will need Mr. Vibe to login and help you. Sorry I can't be any more help. Andrew -
AuthorPosts
- The topic ‘Bullets and numbering’ is closed to new replies.