Casey

Forum Replies Created

Viewing 15 posts - 646 through 660 (of 3,499 total)
  • Author
    Posts
  • in reply to: List widget error when trying to customize #394261
    Casey
    Participant

    chrisdm,
    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-

    in reply to: Remove the Divider from List Widget #394256
    Casey
    Participant

    proximomktg,
    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-

    in reply to: Tooltips for events in top two weeks are cut off #394209
    Casey
    Participant

    boomcatsinternational,
    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-

    Casey
    Participant

    cruzio,
    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/e9d613e438de62550b8f

    This 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-

    in reply to: The CSV importer plugin #394124
    Casey
    Participant

    mggillespie,
    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-

    in reply to: Organizers as Post #394080
    Casey
    Participant

    mggillespie,
    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-

    in reply to: Printing Calendar Questions – print.css #393954
    Casey
    Participant

    wallyglenn,
    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-

    in reply to: Tooltips not working; unable to isolate theme conflict #393898
    Casey
    Participant

    Jen,
    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-

    in reply to: Submit Event Form Page Shows a 404 Page Not Found #393860
    Casey
    Participant

    Jonathan,
    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-

    Casey
    Participant

    Hmmmm, 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-

    Casey
    Participant

    Awesome 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,
    Casey

    in reply to: Related posts not showing #379907
    Casey
    Participant

    alexwg85,
    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,
    Casey

    in reply to: nofollow links for events #379880
    Casey
    Participant

    Excellent! 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,
    Casey

    in reply to: Tooltips not working; unable to isolate theme conflict #379873
    Casey
    Participant

    Jen,
    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-

    in reply to: Lots of "unnamed venue" #379815
    Casey
    Participant

    welshartnow,
    Did you have any further questions here, or can I go ahead and close out this thread?

Viewing 15 posts - 646 through 660 (of 3,499 total)