Theme Conflict, Calendar View Not Showing Events

Home Forums Calendar Products Events Calendar PRO Theme Conflict, Calendar View Not Showing Events

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #877672
    Robert
    Participant

    I’ve been searching the forums for a bout an hour. I’ve seen some others with similar issues but nothing seems to remedy my situation.

    I can confirm that the behavior exists even with all plugins disabled. If I switch to a different theme, the calendar works as expected so I’m fairly certain it is a theme conflict. I do not think it is a jquery conflict. I think it is a CSS issue but I cannot determine the offending code.

    URL: http://www.themusicman.com/events/2014-10/

    There is an event that is supposed to be showing up on the 25th of October. If you hover over the date, the tooltip pops-up with display issues. As you can see in the screenshot below, the data is coming through — it just seems like a display: none; or visibility CSS issue. I just cannot seem to find pinpoint anything hidden.

    Screenshot: http://themusicman.com/calendar-bug.png

    Thank you for your time; please advise.

    Strato

    #877762
    Brian
    Member

    Hi,

    I see the issue you are having and you are correct it is a css issue. Your theme has the following css, which is hiding the titles:

    .entry-title {
    visibility: hidden;
    }

    Try adding this:

    #tribe-events-content .entry-title {
    visibility: visible;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #878045
    Robert
    Participant

    That fixed it, thanks so much for your help. For those who run into this issue in the future, the theme I am running is Lightfast by SimpleThemes.

    #879662
    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 ‘Theme Conflict, Calendar View Not Showing Events’ is closed to new replies.