Forum Replies Created
-
AuthorPosts
-
Casey
ParticipantKristen,
It’s possible that your theme is overriding that somehow. Try putting it at the top of your functions.php file (but still inside the <?php ?> tags) to see if that makes a difference.Casey
ParticipantI’m not seeing the CSS class on the body tag (screenshot), which is probably the issue here. Did you paste this code into your theme’s functions.php file correctly?
Casey
Participantpdelite,
Sorry about that! Could you send me a link to the event page in question, so I can take a closer look? Thanks! π-Casey-
Casey
ParticipantGunter,
Thanks for reaching out! Unfortunately, weβre unable to offer support for the free version of TEC here, but feel free to post your issue on the WordPress.org support forum and someone there will do their best to help. If you need higher priority support, I would suggest purchasing a PRO license. Thanks! π-Casey-
Casey
ParticipantAmber,
Thanks for getting in touch! Unfortunately if there’s no repeatable pattern to the event (i.e. – Every x days), then your best bet will be to create three separate instances of the event. And regarding your question about TimeZones, you could create an Additional Field called ‘Time Zone’ that will display on the event for your users. If you’re unsure how to do this, take a look at our tutorial on adding Additional fields here: https://theeventscalendar.com/support/documentation/events-calendar-pro-new-user-primer/#customHopefully that helps get you pointed in the right direction, but let me know if you have further questions. Thanks! π
-Casey-
Casey
ParticipantTravis,
Thanks for reaching out! Unfortunately, we’re unable to offer support for the free version of TEC here, but feel free to post your issue on the WordPress.org support forum and someone there will do their best to help. If you need higher priority support, I would suggest purchasing a PRO license. Thanks! π-Casey-
Casey
Participantwylesight,
Thanks for reaching out! Unfortunately, we can’t integrate with custom Event solutions, however, our plugin (Both Free & PRO!) does offer a CSV importer. If you’re able to export your events to a CSV file, then you should be able to import them into Events Calendar PRO and unify things a bit. Hope that helps! Thanks! π-Casey-
Casey
Participantleviticus,
Thanks for reaching out and sorry to hear you’re having trouble here, but hopefully I can help. You should be able to add the following CSS to your theme’s stylesheet and it will fix the problem:
.single-tribe_events header.entry-header {
display:block !important;
}
Give that a shot and see if it does the trick. Thanks! π
-Casey-
Casey
Participantpdelite,
Unfortunately, we can’t help with specific troubleshooting regarding customizations. However, you’ll definitely want to make sure you’ve added that code that I shared above to your theme’s functions.php file, so that the appropriate category classes are getting added to the body tag.Good luck! π
-Casey-
Casey
ParticipantGlad I could help! π Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5
Thanks in advance. π
Cheers,
CaseyCasey
ParticipantThe body tag itself won’t be styled, but this snippet just adds a category-specific CSS class to the body tag that you can then use as a selector in your CSS. In this screenshot, you’ll notice the ‘tribe-events-cat-shindig’ class, which corresponds to the category slug ‘shindig.’ So, you can use that in your CSS like this:
body.tribe-events-cat-shindig h2.tribe-events-single-event-title {
// change the font styling for 'shindig' category event titles here
}
Let me know if that answers your question. Thanks! π
-Casey-
Casey
Participantrossfrost,
Sure, just send me a login to your site using a private reply here on the forum and I’ll take a look. Thanks! π-Casey-
Casey
Participantpdelite,
Yes, you should be able to do the same thing in calendar view and single event view. In calendar view, you’ll notice the event category CSS classes on the individual event title. In the single event view, you’ll need to add some code to your functions.php file to add the category classes to the <body> tag in order for you to style your desired items appropriately. Just paste this code into your theme’s functions.php file to accomplish this: https://gist.github.com/ckpicker/9555637Give that a try and let me know if you have further questions. Thanks! π
-Casey-
Casey
Participantpdelite,
Thanks for getting in touch! It greatly depends on exactly where you’re wanting to change the titles (ex: single event page, list view page, etc), but for the most part, our events have CSS classes associated with each Event Category that are applied to individual event elements.For example, when inspecting an event in list view, you’ll see a CSS class that looks similar to this: ‘tribe-events-category-convention’ (where ‘convention’ would be the event category slug). So, you should be able to use that as a selector in your CSS to target the specific titles that you want to change.
Hopefully that gets you pointed in the right direction, but let me know if you have further questions. Thanks! π
-Casey-
Casey
Participantstrongcoffee,
Thanks for getting in touch, and sorry to hear you’re having trouble here, but hopefully I can help! Can you try temporarily reverting to the default 2013 theme to see if this issue persists? I suspect that this is an issue with your theme, but just want to narrow it down a bit before troubleshooting further.Thanks! π
-Casey-
-
AuthorPosts
