Sidebars not displayed in my Calendar pages

Home Forums Calendar Products Events Calendar PRO Sidebars not displayed in my Calendar pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1054362
    Asko
    Participant

    Cant see sidebars in my The Events Calendar plugin pages?
    Using BeTheme and have force sidebars on BeTheme Options > Sidebars, but sidebars not displayed in my Calendar pages.
    What is the solution?

    #1054702
    Geoff
    Member

    Hi Asko,

    The calendar uses it’s own template by default, which does not include a sidebar.

    You can head to Events > Settings > Display and change the settings so that the calendar uses one of the theme page templates instead. Choose the page template that includes sidebar you want, save your settings, and see if that helps make a difference.

    Thanks!
    Geoff

    #1054997
    Asko
    Participant

    I already used that options, no help. I think, if i can make page and add shortcode, then sidebars displayed.
    Using The Events Calendar Shortcode plugin for that, but need to customize list display. Can I make my own event display by category template and display that some shortcode?

    #1055423
    Geoff
    Member

    Yes, that would be possible. Check out our Themer’s Guide because it outlines the steps for customizing the calendar templates.

    Once you identify which templates you would like to customize, I would suggest adding the sidebar shortcode in there and wrapping it in a conditional statement to display on a specific event category. Something like this:

    // Checks for a specific category, then outputs shortcode
    if( tribe_is_tax('category-name-goes-here') ) {
    ...shortcode stuff goes here
    } else {
    ...code for everything else
    }

    Cheers!
    Geoff

    #1055792
    Asko
    Participant

    Have The Events Calendar Shortcode plugin use The Event Calendar template or it own template to display shortcode?

    #1056047
    Geoff
    Member

    I’m not sure, to be honest. The Shortcode plugin was written by someone else and I personally haven’t used it. My guess though (and it’s just that–a guess) is that the shortcode itself can be placed into any template. In other words, it is likely not its own template.

    Does this help answer your question? Please let me know. 🙂

    Geoff

    #1076772
    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sidebars not displayed in my Calendar pages’ is closed to new replies.