Casey

Forum Replies Created

Viewing 15 posts - 1,576 through 1,590 (of 3,499 total)
  • Author
    Posts
  • in reply to: Style title on category page #141482
    Casey
    Participant

    Kristen,
    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.

    in reply to: Style title on category page #141457
    Casey
    Participant

    I’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?

    in reply to: Style title on category page #141447
    Casey
    Participant

    pdelite,
    Sorry about that! Could you send me a link to the event page in question, so I can take a closer look? Thanks! πŸ™‚

    -Casey-

    in reply to: Want to buy #141443
    Casey
    Participant

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

    in reply to: Repeating Events #141439
    Casey
    Participant

    Amber,
    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/#custom

    Hopefully that helps get you pointed in the right direction, but let me know if you have further questions. Thanks! πŸ™‚

    -Casey-

    in reply to: Error in sub menu #141430
    Casey
    Participant

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

    in reply to: Display / Link custom post types in Events Calendar #141426
    Casey
    Participant

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

    in reply to: Header missing from single event #141407
    Casey
    Participant

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

    in reply to: Change the font of certain category titles? #141332
    Casey
    Participant

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

    in reply to: Change the font of certain category titles? #141321
    Casey
    Participant

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

    in reply to: Change the font of certain category titles? #141315
    Casey
    Participant

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

    in reply to: Licence Key field is not available #141302
    Casey
    Participant

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

    in reply to: Change the font of certain category titles? #141247
    Casey
    Participant

    pdelite,
    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/9555637

    Give that a try and let me know if you have further questions. Thanks! πŸ™‚

    -Casey-

    in reply to: Change the font of certain category titles? #140955
    Casey
    Participant

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

    in reply to: Add Event form displays blank page #140953
    Casey
    Participant

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

Viewing 15 posts - 1,576 through 1,590 (of 3,499 total)