• Resolved adieu

    (@adieu)


    I am using the Double OPT-IN For Download plugin and it is great.

    However, one issue is the sign-in form here. When I click in either the name or email boxes a dot or bullet appears.

    The plugin author thinks the issue is the theme.

    Any ideas how I might fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi adiwu. The plugin sets up the form fields as an unordered list. Normally the theme applies a default style to the list elements:

    .entry ul li {
        list-style: square;
    }

    The plugin attempts to override that by applying this CSS:

    .doifd_user_reg_form ul li {
        list-style-type: none:;
    }

    That CSS is invalid due to the colon after “none”, so the theme CSS is applied.

    Thread Starter adieu

    (@adieu)

    Thanks bdbrown,

    Deleted the colon in Jetpack and the dots disappeared.

    Much appreciated,
    Jim

    Glad you got it fixed. If you don’t need any further assistance here please mark the topic as Resolved. Thanks.

    Thread Starter adieu

    (@adieu)

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mysterious bullet in DOIFD plugin form’ is closed to new replies.