Rob Cofer
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyBINGO! That did it. Thank you. I’ll copy this to our production site.
Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyI guess “technically” you are correct. If users widen their browsers enough, the days do stay on one line. Try narrowing your browser to about 1,150 pixels (or less). Then you will see MON & WED get split between two lines.
Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyAh, sorry. Got my comment lines mixed up. Improvement, but not completely solved. Now only MON and WED display 2 characters on a line and the last character below. TUE, THU thru SUN are fine. (I have the week start on Mondays.)
Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyYes it is. Are you using the development site URL I stated in my last message? Here is the style block of my Additional CSS; from view-source:https://ollireno.com/development/events/
<style id="wp-custom-css"> .tribe-events .tribe-events-c-top-bar__datepicker-desktop { color: #ffffff; background: #0000ff; } .tribe-events .tribe-events-c-top-bar__datepicker-mobile { color: #ffffff; background: #0000ff; } .tribe-events .tribe-events-c-top-bar__datepicker-separator { background: #ffffff; } .tribe-common .tribe-common-c-svgicon--caret-down { background: #ffffff; } .entry-title { display: none; } # Per TEC Forums :root { --tec-grid-width-1-of-7: 18.25% !important; } </style>Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyInstalled and saved on our development site: https://ollireno.com/development/events/
Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyJust to be sure. The two suggested CSS updates were independent suggestions, correct? I tried the first, it did not work. I removed it and then tried the second. Then removed it.
Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyI’ve replied twice, but don’t know why it didn’t come through…
Yes, we employ Cloudflare. And yes I just “Clear Everything” in the Cloudflare cache. Refreshed the browser, back to the problem website and still no changes. All but “FRI” show two characters with the 3 character under the first.
Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyYes, I’m adding your suggestions to the Additional CSS. And this second try does not work either. Here is a copy of what I have in the Additional CSS. (Just in case you think something we’ve done is now messing these Day of Week labels.)
.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
color: #ffffff;
background: #0000ff;
}
.tribe-events .tribe-events-c-top-bar__datepicker-mobile {
color: #ffffff;
background: #0000ff;
}
.tribe-events .tribe-events-c-top-bar__datepicker-separator {
background: #ffffff;
}
.tribe-common .tribe-common-c-svgicon--caret-down {
background: #ffffff;
}
.entry-title {
display: none;
}
# Per TEC Forums
:root { --tec-grid-width-1-of-7: 18.25% !important; }Forum: Plugins
In reply to: [The Events Calendar] Day of Week Codes do not display properlyNo luck, same display issue. After adding your suggested code and publishing it; here is a snippet when I examine the Page Source:
# Per TEC Forums.tribe-events-calendar-month__header-column {width: unset !important;}</style></head>The first instance of !important in this Page Source is:
@media screen { html { margin-top: 32px !important; } }Forum: Plugins
In reply to: [The Events Calendar] Missing Events Status from REST APIThank you for the reply. I’ll make a feature request.