- This topic has 22 replies, 3 voices, and was last updated 7 years, 1 month ago by
Tom.
-
AuthorPosts
-
February 27, 2015 at 6:56 pm #81069
Joseph
I can’t seem to find a fix to include bullet points on the right sidebar on my website:
I have ordered lines as the default for the right sidebar instead. Can somebody send me the code to change these to bullet points?
February 28, 2015 at 12:26 am #81083Tom
Lead DeveloperLead DeveloperThis should work:
.widget ul { margin: 0 0 1.5em 3em; } .widget ul li { list-style-type: disc; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 28, 2015 at 4:13 pm #81303Joseph
Tom
Appreciate the quick feedback, but I’m using the “Visual Editor” and believe it only uses html. Is there any code for the bullet points in html?
Joe
February 28, 2015 at 11:51 pm #81365Tom
Lead DeveloperLead DeveloperHi Joe,
Insert that code using the CSS plugin in my signature below – then all widgets should act accordingly π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 1, 2015 at 9:29 am #81469Joseph
Tom
Thank you so much for the help. This did work. I was a little confused on how the widget worked. Thanks for filling in the blanks for me.
Joe
March 1, 2015 at 9:33 am #81471Tom
Lead DeveloperLead DeveloperGlad I could help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 1, 2015 at 9:55 am #81490Joseph
Tom,
I thought I was out of the woods with this thing. I did what you told me and watched the changes when I was working side by side with the editor and the site, but when I log out of the editor, it goes back to the order list default. Is there something else I’m not doing?
Sorry,
Joe
March 1, 2015 at 9:58 am #81492Tom
Lead DeveloperLead DeveloperSo now the lists in your widgets don’t have bullet points?
Can you link me to your site possibly?
Can you confirm that you added the CSS I provided above into the CSS plugin in my signature?
We’ll figure it out π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 1, 2015 at 10:08 am #81498Joseph
Admin Link : tfpsales.com
Yeah, it’s weird. It shows on the visual editor and text. When I’m logged in, it works. After I log-out it goes back to order list.
March 1, 2015 at 10:10 am #81499Joseph
Oh, and yes, I did install the CSS plugin and updated the code, but still no beans lol.
March 1, 2015 at 5:38 pm #81695Tom
Lead DeveloperLead DeveloperWhere is the list you’re missing the bullets on? I can see one number list, but can’t see any other obvious lists missing anything.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 1, 2015 at 5:48 pm #81698Joseph
Tom,
It is the number list. I need it changed to bullets instead of numbers.
Joe
March 1, 2015 at 11:53 pm #81771Tom
Lead DeveloperLead DeveloperAh, change the
<ol>
and</ol>
elements to<ul>
and</ul>
.ol = ordered list (numbered)
ul = unordered list (bullets)Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 2, 2015 at 8:47 pm #82053Joseph
Tom,
Thanks for getting back to me, but the elements are
- and
. And that works until I logout of my wordpress website, then it changes back to the ordered list.
March 2, 2015 at 11:51 pm #82079Tom
Lead DeveloperLead DeveloperLogging in/out won’t do anything to saved settings as long as they’ve been saved and sent to the database.
I just looked at the source code and it’s still an ordered list – make sure you’re saving the widget after editing it.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.