Forums

WordPress Form Manager
[resolved] small green stars next to form titles? (8 posts)

  1. web93
    Member
    Posted 10 months ago #

    How do I remove the little green stars to the left of each title in my form? Where are they coming from? Why? How? Help!!

    See here: http://motivationalspeakershub.com/listing-set-up-service/

    They don't appear after line breaks in text editor, only in the form. I can't find any trace of them anywhere!

    I fear its a theme/plugin clash problem, however I can find no trace of their existence in any code, documentation, FAQ or forum.

    Many thanks in advance

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

  2. ronbme
    Member
    Posted 10 months ago #

    I would check in your theme's style.css file for a conflict.

    This plugin also has a style.css, but the only asterisk in the plugin is the red asterisk after the label indicating a required field. (You have some of those in your form.)

    You might have to do some renaming to solve the conflict.

    I'm not the author. He might have other thoughts. I'm just trying to help out.

    Ron

  3. hoffcamp
    Member
    Posted 10 months ago #

    Ron is right. The problem is some file called '-green.css' adds a background, the little green star image, to 'li' elements. I don't know how the theme you are using works, so I don't know the best place to add CSS, but if you put the following somewhere the stars should go away:

    .fm-form li{
    background: none !important;
    }

    Just keep in mind, if you put this in the 'style.css' file in the form manager plugin your changes will be lost the next time you upgrade. I noticed that your page loads a 'custom.css' file with your theme, so I am guessing there is a way to keep customizations in your theme files. That would be the better way to go.

  4. web93
    Member
    Posted 10 months ago #

    thanks so much, really appreciated - i'm now having the same with a paypal plugin here: http://motivationalspeakershub.com/listing-set-up-service-2/

    I know it has nothing to do with you/its a different plugin but if you have any ideas i would be forever in debt! i'm confused as it doesn't have a css file?

  5. hoffcamp
    Member
    Posted 10 months ago #

    You can get rid of the green stars in general by removing .fm-form from what I gave you before.

  6. hoffcamp
    Member
    Posted 10 months ago #

    FYI I noticed you put the CSS into the syle.css file for the form manager plugin. If you ever update, you will have to redo the changes. I would imagine your theme has a way of adding custom CSS that won't get lost after an update.

  7. web93
    Member
    Posted 10 months ago #

    awesome, yeh thanks I've moved it the custom.css file.
    really appreciate your help, just sent you a little donation ;-)

  8. hoffcamp
    Member
    Posted 10 months ago #

    Thank you!

Reply

You must log in to post.

About this Plugin

About this Topic