Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ambrosite

    (@ambrosite)

    I have no idea. I have never seen anything like that before, and there is nothing in the plugin code that could possibly cause that. I would suggest using a tool like Firebug to examine those circles and see how they are marked up. That might give a clue as to where they are coming from.

    Thread Starter brokoli

    (@brokoli)

    It’s not a bug and I know what they are. Those are actually “list dots” (sorry, I don’t know how this is called in english, I hope you know what I mean).

    If I remove

    'thumb' => 'medium',

    from the code mentioned above I get this (see the attached picture)

    Picture

    Plugin Author ambrosite

    (@ambrosite)

    Okay, I understand now. That is a CSS issue; you need to set the ‘list-style-type’ property to ‘none’.

    https://www.w3schools.com/cssref/pr_list-style-type.asp

    Thread Starter brokoli

    (@brokoli)

    Solved, thank you very much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I get rid of this?’ is closed to new replies.