Support

Home Forums Event Espresso Premium EE4 Single Event Page issues

EE4 Single Event Page issues

Posted: March 6, 2014 at 2:33 am


Andrew

March 6, 2014 at 2:33 am

I just installed EE4 and am having issues
1. Only the start of the event is showing up
2. I want to get rid of the “venue” link since all the information is on this page
3. I would like to repeat the date/time and location (at least address) at the top of pages. Shortcodes would be best.


Dean

March 6, 2014 at 4:41 am

Hi,

1) Not sure what you mean, could you explain further, and perhaps provide a link to an example?

2) You would need to either modify the template to remove that or use CSS or just unattach the venue from the event via the editor.

CSS: to remove all venues

.event-venues-h3,
.espresso-venue-dv { display: none; }

CSS to remove one events venue (XX is the event ID)

#post-XX .event-venues-h3,
#post-XX .espresso-venue-dv { display: none; }

3) You would need to edit the templates in order to achieve this, we do not have shortcodes for this.


Andrew

March 6, 2014 at 5:39 am

We would like to customise the layout of the single event page. The layout does not suit the event we are running but we can’t find where to change it in the code.

The page we are currently working on is: http://gracebiblechurch.org.au/events/voddie-baucham/

1. The time of the event also only shows the start time, not the finish time.

2. We would like to be able to remove all of the event information below the registration form (time, location). We would like to put in the conference time and location further up the page. I am happy to put this information manually into the conference description if I have to.


Andrew

March 6, 2014 at 6:11 am

Brutal hack:
Found the relevant PHP files:
content-espresso_events-venues.php
content-espresso_events-datetimes.php
and deleted all the code that displayed the content… (copied it to notepad in case I want to put it back again)

It’s a dog-ugly approach, but it worked…


Josh

  • Support Staff

March 6, 2014 at 11:41 am

Hi Andrew,

It turns out that the templates are designed to be modified then copy them to your theme. You can copy the two files you modified into your theme’s folder and they will load from there. The best way to handle custom theme files (and avoid losing any changes when you go to update your theme is create a child theme and copy them to there.


Andrew

March 9, 2014 at 10:01 pm

Ok… I’ll have to ask my tech savy developer how best to do such things… I am just an old school HTML guy and 90% of the tech stuff goes over my head.

As a related aside though, it would be good to be able to choose what displays (and how) on the bottom of a single event page without having to dig through miles of very complex code. Perhaps a feature for the next version up would be to allow the user to specify which pieces they want to show up and at what place on the page (e.g. top or bottom). 4.1? 🙂


Dean

March 10, 2014 at 4:19 am

Hi Andrew,

We have an EE4 feature request form here – https://eventespresso.com/ee4-add-ons-feature-requests/

The support post ‘EE4 Single Event Page issues’ 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