Forum Replies Created
-
AuthorPosts
-
Casey
Participanttiborp,
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-
Casey
Participantareadmin,
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-
Casey
Participantcruzio,
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-
Casey
Participantfortworthmomsblog,
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/b22cefbebca7ffdffd69Give that a shot and let me know if it does the trick. Thanks! 🙂
-Casey-
Casey
Participantarcanepsyche,
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-
May 8, 2014 at 7:58 am in reply to: Control how categories are displayed in Community Event post form? #153832Casey
Participantrkabma,
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-
May 8, 2014 at 7:20 am in reply to: Calendar Only Shows 6 Days on Mobile Version, Table Cut Off #153805Casey
ParticipantJohn,
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-
May 7, 2014 at 7:47 am in reply to: Calendar Only Shows 6 Days on Mobile Version, Table Cut Off #152814Casey
ParticipantJohn,
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-
Casey
ParticipantGreg,
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-
May 7, 2014 at 7:29 am in reply to: The Events Calendar PRO / Titles on Month View do not update #152796Casey
Participantadrivisual,
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-
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-
May 2, 2014 at 11:25 am in reply to: Calendar Only Shows 6 Days on Mobile Version, Table Cut Off #148384Casey
ParticipantJohn,
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?Casey
Participantstrongcoffee,
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-
Casey
ParticipantToby,
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-
Casey
ParticipantGreat! 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 -
AuthorPosts
