• Wordpress made bullets I didn’t ask for and I was unable to put an end to it.

    Doing a backspace removes a new one. But then it comes back.

    How to deal with this?

    • This topic was modified 2 years, 8 months ago by t-p. Reason: Moved to Fixing WordPress from Everything else WordPress

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install and activate “Health Check”: https://www.ads-software.com/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.www.ads-software.com/support/handbook/appendix/troubleshooting-using-the-health-check/

    Are you talking about the bullets on the sidebar menu? or
    the bullets in your documents.

    They are both created by unorder list which is the default be havior for that element.

    if it is on the unordered list you can add code to the additional CSS in the customizer. For example to get rid of the bullets in your sidebar you can add

    nav ul li {
        list-style: none;
    }
    Thread Starter abrogard

    (@abrogard)

    the bullets in the document.
    now I look at it again maybe it’s not as wrong as I thought.

    It has taken that first para without a bullet, that’s good.
    That’s the “The peer reviewed journal…’ para.

    Then it has bulleted the links beneath.
    Well they may have been there in the source document.

    In which case I’m complaining about nothing. I wanted the bullets IT was putting in to stop at that ‘peer reviewed’ para and I’ve seen those bullets beneath it and thought they haven’t…

    but maybe they have…

    Sorry if I’m all in error…

    Thread Starter abrogard

    (@abrogard)

    hmm. I see I can’t edit.

    Ah well. No, it didn’t behave well. Those last two bullet points are not from the source.

    You can see what I’ve done there. I’ve ended and written ‘and it goes on’ and then I’ve provided a link.

    It’s bulleted that link as part of a series of bullet points.

    I don’t want that. Whether I want it or not the point is: how to stop it happening?
    Stop all the auto bulleting would be fine by me.

    This page explains how list styles work. It has an area to test your styles. Try reading through it to see if it helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How To Stop Bullets’ is closed to new replies.