akanning
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Featured Highlight Color Not WorkingFixed in update 4.6.10
Thank You!!
Forum: Plugins
In reply to: [The Events Calendar] Featured Highlight Color Not WorkingHey @jaimemarchwinski,
Just an FYI – any attempt to change Featured Events colors does not work, including using the WordPress Customizer! This was the first place I tried to make the change:Customizing > The Events Calendar > General Theme > Featured Highlight Color.
Forum: Plugins
In reply to: [The Events Calendar] Featured Highlight Color Not WorkingSearching on the source for the calendar page I found these three entries:
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {background-color: <%= general_theme.button_bg %>;}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {background-color: #0ea0d7;}
NOTE: This is the ONLY color that featured events have.type-tribe_events.tribe-event-featured {background-color: #dd0000;}
NOTE: This is the custom CSS I put in, which does not workForum: Plugins
In reply to: [The Events Calendar] Featured Highlight Color Not WorkingFYI – I have already tested for conflicts and it is NOT the theme or any other plug-in.
Forum: Plugins
In reply to: [The Events Calendar] 4.6.8 released!Are you going to fix the Featured Event color issue?
Forum: Plugins
In reply to: [The Events Calendar] IE 11 Not Displaying Events in Month ViewAfter hours of research – and a stroke of luck – I was able to figure out my issue. It is not with The Event Calendar or WordPress, it was actually IE 11 compatibility setting issue. I set a global policy to uncheck and gray out the “Display intranet sites in Compatibility View”.