Viewing 7 replies - 1 through 7 (of 7 total)
  • They are list bullets added by your theme’s CSS.

    Thread Starter miraclewhip

    (@miraclewhip)

    Thank you. Do you know if there is a way to remove them just for this plugin and not everything else on my sidebar? Or should I post in a different forum for that?

    Try using Firefox with the Firebug add-on for this kind of CSS work. It should help you to identify what CSS classes or ids you have to work with on the form.
    http://getfirebug.com/

    Plugin Author G-Lock Software

    (@marisp)

    This bug is fixed in the latest 1.1.0 version of WPNewsman. Please, update to the v1.1.0 and clear the cache after update if you use any plugins like W3 Total Cache.

    Thread Starter miraclewhip

    (@miraclewhip)

    Thank you. One other question. I put some checkboxes next to my mailing list signup so people can choose in which situations to be notified. But I don’t see a way to e-mail only people who have checked certain things, or to create separate mailing lists for different people based on what they checked. Do you know how to do that?

    Thanks again for the help.

    Plugin Author G-Lock Software

    (@marisp)

    Sorry, this is not possible because the free version of WPNewsman supports only one list. And in the Pro version you can create different mailing lists only by using different signup forms. Probably you should re-consider your list segmentation.

    Hi guys,
    I’ll fix this bullet list style override in the next update (1.1.1). Meanwhile you can add this code at the bottom of you theme’s style.css:

    ul.newsman-form li {
    list-style: none !important;
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘annoying triangles on the side of my wpnewsman lite signup form’ is closed to new replies.