Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Mike,
Changes to events-mini-ajax.css are not supposed to be recognized because that file cannot be overridden like the events.css file can. Please see our themer’s guide for a more detailed explanation on this and what can actually be overridden in the plugin: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
I hope that helps!
– Jonah
Jonah
ParticipantHi Mark,
Well that works for me. You’ll need to play around with the CSS a bit yourself to remove that border. Good luck!
– Jonah
Jonah
ParticipantHey Tom,
Glad this all worked out for you. If there’s anything else you need, don’t hesitate to ask.
Cheers,
JonahJonah
ParticipantHi Tom,
Your tooltips are not working because of some overflow: hidden; rules hiding the tooltips which need to “overflow” outside of the days in the calendar. To fix this, make a copy of /wp-content/plugins/the-events-calendar/resources/events.css and place in an ‘events’ folder in your theme. Then, find line 165:
.events-archive .post {
overflow:hidden;
margin-bottom:0;
}
…and remove the overflow: hidden declaration.Then, one other change to make. In your theme’s style.css on line 735 you have:
.post, article.page {
border: 1px solid silver;
background: white;
padding: 25px 15px 1em 15px;
clear: both;
overflow: hidden;
margin-bottom: 10px;
}
…again, remove the overflow: hidden – this may have some unintended consequences elsewhere in your theme and you’ll need to find a developer to help you remedy them if you can’t figure it out yourself. But this should get you going in the right direction 🙂On the category colors, we have a tutorial on this: https://theeventscalendar.com/coloring-your-category-events/ and one of the users in our community just wrote a nice plugin that does this too: http://wordpress.org/extend/plugins/the-events-calendar-category-colors/
Cheers,
JonahJonah
ParticipantHi Mark,
Do you mean this gray box: http://cl.ly/132z3a3w2K1z401n0K2c
If so, just add the following to your theme’s style.css file:
#sidebar .eventsListWidget li, #sidebar .eventsAdvancedListWidget li {
border: 0;
}
I hope that helps!– Jonah
Jonah
ParticipantHi Carter,
Sorry this hurt but I cannot spend the time digging through your theme’s custom code to try and figure out what the problem could be. This is your responsibility since it’s your custom theme code. It would likely take me the same amount of time as it would you if not more. Have you tried turning debugging on within your wp-config.php file to see if there are any obvious errors pointing to specific line numbers?
– Jonah
Jonah
ParticipantHi John, sure. Take a look at my comment here: https://gist.github.com/2901504
You would find this around lines 87-91 in single.php – I hope that helps!
– Jonah
Jonah
ParticipantSounds good John, let us know if you need anything else.
Cheers,
JonahJonah
ParticipantYou got it Krysia, and FYI our themer’s guide covers this and much more related. Check it out here: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Let us know if you need anything else.
Cheers,
JonahJonah
ParticipantHi Marko,
We’ve identified this as a bug and will be fixing it ASAP in a future release. Thanks for being patient!
Cheers,
JonahJonah
ParticipantGlad to hear Ramtin, let us know if you need anything else.
– Jonah
Jonah
ParticipantHi Ramtin,
Can you send me access through pro [at] tri [dot] be and reference this thread please?
Thanks,
JonahJonah
ParticipantHi Carter,
It must be something with your custom files and unfortunately I cannot help you with this. I would suggest pulling out code chunk by chunk to find specifically what’s causing the problem. Good luck!
– Jonah
Jonah
ParticipantHi Mike,
You can always override other styles by getting more specific, i.e. using #sidebar .my_class {} instead of just .my_class {}. I highly recommend reading up on CSS specificity for a better understanding of this. Here is a great article on it: http://css-tricks.com/specifics-on-css-specificity/
So, you can add CSS to override existing styling either to your theme’s style.css or by making a copy of our plugins CSS located in /wp-content/plugins/the-events-calendar/resources/events.css and placing in an ‘events’ folder in your theme.
I hope that helps but let us know if you need anything else with this.
Cheers,
JonahJonah
ParticipantNo problem Tom, let us know if you need help with anything else.
– Jonah
-
AuthorPosts
