Dates on free version stop suddenly at June 2016

Home Forums Welcome! Pre-Sales Questions Dates on free version stop suddenly at June 2016

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1127515
    Matt Weiss
    Guest

    Hello,

    It seems that my client just pointed out that the calendar just stops at June 30, 2016. Is there a way to have it keep going. I do not think they need the pro version as their calendar is pretty simple but why would it simply just stop at June. Do I need to go to the pro version to make it keep going? They need to be able to book events a few months in advance. Their website is http://www.livepurecafe.com. Please let me know your thoughts. Thanks!!!!

    #1127575
    Geoff
    Member

    Hey Matt and thanks for reaching out!

    Are there any events beyond June? Month View will hide the link to future months if there are no more events to see.

    There is definitely no need to upgrade to Events Calendar PRO. Unless, of course, you want to. 🙂

    Please meet us over in the free forums if you run into any other questions or issues and we’d be happy to help!

    https://wordpress.org/support/plugin/the-events-calendar

    Cheers,
    Geoff

    #1127935
    Matt Weiss
    Guest

    Thanks for the quick reply. That seemed to do the trick. I guess the simplest answer is usually the right one. Thanks! One final question. Can I get rid of the words “Calendar Month Navigation”? The words are right over the months. Thanks again!

    #1128148
    Geoff
    Member

    My pleasure and so glad that helped!

    The text can be removed with some custom CSS:

    #tribe-events-header h3.screen-reader-text {
    display:none !important;
    }
    
    #tribe-events-footer h3.screen-reader-text {
    display:none !important;
    }

    Try adding that to your style.css file or using the Simple Custom CSS plugin and that should do the trick, 🙂

    Cheers!
    Geoff

    #1128156
    Matt Weiss
    Guest

    Thanks so much Jeff, I really appreciate your help on this matter. The CSS did remove the bottom “Calendar Month Navigation” but the top one still remains over the dates which is the real issue. Any way you can toss me some code to get this removed? Thanks again for all of your help….

    #1128169
    Geoff
    Member

    Perhaps try this snippet alone to target all screen reader text:

    h3.screen-reader-text {
    display:none !important;
    }

    Does that do the trick?

    Cheers!
    Geoff

    #1128459
    Matt Weiss
    Guest

    That did it! Thank you so much sir. Have a nice weekend…..

    #1128625
    Geoff
    Member

    Heck yeah! Have a great weekend as well and definitely let us know if any other questions pop up. 🙂

    Geoff

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Dates on free version stop suddenly at June 2016’ is closed to new replies.