Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #201074

    Hello
    I’m using The Events Calendar from Tribe. All is working, but I can’t manage to disable Sidebar.
    http://www.chateau-hautefort.com/maquette/?post_type=tribe_events
    In Event Calendar Config, I choosed “Default template page”, but I don’t understand what template is used. And why a sidebar appears wich I don’t see anywhere in widget…
    event config

    Thanx !

    #201080

    I tried to duplicate template-builder.php in template-events.php, and use it in calendar config.
    It’s the same file, I’ve just disabled ‘get_sidebar();’ in the php code.
    But the calendar don’t appear with my duplicated file…

    #201129

    Hey!

    You can hide the sidebar using this on your Quick CSS:

    .events-archive .sidebar.sidebar_right.three.alpha.units {
    display: none !important;
    }

    Adjust the container size using this:

    .events-archive .container .nine.units {
    width: 100% !important;
    border: none !important;
    }

    Cheers!
    Ismael

    #209383

    Thanx it works perfect ;)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar in The Events Calendar’ is closed to new replies.