Support

Home Forums Event Espresso Premium EE4 with Divi Theme – compatible?

EE4 with Divi Theme – compatible?

Posted: August 10, 2017 at 6:00 am

Viewing 1 reply thread


Brenden Corr

August 10, 2017 at 6:00 am

Hello, I am trying for the first time to use the current version of EE4 (downloaded on August 10, 2015) with Divi theme and I am wondering if I should change the site theme, since I have not run into these issues on any other site I have used EE4 on before:
On this page here: https://salesforcegolfinvitational.com/events/chicago2017/

I have the following issues:
1. In the template selection for the events I only have the option of Default and Blank page
2. I cannot get rid of the side bar like I would like to
3. I added the following css: code, as I would like to move the ticket selector to the very bottom, hide the powered by event espresso, etc. The ordering within the template settings did not change things how I wanted…
.espresso_events h3.about-event-h3.ee-event-h3 { display:none; }

/* Hide breadrumbs on single event pages */
.single-espresso_events .breadcrumbs {display:none;}

#footer2 > span {
display: none!important;
}

/* Hide upcoming datetimes on single event pages */
.single-espresso_events .event-datetimes {display:none;}

/* Hide icons on single event pages */
.ee-icon, .dash-icons {display: none;}

/* Hide powered by message */
.event-espresso-powered-footer {display:none}

/* Hide sponsor events on events page */
.type-espresso_events.sponsors {display: none;}

.ee-social-media-buttons {
display: none;
}

4. I would also like to remove the “published by and date” at the top.

Again, I have successfully done this with another site, example here: https://brightonjonesgolf.com/ and can’t figure out why I am not having the same success now and wondering if it is due to Divi theme.

Thank you!


Josh

  • Support Staff

August 10, 2017 at 12:57 pm

Hi Brendan,

It’s not clear from the CSS that you posted all of what you’re you’re trying to accomplish. Can you post a screenshot of the page and make a note for each change you want to make?

The Powered by Event Espresso message can be removed by changing a setting in Event Espresso > General Settings > Admin Options. You set “Link to Event Espresso in your Registration Page?” to No.

The sidebar can be hidden by adding the CSS from this other topic:
https://eventespresso.com/topic/remove-sidebar-from-single-event-page-and-registration-page/#post-242718

The published by and published on date that Divi adds can be hidden with some CSS:

.espresso_events .post-meta {
display: none;
}
Viewing 1 reply thread

The support post ‘EE4 with Divi Theme – compatible?’ 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