Support

Home Forums Event Espresso Premium Big white space after filling out registration form

Big white space after filling out registration form

Posted: February 11, 2016 at 5:33 am


marylongworth

February 11, 2016 at 5:33 am

When I fill out the form to register for my event when I go to the checkout page all I can see is a blank space and I need to scroll up to see the checkout info. I think the plugin is clashing with my theme as this did not happen with another theme. The theme is morpheus.. how do I fix this??
Mary

http://ggbr.mxmedia.ie/register/


Tony

  • Support Staff

February 11, 2016 at 7:04 am

Hi Mary,

I see the whitespace after selecting multiple tickets, providing the requested details and clicking to proceed. This does look like an issue with the theme, it you open Chrome dev tools and then close it again the page fixes itself without any other changes.

This is likely an issue with the one page parallax effect within the theme which may need to be fixed by the theme author. The page is loading the registration form, but not altering the size of the page for the payment options, so the #checkout anchor used on the payment options is point half way down the page.

Can you send a copy of the theme to support[at]eventespresso.com so I can take a look at this please? As mentioned this may need to be fixed by the theme author rather than ourselves but I can take a look and see.


marylongworth

February 15, 2016 at 6:06 am

Nobody had got back to me on this issue and I’m supposed to be launching this website in 2 days??? After you fill out the registration form I need the button “Proceed to payment options” to jump to the top of the page instead of half way down, can you tell me where I can find this in the plugins code??
Mary


Lorenzo Orlando Caum

  • Support Staff

February 15, 2016 at 7:41 am

Hi Mary,

This appears to be theme-related. Does the behavior improve if you turn off the site preloader through Appearance –> Theme Options?

http://cl.ly/0U3I0d2M3F2L


Lorenzo


marylongworth

February 15, 2016 at 8:10 am

Hi Lorenzo,

Thanks for you message but that did not work. Yes the plugin must be clashing with the theme but I need to use this theme.. Have you any other suggestions??

Mary


Josh

  • Support Staff

February 15, 2016 at 8:15 pm

Hi Mary,

It turns out the theme is adding the big white space because it uses JavaScript to resize the page on a page load. The trouble is, it doesn’t do the same on an ajax call. Without a fix, it could potentially cut off part of the page as well.

You can apply a fix to force it to resize the page after the content loads. Here’s where you apply the fix: You open up the theme’s js/common.js file and at the very end of the file, you add this:

jQuery( document ).ajaxComplete(function() {
    setTimeout(function(){ jQuery(window).trigger('resize') }, 100);
});

I highly recommend contacting the theme author and ask them to add a permanent fix their theme so the above isn’t needed.


marylongworth

February 16, 2016 at 3:56 am

Hi, thank you so much, this worked! Big thanks to everyone at event espresso, I really didn’t think I would be ready for launch tomorrow and you all really went the extra mile to help me out. Thanks a million, Mary 🙂


Josh

  • Support Staff

February 16, 2016 at 8:32 am

You’re welcome Mary.

The support post ‘Big white space after filling out registration form’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso