Home › Forums › Calendar Products › Events Calendar PRO › Month View – Event Title not displaying (cont)
- This topic has 10 replies, 2 voices, and was last updated 10 years, 5 months ago by
Brian.
-
AuthorPosts
-
November 20, 2015 at 6:55 am #1028645
Douglas
ParticipantI’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’ );November 22, 2015 at 9:32 am #1029297Brian
MemberHI,
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
November 22, 2015 at 11:22 am #1029322Douglas
ParticipantThanks so much!!
I just removed it! Let me know and thank you!
November 22, 2015 at 3:22 pm #1029343Brian
MemberHI,
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
November 22, 2015 at 7:06 pm #1029361Douglas
ParticipantOk 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!
November 23, 2015 at 7:11 am #1029654Brian
MemberHi,
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
November 23, 2015 at 7:15 am #1029658Douglas
Participantmakes 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!
November 23, 2015 at 9:06 am #1029679Brian
MemberGreat 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
November 23, 2015 at 9:09 am #1029680Douglas
ParticipantTHANK 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
November 23, 2015 at 9:16 am #1029688Douglas
ParticipantI 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!!!
November 23, 2015 at 10:34 am #1029733Brian
MemberGreat, 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.
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!
-
AuthorPosts
- The topic ‘Month View – Event Title not displaying (cont)’ is closed to new replies.
