next/previous buttons in Month view

Home Forums Calendar Products Events Calendar PRO next/previous buttons in Month view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1059252
    Edwin
    Participant

    Hello Tribe-

    I somehow managed to remove the next/previous (December/February) buttons from the header in Month view. I thought I might have changed them to display: none, but that is not the case. The only CSS I wrote for those elements was to change the link, hover, etc colors. Is it possible that I did something else? Is there a quick fix to get them back? I still have the footer links – just not the header links.

    #tribe-events-header .tribe-events-sub-nav a {
    color: red !important;
    }

    #tribe-events-header .tribe-events-sub-nav a:link {
    color: red !important;
    }

    #tribe-events-header .tribe-events-sub-nav a:visited {
    color: red !important;
    }

    #tribe-events-header .tribe-events-sub-nav a:hover {
    color: #FF9933 !important;
    }

    Thanks,

    Edwin

    #1059630
    Geoff B.
    Member

    Good evening Edwin and welcome back!

    Thank you for reaching out to us and we would love to help you to bring back the buttons in the header.

    You are right, based on the CSS you provided, there is nothing in there that would hide the buttons.

    Is it possible you have done a template customization using our Themer’s guide ?

    If that is the case, you will have to check in /tribe-events/month/content.php which is where the navigation buttons are defined.

    Let me know if that helps ?

    Have a great night,

    Geoff B.

    #1078139
    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 ‘next/previous buttons in Month view’ is closed to new replies.