Posted: December 27, 2015 at 9:25 am
|
Hi, I am having problems with the EE4 registration. Before I was able to create an event and have a registration part and everything worked well for 2015, but as I create new events for 2016 the registration section does not even show up. The questions and forms people have to fill out to sign up for the events are not showing up on my site. It just says its upcoming and the page is blank. https://drive.google.com/file/d/0B4yS6ZFFjkFNSEZsX0VLUWJOdEk/view?usp=sharing https://drive.google.com/file/d/0B4yS6ZFFjkFNVi01bE1hMFgwYzA/view?usp=sharing |
Hi Anthony, Thanks for sharing that screenshot. Was there an event description added? How about an excerpt for the event? Also, are you on the latest version of Event Espresso 4? https://eventespresso.com/wiki/ee4-changelog/ — |
|
|
Hi Lorenzo, I am using 4.8.27.p No event description and no excerpt. |
|
Hi Lorenzo, I figure it out, thank you for all your help. I just needed to add in the shortcode. Thank but I do have another question, I’ll create another ticket for it. Have a great night. |
Hi Anthony, Can you provide further details on what it is you added in please? The single event page should not need an additional shortcode to work correctly so I’d like to double check what the issue is. |
|
|
Hi Tony, I add the shortcode to the text. Here is a screenshot of the EE4 registration section with the code I copied from the shortcode next to the “Permalink”. https://drive.google.com/file/d/0B4yS6ZFFjkFNem5vTzFPamNsaGc/view?usp=sharing |
Hmm, yeah that shouldn’t be needed. Could you send me a copy of the theme so I can take a look at what its doing please? If so you’ll need to host the file somewhere (Dropbox for example) and then email a link we can use to download it from to support[at]eventespresso.com |
|
|
I just sent you a dropbox link, not sure if this is what your looking for? |
Hi Anthony, Thank you but that’s your themes .css file, I’d like to view the themes template code. Can you send me the full theme .zip you downloaded when you purchased the theme? |
|
|
**REMOVED** – Tony Warwick
|
Thank you. I have removed the link from public view (support can still see it) I’ll take a look and see what I can find. |
|
|
Hi Tony, did you get a chance to look at the theme? |
Hi Anthony, Apologies for not keeping you in the loop with this, I did take a look at the theme. The problem is how the theme is using get_the_excerpt() within all pages. There’s a function within the theme called imic_excerpt() that is called for all posts, it looks like this:
The problem is that get_the_excerpt() will check if you have an excerpt within your post and if not it runs the_content() to generate one for you. Event Espresso tracks the_content() to make sure we only add our details to the page once for the post, so when it runs once with imic_excerpt() at little late on in the page the_content() runs (which EE would normally add the event details to) and EE ignores it because its already been run once before on the page… So a quick fix is to add an excerpt to your events rather than letting imic_excerpt() generate one for you, that will then mean EE will add the event details into the page without a problem. We have a ticket to work around this problem, I have added this ticket to the thread and will post any updates here. |
|
Hi Anthony, We have a fix that works around the get_the_excerpt() issue and it will be in the next version release of Event Espresso. You can get an early copy by downloading from this link. |
|
|
Hi Josh, Thank you, you guys are awesome. Happy New Years Eve! |
|
When I try installing the file. This message pops up “Unpacking the package… Installing the plugin… Destination folder already exists. /home/content/p3pnexwpnas09_data02/11/2585611/html/wp-content/plugins/event-espresso-core-reg/ Plugin install failed.” |
That’s because you have the release version of EE installed and you are trying to install another version at the same time. You’ll need to de-activate and delete the current version of Event Espresso you have installed and then install activate the version Josh provided, or you can wait for the next version of EE to be release that include the above fixes 🙂 You won’t lose any of your events or registrations etc when doing the above but we still recommend creating a backup of the database, just to be safe. |
|
Update: The latest release of Event Espresso 4 includes the fix. |
|
The support post ‘EE4 Registration Forms/Status’ 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.