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.

How can I fix Gravity form?

  1. solomonOneims
    Member

    I've installed Gravity Form and widget in wordpress to use it to sidebar. I tried to style it but I got problem in submit button because its too far from textarea. how can I fix it? and How can I remove the onlywire button in sidebar?

    When I add Gravity Form Widget, the onlywire button show up. And when I remove Gravity form widget and replace tags, recent etc... The onlywire button won't show. How to fix?

    here's one of the website : http://hard-money.selectfundingchicago.com/

    Thanks

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  2. The gap between the textarea and the submit button looks to be the clear: both declaration here on line 663 of style.css

    [css]
    .gform_wrapper .gform_footer {
        clear: both;
        margin: 16px 0 0;
        padding: 16px 0 0;
    }

    If you remove that, the gap goes away.

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  3. solomonOneims
    Member

    Great! Thanks Rob,

    One more! how can I remove the onlywire button?

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  4. That's outside of the gravity form, so I would imagine it's either part of the sidebar.php or a widget of some kind in your theme? Is it on every page that has a sidebar? I won't be able to exactly tell you how to get rid of that without looking at your theme files and/or admin.

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  5. solomonOneims
    Member

    Yup, its on every page that has a sidebar form. but how's that when I remove the form and replace it with other widgets like Recent, etc.. and the onlywire button won't show.

    Here's my sidebar.php code :
    <?php
    if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar 1')) { ?>
    <?php } ?>

    I think its in gravity form widget and I don't know what code should I remove.

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  6. Can you send me a link to a page that you are referring to above so I can compare the two.

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  7. solomonOneims
    Member

    check this one : http://hard-money.selectfundingchicago.com/

    I've removed the form and replaced it with Archives.

    I will get back the form as soon as you look at it.

    Thank you very much Rob...

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  8. Ok you can add the form widget back. And that's the only widget that is active in the sidebar when you place the form widget? I may need a login to take a look, if you want you can send that to rob@rocketgenius.com

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  9. solomonOneims
    Member

    Done : http://hard-money.selectfundingchicago.com/

    Okay.. Just a minute..

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  10. This will hide it via css:

    [css]
    li.gravityformswidget a.ow_button_border {
    display: none !important;
    }
    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  11. solomonOneims
    Member

    Great!

    Thank you again Rob!

    Gravity Form is Great! Love it!

    Posted 12 years ago on Thursday November 3, 2011 | Permalink
  12. No problem. Glad you are loving it! :)

    Posted 12 years ago on Thursday November 3, 2011 | Permalink

This topic has been resolved and has been closed to new replies.