Viewing 4 replies - 1 through 4 (of 4 total)
  • edit the css in the contact form plugin might be the easiest. Better yet, comment out “add_filter(‘wp_head’, ‘wpcf_css’);” and put the css in your theme css to edit.

    Thread Starter davidbabylon

    (@davidbabylon)

    Beel, thanks for the quick response. ??
    I hate to be a bother, but could you give me a little more detailed information of what you mean. I am becoming more and more familiar with CSS and looked all over the WordPress codex but still have much to learn. If you could break down what you just told me into simple to follow instructions I’d be enternally grateful.

    Thanks again.

    Thread Starter davidbabylon

    (@davidbabylon)

    I got it figured out and have it working fine now. Thanks again!

    I see you took the former route. To be a “true” plugin (meaning just drop in and activate) many of the plugins insert code into every page regardless of whether or not it is needed so you don’t have to edit additional files.

    In the case of this plugin, it inserts the css for the form in the header of each page using the add_filter, instead of saying, “Activate the plugin and add this css into the file called style.css”.

    I prefer to have most, if not all, of my css “stuff” in style.css. So what I was suggesting was to put a “//” in front of the add_filter so that it would not run. Then copy all the css in the plugin into your style.css. Essentially all that does is remove the css from your header and puts it into your style.css thus you don’t have to go to the plugin each time you want to make a change in the form layout. That’s all.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contact Form Problem’ is closed to new replies.