Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey,
Thanks for following up.
The full snippet that you would use would be found here https://theeventscalendar.com/support/forums/topic/hide-category-from-main-calendar-but-not-category-calendar/#dl_post-1012460.
You would add that to your theme’s functions.php file and you would just need to change the terms in the array on line 19 to match the category terms that you would like hidden from the calendar.
If you’re passing this onto a developer to add, this should be more than enough information for them to accomplish what you’re looking for here.
Thanks!
Josh
ParticipantHey Marion,
No problem! Let me know how it turns out.
Thanks!
February 18, 2016 at 10:24 pm in reply to: Single Event and Categories don't show up anymore! #1077800Josh
ParticipantHey Johan,
Thanks for reaching out to us!
The first step that we suggest for these types of issues is to navigate to the Settings > Permalinks tab within your WordPress dashboard and re-saving the permalink settings there. This will flush the rewrite rules and allow any modifications to slug rewrites to be resolved.
Let me know if this helps. If not, we have a knowledgebase article with a few more steps that could be taken.
Thanks!
Josh
ParticipantHey Rick,
Thanks for reaching out to us!
It sounds like your theme may have a custom template for the widget within a “tribe-events” folder within the theme that includes functions that have become deprecated.
You have a few options for moving forward on this one:
- Delete the files from your theme and use the default views.
- Take a look at the template and compare to the original within the plugin and adjust the functions that have been updated in the main plugin
- Reach out to the theme developer to see if they have an update for the theme that addresses this particular issue.
Let me know if this helps.
Thanks!
Josh
ParticipantHey CDC,
Sure thing! There are two hooks available that you could use – one for before the form and one for after:
‘tribe_events_community_form_after_template’
‘tribe_events_community_form_before_template’You can hook functions that include your custom text to either of these locations depending on where you would like it to display.
For example:
add_action( 'tribe_events_community_form_before_template', 'my_custom_text' ); function my_custom_text() { echo '<p>my custom text</p>'; }added to your theme’s functions.php file would add the text above the form.
Let me know if this helps.
Thanks!
February 18, 2016 at 10:12 pm in reply to: Paypal integration Event Tickets / Event Calendar #1077788Josh
ParticipantHey Samir,
Definitely! If you get Event Tickets Plus, you’ll be able to use any of the gateways that were previously sold as individual plugins including WooCommerce.
Let me know if this helps.
Thanks!
February 18, 2016 at 10:08 pm in reply to: Community Events not part of Events Calendar Pro? #1077784Josh
ParticipantHey Scott,
Thanks for reaching out to us!
I apologize for any confusion here. The Community Events features are not included within the Pro plugin. You would need to purchase the Community Events plugin separately for those features.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Daniel,
You could use that same example when getting the events link. It would look something like:
https://gist.github.com/BeardedGinger/15cb3a3dd5d6ea47b0ef
Let me know if this helps.
Thanks!
Josh
ParticipantHey CDC,
Thanks for reaching out to us!
I did some testing on my local install with the latest version of the plugin however, I wasn’t able to recreate the issue you’re describing here. I then changed my date format to match what you describe as well (day/month/year) but was still unable to recreate the issue. When going to approve an event, the date was what was expected and didn’t revert to the current day.
- Can you verify that you’re using the latest versions of all plugins?
- Have you tried following our Testing for Conflicts procedures to ensure there isn’t a conflict occurring here with another plugin or theme?
Let me know if this helps.
Thanks!
Josh
ParticipantHey Matthew,
Thanks for reaching out to us!
It looks like the view is getting output as an excerpt rather than full content. Out of curiosity, is there a setting within Woo Canvas that allows you to control what gets output on archive (full content or excerpt). If you modify that setting to show the full content, does the calendar then display as expected?
Thanks!
Josh
ParticipantHey,
Thanks for reaching out to us!
The centering is due to the global “td” style set within your theme (https://cloudup.com/c0p94YYuZlS) you can remove the text-align: center there to get a better overall layout there.
For the form fields, the quickest adjustment would be to set a background for the whole form. If I add the background and some padding like you see in the top of this screenshot (https://cloudup.com/c_kA59bkJ4v) it’ll show like it does in that screenshot.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Timothy,
Thanks for reaching out to us!
Unfortunately we are limited in the amount of support that we’re able to provide for theme conflicts such as this.
You could take a look at your current theme and review the customizations that are set there for the number field as well as the quantity controls. My guess, and the first place that I’d look, would be a conditional on an enqueued script that is limited to the point of not being included on the single event views.
You can also reach out to the theme developer to see if they have any input for this particular issue.
I’m sorry I wasn’t able to give you a direct answer here but hopefully this will help to get you pointed in the right direction.
Thanks!
Josh
ParticipantHey Ryan,
I’m sorry to hear the plugin won’t work for you. You can request a refund by sending a copy of your original receipt to support[at]theeventscalendar.com.
I’ll go ahead and close this thread for now. We look forward to possibly being a good fit for a future project.
Thanks!
Josh
ParticipantHey Sara,
Sorry for the delay here.
After reviewing the original ticket, our developers noticed that the shortcoming here was a lack of documentation in setting up the PayPal sandbox and configuring the settings properly. We’ve created a new Knowledgebase item for this set up and it should help to get you up and rolling here.
Let me know if this helps.
Thanks!
February 18, 2016 at 8:03 am in reply to: .csv import is ignoring the events category column #1075124Josh
ParticipantHey Alison,
I see what you’re saying now! Since the events are the same except for the category it is treating them as the same event and just updating.
I would suggest:
- Deleting the currently imported events
- Combine the CSV files into a single file
- Import all the events at the same time rather than in batches
This should force all the similar events to import as unique.
Let me know if this helps.
Thanks!
-
AuthorPosts
