lwillisjhls
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullCalendar] Change calendar text font colorFor some reason this didn’t work for me, so I dug around for the class names and came up with this to make the text black (staging site at https://new.jhlibrary.org):
.fc-title
{
color: #000000;
}.fc-time
{
color: #000000;
}This doesn’t include bold, of course, so that can be added in.
Now the search results are intermittently including events. Not sure why.
@angelo_nwl Thanks. I’m not familiar enough with media queries, so I will do some research.
Forum: Plugins
In reply to: [WP FullCalendar] Hide past events?I would like to know about this as well. Is there code that will show current and future events?
I was able to find where to change it in Settings > Formatting > Events > Events Page > List events by date title. I changed the time format to #F #j, #Y and it looks great. I also needed the day of week on the calendar itself to show, so in Date/Time Format, I put l, m/d/Y (lowercase L, not the number one) and it also works.
Now all I need is a way to hide past events, and I’ll be all set.
@andrewza I figured out the problem. I am using the Complianz plugin for my GDPR requirements, and it was blocking the reCAPTCHA as if I didn’t accept the cookie. I went into the settings and chose Disable Cookie Blocker, and now the reCAPTCHA is hidden since I switched to v3. Thanks!
Thanks for your reply. The interesting thing is that even removing the field and resaving did not remove the field from the form, so I had to deactivate the plugin. I temporarily put it back so you can see what’s happening.
This is from the staging site: https://new.jhlibrary.org/contact/
I enabled v3 this time and replaced the site and secret keys, and it’s still appearing.