• Resolved all2gether

    (@all2gether)


    I just updated to the latest version of form manager and now I get standard before every entryfield an bullet. The bullets mess up the placing of the fields in my theme (Minimal theme from Elegant Themes).

    In the past I had this problem only in IE and only within another harmonica component. (It was solved after using another script).
    Just in a page it was looking perfect until now.

    How I diable the bullets without disabeling this for my complete theme (this happend me before).

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter all2gether

    (@all2gether)

    I did a rollback of the prevous version of formmanager. The bullets are gone now. I will wait with new releases until this issue is solved.

    Plugin Author hoffcamp

    (@hoffcamp)

    If you post a link to the page I can take a look. This seems to be a common problem, and the solution is always to modify the CSS of the theme. The ‘form’ tag always has the class ‘fm-form’.

    Thread Starter all2gether

    (@all2gether)

    For example the form at:
    http://www.checklist.nl/proefabonnement/

    Still I don’t understand. Has every form automatic bullets in front of a field? If so can it be standard disabled or be an option to choose?

    Thread Starter all2gether

    (@all2gether)

    Works with your latest version and the !important tag.

    To be sure I put it in my theme CSS so it will be always ok.

    .fm-form li{
    list-style:none !important;

    I have the same issue. How did you fix it exactly?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WordPress Form Manager] Bug: Bullets (LI) visible for fields (after updating)’ is closed to new replies.