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.

Script conflict?

  1. Obviously there is a conflict in the jquery that displays the slides, but I know little to nothing about jquery to correct this issues. Assistance?

    Form styled correctly - http://new.budgetel.com/?page_id=17
    Form not styled correctly - http://new.budgetel.com

    Posted 12 years ago on Friday July 15, 2011 | Permalink
  2. I'm not sure this is related to your slider script.. could be but it looks like the form on your home page isn't being styled correctly because the default forms.css file isn't being loaded. If you check the markup, you'll see that other page does load the stylesheet and that's why you're seeing the difference. If the styles get loaded on the home page, you'll see that the form displays the same

    screenshot: http://bit.ly/puvnRp

    How are you embedding the form? Using a widget or using the php function call? If using the function call, did you remember to properly enqueue your scripts/css in the theme header file?

    http://www.gravityhelp.com/documentation/page/Embedding_A_Form

    http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts

    Posted 12 years ago on Friday July 15, 2011 | Permalink
  3. i used the shortcode -- and there seems to be major css conflict within this theme.

    I manually added the gdforms_css call, and the home page blew up.

    i'll keep plugging at it... dammit

    Posted 12 years ago on Friday July 15, 2011 | Permalink
  4. yeah, if you used the shortcode, the scripts should enqueue automatically unless something in your theme is breaking the shortcode. It could be the slider or another script that's being loaded only on the home page.

    Posted 12 years ago on Friday July 15, 2011 | Permalink