Viewing 2 replies - 1 through 2 (of 2 total)
  • Your question is timely because I just tried setting this up on a divi site too. Now that I’m connected with the keyring I see that it uses a custom page template to display the events. How dumb, that is not going to work. I really expected better coming from Automattic but this is the state we’re in. I’m off to give this waste of time a 1 star review.

    I’m using this on Divi.
    I’m just using their php template and applied this CSS to tidy things up:

    /*Eventbrite Calendar Styling*/

    .page-template-eventbrite-index-php .entry-header {
    text-align:center;
    width: 100% !important;
    max-width:1080px !important;
    margin:auto;
    padding: 20px 10px 20px 10px;
    }

    .page-template-eventbrite-index-php .entry-content {
    text-align:left;
    width: 100% !important;
    max-width:1080px !important;
    margin:auto;
    padding: 20px 10px 20px 10px;
    }

    .page-template-eventbrite-index-php .page-header {
    display: none;
    }

    .page-template-eventbrite-index-php #sidebar {
    display:none;
    }

    .page-template-eventbrite-index-php .post-thumbnail {
    display:block;
    margin:auto;
    width:50%;
    padding-bottom:20px
    }

    • This reply was modified 6 years, 6 months ago by azoswald.
    • This reply was modified 6 years, 6 months ago by azoswald.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Divi Theme’ is closed to new replies.