Support

Home Forums Event Espresso Premium Publish EE on my website

Publish EE on my website

Posted: December 12, 2018 at 7:11 am

Viewing 3 reply threads


senetics

December 12, 2018 at 7:11 am

Hello,

we use EE 4.0. After we created our events we want now to publish EE on our website.
We want to publish all together and not step by step by copying the links of the events.
We used this instruction: https://eventespresso.com/wiki/how-to-show-the-events-list-page-in-your-website-navigation/
but we only see the button for “Events” on our website. If you click on the button it says Error and there are no Events shown.
How can we solve this?


Josh

  • Support Staff

December 12, 2018 at 7:17 am

Hi,

You’ll first need to go in to edit the events, and click on the Publish button. After you do that, your events will be shown on the /events/ page.


senetics

December 12, 2018 at 7:52 am

Thank you very much!

But there are some more questions now.

https://imgur.com/FjaQbXW

How can we delete the image placeholder and everything else so that only the title and the date of the event is shown?


Tony

  • Support Staff

December 13, 2018 at 7:03 am

Hi there,

A lot of the output is controlled by your site’s theme, EE just injects the event content into the post. The placeholder image is from the theme and the event content is from EE, some of that can be removed with some options in EE.

Go to Event Espresso -> Events -> Templates.

Under the ‘Event List Pages’ options you’ll find various settings for what EE displays on that list.

For the image, you can use some CSS to hide the image and make the post content full width:

.post-type-archive-espresso_events .post-image-container {
    display: none;
}
.post-type-archive-espresso_events .post-text-container {
    width: 100%;
}

You can add that under Dashboard -> Appearance -> Customize -> Additional CSS

Viewing 3 reply threads

The support post ‘Publish EE on my website’ 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