Support

Home Forums Event Espresso Premium Blank Registration Checkout Page

Blank Registration Checkout Page

Posted: December 13, 2018 at 4:27 pm


lt3030

December 13, 2018 at 4:27 pm

Issue: Just recently (after 2 yrs of use). Upon selecting the number of tickets and clicking on “Register Now” we are taken to a blank page with only theme header and footer (even sidebar is missing).

I’ve read through several similar topics within these forums. Have tried/checked:

Critical Pages: Page Status OK Shortcode OK
Upgrade Plugin Core to: EE Version 4.9.75.p
WordPress: upgraded from 4.9.8 – 5.0.1
PHP upgraded to 7.0
Enabled Logging on EE: No fatal errors apparent
Deactivated all plugins except EE and EE calendar add-on – still no success!

Any thoughts on how to resolve this issue?


lt3030

December 13, 2018 at 4:30 pm

Sorry website is: https://lolaartswi.com


Josh

  • Support Staff

December 13, 2018 at 4:54 pm

Hi,

Thanks for including the link to the site. I selected a ticket for one of the events and I can see that the page is blank. If I remove the CSS using Firefox’s dev tools, the form is visible then, here’s a screenshot of that:
https://slack-files.com/T02SY781D-FETH45PL3-5a6e2f2ca7

Knowing that the html is there narrows things down a bit. One possibility is the theme is having an effect on the page, which could be ruled out by hitting the Customize button, then preview another theme.

Another possibility is the breakage could be caused by some extra html in the page before or after the [ESPRESSO_CHECKOUT]. This could be ruled out by going to edit the page, switch to Text editor view, then remove anything that doesn’t look like it belongs.

A third possible cause of the breakage could be if there are some custom templates being loaded. If those are found, they could be temporarily removed so the default templates load instead.


lt3030

December 13, 2018 at 5:24 pm

THANK YOU!!!! Yes, indeed this was a conflict with the theme. Rolled back to previous version and all is working fine.


Josh

  • Support Staff

December 14, 2018 at 8:43 am

Wow, that’s good to know. I was interested to see if there’s a way to avoid that conflict with the theme, and saw that the Sela theme is available to download from wp.org.

If you’d like to update to the current version of the theme, you could add the following code to your site:

add_action( 'loop_start', 'ee_move_cart_markup', 1 );
function ee_move_cart_markup(){
  if( is_page( ) ) {
  remove_action( 'loop_start', array( EED_Single_Page_Checkout::instance(), 'set_checkout_anchor' ), 1 );
  }
}

You can add the above to a functions plugin or, if avaialable, into your WordPress child theme’s functions.php file.


lt3030

December 14, 2018 at 9:16 am

Gold Star for Josh!! I didn’t design this site, but did add a child theme since taking over the maintenance of this site. Adding your code to the child functions.php allows me to keep the parent theme updated.

THANK YOU AGAIN … GREAT SUPPORT!!!


Josh

  • Support Staff

December 14, 2018 at 9:37 am

Fantastic! I’m glad to hear that all worked.

The support post ‘Blank Registration Checkout Page’ 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