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.

Submit Button Has Changed

  1. sherbs440
    Member

    I just updated gravity forms and now my submit button is gone. How do I get it back? I'm using the thesis theme.

    Thanks, Shawn

    Posted 13 years ago on Tuesday September 21, 2010 | Permalink
  2. sherbs440
    Member

    Here is the site

    http://blog.mudradancestudio.us

    Posted 13 years ago on Tuesday September 21, 2010 | Permalink
  3. The only form I noticed was on the Registration page and I did see a Submit button... I have attached a screenshot:

    http://grab.by/6uJy

    If you can be more specific with your request, which form, what page, what browser/operating system, etc.

    In any event it is most likely going to be CSS related.

    Posted 13 years ago on Tuesday September 21, 2010 | Permalink
  4. sherbs440
    Member

    Sorry, I should have been more specific. The bg image and the styles for the button are missing. The previous style was the default style for the thesis theme. Any suggestions on how to get it back before the update?

    Thanks, Shawn

    Posted 13 years ago on Tuesday September 21, 2010 | Permalink
  5. The Thesis specific background image was removed in the last version so it didn't cause problems with non-Thesis users. You'll have to add that yourself if you want to keep it.

    Other than the background image, the other styles should remain the same. We did get more granular with the Thesis CSS specificity, again to prevent interfering with other non-Thesis themes. The updated button style is below

    body.custom #container #page #content_box .post_box .format_text .gform_footer input.button {border-color:#CCC #999 #999 #CCC; border-right:3px double #999; border-style:double; border-width:3px; color:#111111; background-color:#E3E3E3; cursor:pointer; font-weight:bold; overflow:visible; width:auto !important; font-family: Georgia, "Times New Roman", Times, serif; font-size:1.143em; padding:0.313em 0.25em}

    Here's a screenshot of Gravity Forms 1.4.2 running in a default install of Thesis 1.8. You'll see that the default styles still work fine.

    If you've updated your theme and the structure has changed, then you'll have to adjust the inheritance to match the structure of your theme.

    Posted 13 years ago on Tuesday September 21, 2010 | Permalink