Month View navigation links issues on Genesis Theme

Home Forums Ticket Products Event Tickets Plus Month View navigation links issues on Genesis Theme

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1327998
    Gergana
    Participant

    Hi,

    I have followed your guide on how to place the navigation links on Top of the Calendar’s Month View. But there is no success. I’ve cleaned the cache but without success. The test website is this one: https://rabotenevent.regresya.com/events
    Could you please assist me in finding a solution on this situation. I am not able to set it on Genesis Theme.

    P.S.
    Just for reference, I am using this customization without issues on my live site with free theme – Cosimo https://event.regresya.com/events (I need this customisation also to work with Genesis Theme.).

    Thank you!

    #1328467
    Patricia
    Member

    Hey Gergana,

    Thank you for reaching out to us!

    I’ve inserted the following code in your site and it worked as expected:

    .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;
    }

    Please make sure that you are not adding this code inside a media query in the end of your child theme. If the issue persists, add this code to the beginning of the style.css file, but add the !important parameter (i.e. replace

    display: block;

    with

    display: block !important;

    ).

    I hope this helps! Let me know if you need anything else and I’ll be happy to assist!

    Regards,

    Patricia

    #1338576
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Month View navigation links issues on Genesis Theme’ is closed to new replies.