Casey

Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 3,499 total)
  • Author
    Posts
  • in reply to: Add Event URL #154426
    Casey
    Participant

    tiborp,
    Thanks for getting in touch! Unfortunately, the Community events add-on doesn’t support being able to change the ‘/add’ part of the URL without modifying the core plugin files. You can change the ‘community’ slug to something else by going to ‘Events->Settings->Community’ and changing the option there (screenshot).

    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.

    Please let me know if you have further questions, and I’d be glad to help. Thanks! 🙂

    -Casey-

    in reply to: Filters Default State #154423
    Casey
    Participant

    areadmin,
    Thanks for getting in touch! Sorry, but I’m not sure I understand your issue exactly. Could you give me a bit more detail about what you’re trying to accomplish (including screenshots or a URL, etc), and the issue you’re having? Thanks! 🙂

    -Casey-

    in reply to: Add venue to week view tooltip #153870
    Casey
    Participant

    cruzio,
    Thanks for getting in touch! If you look at ‘views/pro/week/single-event-hourly.php,’ you’ll see some extensive documentation on how to add additional fields to the Javascript template. Also, take a look at this reply, which is showing a user how to add the Organizer name to the tooltip templates.

    You should be able to use those examples and documentation as a good starting place to add the custom information you want, but let me know if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: How to hide Additional Fields from public view. #153856
    Casey
    Participant

    fortworthmomsblog,
    Thanks for getting in touch! In order to hide the ‘Additional Fields’ on your Community submission form, just add the following snippet to your theme’s functions.php file: https://gist.github.com/ckpicker/b22cefbebca7ffdffd69

    Give that a shot and let me know if it does the trick. Thanks! 🙂

    -Casey-

    in reply to: How to check if I’m on a "virtual page" #153841
    Casey
    Participant

    arcanepsyche,
    Thanks for getting in touch! The Community Events add-on has two ‘virtual pages’ that you can check for by using the following template tags:

    • tribe_is_community_edit_event_page() – Returns true if displaying the ‘Edit’ or ‘Submit’ Event form
    • tribe_is_community_my_events_page() – Returns true is displaying the ‘My Events’ list page

    For further information on the template tags available with the Community add-on, take a look at the Community Documentation. Let me know if that gets you pointed in the right direction, or if you have further questions. Thanks! 🙂

    -Casey-

    Casey
    Participant

    rkabma,
    Thanks for reaching out! Regarding this question:

    select some but not all categories to be displayed

    You can hide the categories that you don’t want to display using some CSS like so:


    #tribe-community-events #event-categories #tribe_events_cat-3 {display:none;}

    If you add the above CSS to your theme’s stylesheet, it will hide the checkbox of the category with an ID of 3. So, feel free to modify that CSS to suit your specific needs.

    Is it possible to control the order the categories are displayed in the front-end form

    Unfortunately, selecting the order that the categories are displayed in isn’t currently possible without modifying the core plugin files. 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.

    Let me know if that helps to answer your questions, or if you need further help. Thanks! 🙂

    -Casey-

    Casey
    Participant

    John,
    I’m seeing some javascript errors on your site (screenshot) that is causing the .tribe-mobile class not to get added to the <body> tag, which is why the styles I’ve shared above aren’t working for you.

    Can you try deactivating all other plugins to see if that resolves the errors? 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-

    Casey
    Participant

    John,
    Can you try adding the !important declaration to the rules I sent? Like this:


    .tribe-mobile #main {
    width:100% !important;
    }

    Give that a try and let me know if it does the trick. Thanks! 🙂

    -Casey-

    in reply to: Google Calendar Import? #152799
    Casey
    Participant

    Greg,
    You can export Google Calendars as a CSV file and then import them using our CSV importer. However, you can’t currently export an entire calendar to Google calendar. Thanks! 🙂

    -Casey-

    Casey
    Participant

    adrivisual,
    Try going to ‘Events->Settings->Display’ and changing the ‘Events Template’ setting to see if that resolves the issue.

    If that doesn’t help, could 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, so if these steps don’t fix the problem, then I would suggest reaching out to your theme developer for further help. Thanks and let me know if you have further questions! 🙂

    -Casey-

    in reply to: Javascript Error #152780
    Casey
    Participant

    @jamie and @360zen,
    If your issue is the same as the above please do feel free to monitor this thread, but if you need assistance for your own specific scenario it would be great if you could create a fresh thread of your own. Thanks!


    @petemichaud
    ,
    Try testing with the following in you wp-config.php file:


    define('SCRIPT_DEBUG', true);

    This will output the unminified javascript for you to inspect further. Give that a shot and let me know if you have further questions. Thanks! 🙂

    -Casey-

    Casey
    Participant

    John,
    When I plugged in the styling rule that I showed you up above, I was able to resolve the issue. Were you adding the rule to the end of your tribe-events stylesheet, or your theme stylesheet?

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

    strongcoffee,
    While I wish I could say that the plugin seamlessly integrates with every theme out there, the reality is that custom themes have so many settings/options that it would be nearly impossible for us to account for all of those. Due to our limited resources, we’re unfortunately unable to provide support for specific styling issues with third party themes, so I would definitely recommend that you reach out to the developer of your theme to see if they can offer some guidance.

    We’d be happy to answer any questions they might have about how the plugin works, or point them towards our extensive technical documentation. I hope that helps to point you in the right direction.

    Thanks! 🙂

    -Casey-

    in reply to: CRM Integration #148372
    Casey
    Participant

    Toby,
    Thanks for reaching out! I’m not familiar with those platforms, so I couldn’t tell you for sure if everything would function as expected out of the box. Our Woo Tickets plugin does create tickets for each event as a Product in WooCommerce, if that helps to answer your question at all.

    Take a look at the product page for more info: https://theeventscalendar.com/shop/wordpress-wootickets/

    Thanks! 🙂

    -Casey-

    in reply to: All Recurring Events Duplicated on Upgrade #148187
    Casey
    Participant

    Great! 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/jw

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 15 posts - 1,516 through 1,530 (of 3,499 total)