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 on Export page not showing, sometimes

  1. If I have a very tall browser window, 1600px is my example, the Export button appears fine on my export page, example here: http://derosia.com/wallpapers/topher_desktop_20110726122014.jpg

    At more normal browser heights, 900px in my other example, it doesn't appear at all. http://derosia.com/wallpapers/topher_desktop_20110726200201.jpg

    This is fine for me, since I can have a very tall browser if I want it, but the others on my team run screens more like 1440x900 and can never see the button.

    Any ideas?

    Posted 12 years ago on Wednesday July 27, 2011 | Permalink
  2. Which browser are you using? Looks like Firefox on a PC? Also, are you experiencing this behavior in other browsers?

    Posted 12 years ago on Wednesday July 27, 2011 | Permalink
  3. That was Firefox in Linux. I get the same in Chrome in Linux, here's a shot of that: http://derosia.com/wallpapers/topher_desktop_20110728194053.jpg

    It looks like the button is allowed to hide behind the wordpress footer.

    Posted 12 years ago on Thursday July 28, 2011 | Permalink
  4. That footer isn't the standard WordPress footer. It's either being output by Ozh plugin or by whatever customization is adding the VNN logo and branding. edit: I checked and the default footer with the Ozh plugin looks like this.. which is just fine.

    screenshot: http://bit.ly/ru4Nj1

    So I'm assuming whatever is adding the branding is the source of the problem. The footer is probably "pinned" to the bottom of the viewport with an absolute or fixed position property and it's covering content it shouldn't. It's not a Gravity Forms issue.

    Have you tried it with another theme activated or tested for a theme/plugin conflict?

    http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict

    Posted 12 years ago on Thursday July 28, 2011 | Permalink
  5. It was the combination of the OZH footer and the branding footer. I put this in:

    #footer-ozh-oam {
      position: absolute;
      bottom: 17px;
      left: 300px;
    }

    which took the text : "Thank you for using Admin Drop Down Menu, a wonderful plugin by Ozh"

    and stuck it to the bottom, just enough to the right of my branding footer.

    That took care of it.

    Thanks!

    Posted 12 years ago on Sunday July 31, 2011 | Permalink
  6. Cool. thanks for the update.

    Posted 12 years ago on Sunday July 31, 2011 | Permalink

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