We recently switched to the theme Zeen, available from Themeforest. It has a nice page Layout builder, called Tipi Builder. However, the Tipi Builder does not work, if the Event Espresso plugin is active. It gets stuck at “Loading…” I contacted theme author, they suggest contacting Event Espresso Support.
You can enable WP_DEBUG error logging, which will log the error. Likely that’s a fatal error where some EE code isn’t loaded, but the Tipi Builder is loading something that requires some specific EE code. You can follow this guide to set up error logging:
WP_DEBUG enabling did not report any error. However, Chrome Developers console reports:
Uncaught TypeError: n is not a function
at window.webpackJsonp (dep.js?ver=2.0.4:1)
at main.js?ver=2.0.4:1
If I disable the Event Espresso and use the Tipi Builder from the Zeen theme, then the Jquery error “n is not a function…” is not thrown in the COnsole, and the Tipi Builder loads.
Whilst this appears to be an issue with the theme rather than EE (I suspect EE is another symptom of the cause rather than the cause itself) if you can send us a copy of the theme we can take a look and see if we can prevent the error.
You’ll need to host the themes .zip file somewhere and post the URL here for us to download (you can set the reply as private if preferred).
Ok, in a nutshell the problem is due a to conflict with the theme’s build process and ours.
This isn’t something we can ‘fix’ on our end however we do have a filter built into EE to stop it loading its assets which does prevent the theme from throwing an error. Add this snippet to your child theme’s functions.php file:
The support post ‘Conflict with Premium Theme Zeen’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.