New Topic

Events Calendar Not Displaying Title in Widget

Home › Forum › Plugins › Events Calendar Not Displaying Title in Widget

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 4 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1840

    mapasy
    Participant

    Hello! I’m using Modern Tribe’s free version of their Event Calendar, and have their events-listing widget incorporated in a sidebar. This sidebar widget works fine on my website *except* for the landing page, where the Title of each calendar event is not displaying (just the date/time).

    Here’s what’s happening on a parred-down version of my site:

    Widget not displaying correctly: http://www.myhoaplace.com/west-rock/residents/
    Widget displaying correctly: http://www.myhoaplace.com/west-rock/residents/assessments/

    The issue seems to be here: <h4 class=”entry-title summary”>

    Is there some css associated with the landing page that is causing the h4 title not to display?

    (Note: I have made some css custom changes to tweak how the fully functional widget displays (margins/font-size), but this issue was happening before I started modifying the code).

    Thanks! – Mary

    #1842

    StartupWP
    Keymaster

    In your custom CSS, change:

    .home .entry-title {
      display: none;
    }

    to:

    .home #content .entry-title {
      display: none;
    }
    #1843

    mapasy
    Participant

    Perfect, sorry I missed that, thanks!! – M

    #1847

    StartupWP
    Keymaster

    You’re welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.