badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Events Calendar Pro by Modern Tribe

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41949
    administrator
    Participant

    I am using the Events Calendar Pro WP Plugin with our site. The events page is here: http://dev.kodiakhealthcare.org/events/. When I hover over an event, the content text displays in a small pop-up. When I click on the event to view the individual event page, none of the content displays. We are currently using an Interface Pro Child Theme. I have tried switching the theme to both Interface and Interface Pro with the same result. When I switch to the default WordPress theme, the event content displays as it should. Please Help.

    Thank You

    #41972

    Hi administrator,

    It seems that entry-header content was disabled by your calendar plugin. So its not displaying. You can add below Custom CSS and it will work fine. Go to dashbaord -> appearance -> customize -> design options -> custom css and paste the below CSS code

    .entry-header {
    display: block !important;
    }

    Thank you!

    #42005
    administrator
    Participant

    That seems to have done the trick.

    Thanks!

    #42081

    You welcome administrator

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.