Location of "Add HTML before event content" for events list/month view?

Home Forums Calendar Products Events Calendar PRO Location of "Add HTML before event content" for events list/month view?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #109156
    seedscoffee
    Participant

    Where can I find the “Add HTML before event content” code in the templates/pages that dynamically fills into the Events List/Month view page, aka:

    < div class=”tribe-events-before-html” >< /div >

    I’d like to customize the page layout so that the HTML before the event content actually falls before the < div id=”tribe-events-pg-template” > DIV on the page. Thanks!

    #109377
    Barry
    Member

    Hi!

    If you are using the Default Events Template (default-template.php) you could simply relocate the following line:

    <?php tribe_events_before_html(); ?>

    You can find out more about the template override process in our Themer’s Guide – does that help at all?

    #109486
    seedscoffee
    Participant

    That’s EXACTLY what I needed. I used the before_html tag to add in a full-width header image with parallax effects. So that worked great. Thanks for the quick response.

    #136093
    Barry
    Member

    (Closing this out!)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Location of "Add HTML before event content" for events list/month view?’ is closed to new replies.