• Resolved marksjo

    (@marksjo)


    I’m at a bit of a loss as I’ve had this plugin since our website was built and not had any issues with it. Now suddenly my forms have lost all of their formatting. I’ve gone through the process of disabling my plugins, but that didn’t fix it. I’m not an expert, so am reluctant to try and change CSS, and anyway it worked before so why should I need to? I added the wp_head line just prior to </head> which didn’t fix this issue and broke my sponsor carousel plugin, so I moved it back to where it was. I’ve not updated any of my plugins or wordpress, so I’m really just lost as to where to start. My site is http://acenights.com.au/ and the two pages where I use the VFB plugin are http://acenights.com.au/contact-us and http://acenights.com.au/quote Thanks in advance for any help.

    http://wordpress.org/plugins/visual-form-builder/

Viewing 1 replies (of 1 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    Been messing with your theme? wp_head and wp_footer are required in order for all styles and scripts to be included on the page. wp_head should be the last function before </head>.

    I’d look at the Twenty Twelve theme for best practices when making a theme. Also, you should look at wp_enqueue_script.

    If you need more help with your theme, I suggest trying one of the other support forums as they are better suited for those types of questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Visual Form Builder appearance’ is closed to new replies.