Customise single event view

Home Forums Calendar Products Events Calendar PRO Customise single event view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #964096
    Chui
    Participant

    Hi,

    I am currently using the Defaults Event Template. But for the single event view, I would like to show the right sidebar (default page template view).

    I am trying to customise default-template.php. I tried the following but I end up getting a huge space between the header and the event content.
    <?php
    if ( is_singular() && tribe_is_event() ) {
    get_sidebar(sidebar’);
    }

    I would really appreciate it if someone can help me figure out how I can squeeze the event content into the space next to the sidebar so it looks like the regular page template view.

    Thank you!

    ?>

    #964235
    George
    Participant

    Hi Chui,

    We unfortunately do not offer support for customizations here, but hopefully we can at least help you figure out what’s going wrong here and point you in the right direction for how to fix things.

    The first thing to note is that default-template.php is not an Events Calendar template file. If this is file within your theme, then your best course of action here is to contact your theme developer for insight on how to make this customization.

    Next, if you’re curious about how the Events Calendar templating system works itself, which might be helpful here, I’d recommend reading through our “Themer’s Guide” here → https://theeventscalendar.com/knowledgebase/themers-guide/

    That should at least help clarify the difference between template files included within The Events Calendar, and template files that are outside of it and in your theme itself.

    Let us know if this information helps, and any further questions you might have related to it 🙂

    Thank you!
    George

    #984174
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customise single event view’ is closed to new replies.