[Resolved] Right Sidebar unability to make bullet points

Home Forums Support [Resolved] Right Sidebar unability to make bullet points

Home Forums Support Right Sidebar unability to make bullet points

  • This topic has 22 replies, 3 voices, and was last updated 9 years ago by Tom.
Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #81069
    Joseph

    I can’t seem to find a fix to include bullet points on the right sidebar on my website:

    http://tfpsales.com/

    I have ordered lines as the default for the right sidebar instead. Can somebody send me the code to change these to bullet points?

    #81083
    Tom
    Lead Developer
    Lead Developer

    This should work:

    .widget ul {
        margin: 0 0 1.5em 3em;
    }
    
    .widget ul li {
        list-style-type: disc;
    }
    
    #81303
    Joseph

    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

    #81365
    Tom
    Lead Developer
    Lead Developer

    Hi Joe,

    Insert that code using the CSS plugin in my signature below – then all widgets should act accordingly πŸ™‚

    #81469
    Joseph

    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

    #81471
    Tom
    Lead Developer
    Lead Developer

    Glad I could help πŸ™‚

    #81490
    Joseph

    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

    #81492
    Tom
    Lead Developer
    Lead Developer

    So 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 πŸ™‚

    #81498
    Joseph

    tfpsales.com

    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.

    #81499
    Joseph

    Oh, and yes, I did install the CSS plugin and updated the code, but still no beans lol.

    #81695
    Tom
    Lead Developer
    Lead Developer

    Where 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 πŸ™‚

    #81698
    Joseph

    Tom,

    It is the number list. I need it changed to bullets instead of numbers.

    Joe

    #81771
    Tom
    Lead Developer
    Lead Developer

    Ah, change the <ol> and </ol> elements to <ul> and </ul>.

    ol = ordered list (numbered)
    ul = unordered list (bullets)

    #82053
    Joseph

    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.

    #82079
    Tom
    Lead Developer
    Lead Developer

    Logging 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.

Viewing 15 posts - 1 through 15 (of 23 total)
  • You must be logged in to reply to this topic.