Month View – Event Title not displaying (cont)

Home Forums Calendar Products Events Calendar PRO Month View – Event Title not displaying (cont)

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1028645
    Douglas
    Participant

    I’m having the same problem as described in the following thread https://theeventscalendar.com/support/forums/topic/month-view-event-title-not-displaying/

    I’ve tried the following code to show the titles and when I completely turn off responsive behavior it works but if i set it to a width it never does not matter what I configure the number to.

    Any help would be greatly appreciated! Mobile is huge for me so I want this to go to the dots once a certain size but when on screen the appropriate size I want it to show the titles!

    Thank you!

    —–

    WORKS:

    add_filter( ‘tribe_events_kill_responsive’, ‘__return_true’);

    ——–

    DOES NOT WORK 🙁

    function customize_tribe_events_breakpoint() {
    return 200;
    }
    add_filter( ‘tribe_events_mobile_breakpoint’, ‘customize_tribe_events_breakpoint’ );

    #1029297
    Brian
    Member

    HI,

    Thanks for using our plugins. I can help out here.

    I visited your site and see the titles so I believe you have the responsive turned off.

    Can you turn it back on? I am not able to reproduce the issue so I will need to see it live to help out.

    Let me know.

    Thanks

    #1029322
    Douglas
    Participant

    Thanks so much!!

    I just removed it! Let me know and thank you!

    #1029343
    Brian
    Member

    HI,

    I visited the site again and I see the titles and the calendar is not responsive.

    Do you have caching on your site that might prevent this change from happening?

    Thanks

    #1029361
    Douglas
    Participant

    Ok I’ve disabled caching and everything is basically at defaults..

    If you would like access then let me know. I’m running the pro version also

    Thank you!

    #1029654
    Brian
    Member

    Hi,

    I visited the site and everything seems to be working for me. I can see the full month view as normal.

    Did you have W3 Total Cache CSS minify on or something similar?

    If so that can break the display of the calendar as our css is already minified.

    So doing it twice tends to create these kind of issues.

    Thanks

    #1029658
    Douglas
    Participant

    makes sense. yes i did. wow – i did not see it was fixed. ok… one more problem.. the calendar widget… take a look at http://news.dabcc.com and on the right you will see the calendar widget… it is really skewed? any thoughts there?

    Thanks much!

    #1029679
    Brian
    Member

    Great glad that helped one issue.

    As for the Mini Calendar your theme has too general css and it is breaking all the padding for the calendar.

    I found this css helps most of it:

    .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar tbody tr td,
    .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar thead.tribe-mini-calendar-nav tr td {
    padding: 0 !important;
    }

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

    The title is still off, but I was unable to find a solution for that and theme compatibility is beyond the support we can provide for the most part.

    This is the css in the theme that is causing the issues:

    table:not(#wp-calendar) tbody tr > * {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color rgba(231, 231, 231, 1);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: 14px 20px 15px;
    }

    table:not(#wp-calendar) tbody tr:first-child > *, table:not(#wp-calendar) thead tr:first-child > * {
    border: medium none;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 17px 20px;
    }

    I found look there to make the css not so general.

    Cheers

    #1029680
    Douglas
    Participant

    THANK YOU!!! I will try it ! 🙂 Loving the plugin.. I have big plans for this… 🙂

    and soon to buy the Community plugin too…. I really want… The ability for people to pay to post events 😉 you guys need that 😉

    Thanks! Great plugin and great support! 🙂 thank you!

    DB

    #1029688
    Douglas
    Participant

    I removed that code from the Theme’s CSS. looks much better. I don’t think I need that.. it is a calendar they provide, i think 😉 so i will see if it breaks anything else but … so far I like it much better…

    thanks so much!!!

    #1029733
    Brian
    Member

    Great, glad it helps.

    We are interested in making that a feature for Community Events. If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.

    http://tribe.uservoice.com/

    I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Month View – Event Title not displaying (cont)’ is closed to new replies.