Month navigation on top

Home Forums Calendar Products Events Calendar PRO Month navigation on top

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1347167
    Christine Ward
    Participant

    I found a post in the forum which said to add the css below to my custom css to make the Month Navigation appear on TOP of teh calendar instead of the bottom. I have added the css but nothing has changed. you can view the calendar here: https://awesomeadventures.com/event-calendar/

    .tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
    display: block;
    }

    #1347171
    Mathew
    Participant

    Christine,

    The good news is the code is present to display the navigation on your site, however TEC’s CSS (tribe-events-theme-min.css) is overriding it. Try adding the following to your custom CSS. The !important declaration is the key.


    #tribe-events-header .tribe-events-sub-nav li {
    display: block !important;
    }

    Hope this helps.

    #1347174
    Christine Ward
    Participant

    that didn’t work but maybe I was supposed to remove some of the other
    Custom CSS? This is everything I have in there:

    p.tribe-events-back {
    display: none !important;
    }

    .tribe-events-month #tribe-events-header .tribe-events-sub-nav
    .tribe-events-nav-next a, .tribe-events-month #tribe-events-header
    .tribe-events-sub-nav li {
    display: block;
    }

    #tribe-events-header .tribe-events-sub-nav li {
    display: block !important;

    #1347178
    Mathew
    Participant

    Christine,

    Strangely enough, I see the custom CSS being applied inline to https://awesomeadventures.com/events/, but not to https://awesomeadventures.com/event-calendar/.

    I am not sure why it’s not applying to the page/post.

    Your theme does use a child theme. You may want to place the code in /themes/pressive-child/style.css.

    #1347197
    Christine Ward
    Participant

    NVM seems to be working, thanks for your help!

    #1347406
    Courtney
    Member

    Hi Christine

    Thanks for popping in. You mentioned that it seems to be working with @mathewlewis help (thanks for that!). Do you need any further assistance?

    Thanks
    Courtney 🙂

    #1358343
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Month navigation on top’ is closed to new replies.