Casey

Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 3,499 total)
  • Author
    Posts
  • in reply to: Filters and Search Bar #136139
    Casey
    Participant

    Rachel,
    Unfortunately, since I’ve never taken on a customization like this, I can’t really help much more beyond the guidance I’ve already given, except for telling you that all of the javascript files used in the plugin are located in the ‘resources’ folder. We don’t have any safe overrides to use when editing javascript, so just keep in mind that any changes you make will be overwritten when you update the plugin.

    Hopefully that helps get you pointed in the right direction. Good luck! 🙂

    -Casey-

    in reply to: How to resize the font #136082
    Casey
    Participant

    Annarosa,
    You should be able to do that by adding some CSS overrides, using the following steps:

    • Create a ‘tribe-events’ directory in your theme
    • Create a file named ‘tribe-events.css’ in the newly created ‘tribe-events’ directory

    Then you can add the following CSS to ‘tribe-events.css’:


    #tribe-events .tribe-events-ical, #tribe-events .tribe-events-gcal {display:none;}

    That should do the trick! Give it a shot and let me know if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: Fields get stripped #135718
    Casey
    Participant

    immeemz,
    Unfortunately I don’t have an estimate for you related to this issue. It’s been ticketed for our developers to review, and I’ll definitely give you an update when I have more information for you. Thanks for being patient! 🙂

    -Casey-

    in reply to: Yoast WordPress SEO conflict with Community Events #135546
    Casey
    Participant

    Stephen,
    Can you try deactivating all other plugins to see if that resolves the issue? If so, then try reactivating them one-by-one to determine if another plugin is the culprit. Give that a try and let me know what you discover. Thanks! 🙂

    -Casey-

    in reply to: Overrides not working #135539
    Casey
    Participant

    Ok, thanks for the update. Just let us know if you need further help here. Thanks! 🙂

    -Casey-

    in reply to: Yoast WordPress SEO conflict with Community Events #135536
    Casey
    Participant

    Stephen,
    Unfortunately, we’ll have to agree to disagree here, since our plugin is using WordPress’s core API function, and it’s never a good idea to modify the database directly. The fix that you proposed will also break numerous things, most notably caching.

    Since there’s not an issue when Yoast is deactivated, I would reach out to their team to see if they’re aware of the previous issue that was raised by our developer.

    Thanks and let us know if you have further questions!

    -Casey-

    in reply to: Recurring Events Bug That Creates Duplicates #135531
    Casey
    Participant

    dancepapi,
    One of our developers has developed a small, separate plugin that should help with this issue you’re having. Just download the ZIP file from here: https://cloudup.com/c23lu6PhA4u, install it, and activate it. Then you should be seeing it activated in your plugins like this: screenshot.

    After installing, you should see a new area on your ‘Events->Settings’ page that will allow you to fix duplicates (screenshot). Give that a shot and see if it fixes the issue for you.

    This should be a temporary fix until we implement a more permanent fix with the next update. Thanks! 🙂

    -Casey-

    in reply to: Events in Calendar view listed multiple times #135528
    Casey
    Participant

    Daniella,
    One of our developers has developed a small, separate plugin that should help with this issue you’re having. Just download the ZIP file from here: https://cloudup.com/c23lu6PhA4u, install it, and activate it. Then you should be seeing it activated in your plugins like this: screenshot.

    After installing, you should see a new area on your ‘Events->Settings’ page that will allow you to fix duplicates (screenshot). Give that a shot and see if it fixes the issue for you.

    This should be a temporary fix until we implement a more permanent fix with the next update. Thanks! 🙂

    -Casey-

    in reply to: Looking for a host that can handle this plugin #135251
    Casey
    Participant

    nothingtodo,
    Thanks for reaching out! Personally, my favorite shared host is ICDSoft. Their performance is above average for a shared hosting provider, and their support is fantastic. I’ve always been pleased with them on personal sites that I’ve developed.

    As always, search out other suggestions and get feedback from others, as this is just a personal opinion of mine, but I hope that helps!

    Thanks! 🙂

    -Casey-

    in reply to: Recurring Events Bug That Creates Duplicates #135233
    Casey
    Participant

    dancepapi,
    Our developer has confirmed that this is indeed a bug, and is working to provide a fix for the next release. As a workaround in the meantime, you can disable the scheduling of new events by pasting this snippet into your theme’s functions.php file: https://gist.github.com/jbrinley/10990289

    Give that a shot and let me know if it solves the issue for now. Thanks! 🙂

    -Casey-

    in reply to: Countdown Widget Color #135169
    Casey
    Participant

    greyenvelope,
    Thanks for getting in touch! You should be able to do this without needing to perform any template overrides at all. Just add the following CSS to your theme’s stylesheet and it should do the trick:


    .tribe-events-countdown-widget * {
    color:#fff !important;
    }

    This will change all text inside your countdown widget to be white. If you’re not familiar with CSS and might need to add more styling, feel free to take a look at this CSS tutorial, which should get you pointed in the right direction: http://www.w3schools.com/css/DEFAULT.asp

    Thanks! 🙂

    -Casey-

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

    rossfrost,
    Thanks for getting in touch, and sorry to hear you’re having trouble here, but hopefully I can help. Take a look at @leah’s reply on this thread and see if it resolves your issue: https://theeventscalendar.com/support/forums/topic/the-events-calendar-pro-doesnt-let-me-enter-license-key-number/#post-129726

    Then report back here and let me know if you need further help, or if that did the trick. Thanks! 🙂

    -Casey-

    in reply to: Update WP 3.9 #135095
    Casey
    Participant

    acoustical,
    Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. I’ve updated all of my local environments to 3.9 and am not seeing this error. Can you try deactivating all other plugins to see if that resolves the issue? If so, then try reactivating them one-by-one to determine if another plugin is the culprit. Give that a try and let me know what you discover.

    Thanks! 🙂

    -Casey-

    in reply to: Recurring Events Bug That Creates Duplicates #135027
    Casey
    Participant

    Thanks! I’ll pass this along to our developers and let you know when I have more information. Thanks! 🙂

    -Casey-

    in reply to: Filters and Search Bar #135018
    Casey
    Participant

    Rachel,
    Unfortunately our plugin does not easily support adding the Tribe bar to the single events page. In order to do this, you could perform a template override and pull in the tribe bar PHP code in your single-event.php file:


    <?php tribe_get_template_part( 'modules/bar' ); ?>

    After you pulled in the tribe bar however, it wouldn’t really be wired up to do anything since it relies heavily on javascript. Since I’ve never done that, I’d have to leave that part up to you.

    Ultimately, if this is something you’d like to see in a future release, I would suggest submitting it as an idea on our UserVoice page. Our team periodically reviews the most popular ideas for possible inclusion in a future release of the plugin.

    Thanks! 🙂

    -Casey-

Viewing 15 posts - 1,651 through 1,665 (of 3,499 total)