Forum Replies Created
-
AuthorPosts
-
January 15, 2013 at 9:51 am in reply to: Colors not appearing – The Events Calendar Category Colors #30873
Andy Fragen
ModeratorZeke, there still seem to be plugins active other than those related to The Events Calendar. You may have to deactivate those too.
January 13, 2013 at 8:48 pm in reply to: Category Colors not showing in "Events Calendar Settings" #30719Andy Fragen
Moderatorzeke, The Events Calendar Category Colors plugin is not written by Modern Tribe. It’s best to go to the support forum in the WordPress repo. That being said, you must first have events assigned to categories. Once you have events you’ll see the category show up and then you can start to play.
Be sure to rate the plugin and let me know if you have any problems.
Andy
Andy Fragen
ModeratorHey Samantha, glad it’s working for you. If you ever use more than one event category you might want to take a look at The Events Calendar Category Colors.
Andy Fragen
ModeratorTry adding the following to your event.css
.tribe-events-calendar a { color: #fff; }Andy Fragen
ModeratorJennifer, in your theme stylesheet on line 1045 there is a ‘display: none;’
You’ll need to do something with the selector on line 1041 or remove the ‘display:none;’
http://freekidsevents.com/wp-content/themes/picolight/style.css
Andy Fragen
ModeratorJennifer, is there a URL to look at?
Andy Fragen
ModeratorThe proper way to do this is to create a child theme and place your code in the child’s functions.php file.
http://codex.wordpress.org/Child_Themes
Sorry if this is duplicated.
Andy Fragen
ModeratorSalvador, the proper way to do this would be to create a child theme and add that code to your child theme’s functions.php file. Read more about child themes at
http://codex.wordpress.org/Child_Themes
http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/Andy Fragen
ModeratorI have noticed it before. It only seems to show when event has background color. I haven’t seen it in a while but it jogged my memory.
Andy Fragen
ModeratorBarry, this is definitely a thread worth flagging.
Andy Fragen
ModeratorPerhaps we could move this discussion over the Category Colors support thread.
Andy Fragen
ModeratorSorry now out of ideas on this. You may want to start a new thread specifically on this.
Andy Fragen
ModeratorActually try
table.tribe-events-calendar { overflow-x: hidden; }Andy Fragen
ModeratorTry the following, though it may cut off some of your tooltip
table.tribe-events-calendar { overflow: hidden; } -
AuthorPosts
