Any idea why content is hidden in calendar view?

Home Forums Calendar Products Events Calendar PRO Any idea why content is hidden in calendar view?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #54199
    Justin
    Participant

    Check out http://ncmf.pricelessmisc.com/calendar. There should be a whole photo grid of events there, but you can’t see them. You can, however, click on them, and drag seemingly invisible photos off the site and onto your computer’s desktop.

    I’ve tried killing off all my theme CSS and still this problem remains. I figure you all might have a better idea what’s going wrong than I, as this new plugin code is a little foreign.

    Thanks!

    #54356
    Jonah
    Participant

    Hi Justin,

    There appears to be some script errors on the page unrelated to our plugin that is preventing our plugin from fading the photos in on page load. You can either fix the script errors or you can manually override the CSS which is setting the opacity of the div container to ‘0’ like so:

    tribe-events-content-wrapper #tribe-events-photo-events {
    opacity: 1;
    }

    Add that to your theme’s style.css file. I hope that helps!

    – Jonah

    #54366
    Justin
    Participant

    Found the errors, thanks!

    #54503
    Jonah
    Participant

    Sounds good Justin, I’m going to close this out then but let us know if you need help with anything else.

    – Jonah

    #979580
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Any idea why content is hidden in calendar view?’ is closed to new replies.