Forum Replies Created
-
AuthorPosts
-
Casey
Participantchrisdm,
Glad we were able to help so quickly! 😀 All kidding aside, since you’ve resolved this one yourself, I’ll go ahead and close this thread out. If you need further help, feel free to create a new thread and we’ll do our best to assist.Thanks! 🙂
-Casey-
Casey
Participantproximomktg,
Thanks for getting in touch! Try adding the following CSS to your theme’s stylesheet:
.tribe-events-adv-list-widget .event-is-recurring .tribe-events-divider {display:none !important}
Give that a try and let me know if it does the trick. Thanks! 🙂
-Casey-
Casey
Participantboomcatsinternational,
Thanks for getting in touch! It appears that this is happening due to a style coming from your theme’s CSS. Try adding this to your theme’s stylesheet to see if it fixes the issue:
.tribe-events-calendar {
overflow:visible;
}
Thanks! 🙂
-Casey-
July 15, 2014 at 7:18 am in reply to: Customize the minutes available in select for starting and ending date/time? #394196Casey
Participantcruzio,
Thanks for getting in touch! You should be able to do this with some custom CSS. Try pasting the following code snippet into your theme’s functions.php file: https://gist.github.com/ckpicker/e9d613e438de62550b8fThis should only add the CSS when viewing the event submission form, so hopefully that will do the trick for you.
Just let me know if need anything else! Thanks! 🙂
-Casey-
Casey
Participantmggillespie,
Thanks for getting in touch! This did indeed used to be a separate plugin, but we’ve incorporated it into the Core plugin and have made some significant improvements since then. Now all of the CSV importer code is currently located in ‘the-events-calendar/lib/io/csv/’. There’s currently no supported way to customize the CSV importer, so you’d need to make modifications to the plugin directly in order to do this.Just keep in mind that any changes you make directly to the plugin will be lost when you update the plugin, so you’ll want to keep track of any changes you make in order to re-apply them after updating.
Hopefully that points you in the right direction, but let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
Participantmggillespie,
Thanks for getting in touch! Yes, Organizers are defined as custom post types in the plugin, but Author support is not added by default. To add this yourself, just paste the following code within the PHP tags in your theme’s functions.php file:
add_post_type_support( 'tribe_organizer', 'author' );
That should now allow you to define authors to your Organizer custom post type.
Hopefully that points you in the right direction, but let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
Participantwallyglenn,
Your media query for ‘print’ that you pasted above is correct, and should do the trick to customize things for printing. To change the color of the past event day headings, you could use the following CSS in your printing styles:
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a {
background-color:gray;
color: white;
}
Obviously, you’d want to change the colors/styles to match your own needs, but that should do the trick to style up the grayed out days. Thanks! 🙂
-Casey-
July 15, 2014 at 6:30 am in reply to: Tooltips not working; unable to isolate theme conflict #393898Casey
ParticipantJen,
Underscores is designed to be a starter theme or blank canvas, that theme developers can use to create their own custom theme. It’s not designed to be an attractive theme right out of the box, which is why you might be seeing styling issues. With that being said, could you send me some screenshots so I can see the issue at play here? Thanks! 🙂-Casey-
Casey
ParticipantJonathan,
This is specifically the kind of situation where a dev or staging server would come in handy to troubleshoot issues like this, since I’m unable to replicate the issue locally. I highly suspect that this is being caused by a conflict with another plugin, but without being able to further test on a DEV/staging site, our ability to support and troubleshoot your issue is somewhat limited.The event rocket plugin claims to help with 404 issues, but as it’s a third-party plugin, you’d have to reach out to the plugin developer in their support forums to find out more.
Hopefully that helps to answer your question, and please let me know if I can help further. Thanks! 🙂
-Casey-
July 15, 2014 at 6:11 am in reply to: Customize Submit Event form fields, thank you email notice #393790Casey
ParticipantHmmmm, that’s strange, as the code snippet works perfectly in my test environment (screenshot). Could you copy/paste the entire contents of your theme’s functions.php file into a site like pastebin, and then share the link here, so I can investigate further? Thanks! 🙂
-Casey-
July 14, 2014 at 8:21 am in reply to: The Events Calendar (basic and pro) Ajax conflict with Press Permit (con't) #379920Casey
ParticipantAwesome and thanks for the kind words! 😀 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://m.tri.be/lo
Thanks in advance. 🙂
Cheers,
CaseyCasey
Participantalexwg85,
Excellent! So glad that you were able to resolve the issue here. 😀 Since it looks like you’re all set here, I’ll go ahead and mark this thread as answered and close it out, but always feel free to start a new thread if you have further questions.Thanks again!
Cheers,
CaseyCasey
ParticipantExcellent! Thanks for confirming that this got you sorted. 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://m.tri.be/lo
Thanks in advance. 🙂
Cheers,
CaseyJuly 14, 2014 at 8:16 am in reply to: Tooltips not working; unable to isolate theme conflict #379873Casey
ParticipantJen,
Take a look at the WordPress documentation on Custom Theme Development here: http://codex.wordpress.org/Theme_Development There’s a ton of great resources there and should answer most of your theme development questions. If you follow the best practices laid out there, then all of the features of our plugin should be compatible with your new theme.Alternatively, you could create a Child Theme from one of the Default WordPress themes (my particular favorite is TwentyThirteen), and you’d be up and running with something custom MUCH faster.
Hopefully that points you in the right direction. Thanks! 🙂
-Casey-
Casey
Participantwelshartnow,
Did you have any further questions here, or can I go ahead and close out this thread? -
AuthorPosts
