PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

gforms_css-css

  1. I am using a shortcode to add a simple contact form to page. By viewing the source code, I can see that a stylesheet is being loaded in the document body and not the header. This is causing the page to load a bit slower.

    '<link rel='stylesheet' id='gforms_css-css' href='http://anydomain.com/wp-content/plugins/gravityforms/css/forms.css?ver=1.6.12' type='text/css' media='all' />'

    A GravityForm script (function gformInitSpinner_1()) is being written in the <head> tag so why can't the stylesheet be added there as well?

    Posted 10 years ago on Friday June 21, 2013 | Permalink