Calendar blanks when browsing between months

Home Forums Calendar Products Events Calendar PRO Calendar blanks when browsing between months

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #794734
    Paul Stallman
    Participant

    The calendar loads fine, but then when browsing to a new month that month comes up blank. The events are there you can see them in the HTML and you can see them in mouse over, they are just invisible so to speak. Not (white) though.

    #794899
    Brian
    Member

    Hi Paul,

    I can help troubleshoot this with you and get it working.

    I took a look at your site and found this error in the console of my browser:

    ReferenceError: Mobile_redirect is not defined

    Which looks to be coming from this script in the head of your site:

    <script type=”text/javascript”>Mobile_redirect(“http://m.mobilewebsiteserver.com/site/parkspa&#8221;);</script>

    That should help, but to show the events I see the theme has rather loose selector hiding things.

    Try adding this css to your theme or through a plugin such as Simple Custom CSS:

    h3.tribe-events-month-event-title {
    opacity: 1;
    }

    Let me know if that works for you.

    Thanks

    #795284
    Paul Stallman
    Participant

    Thanks that fixed the issue. Thanks for pointing out the JS issue too.

    #796397
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Calendar blanks when browsing between months’ is closed to new replies.