Forum Replies Created
-
AuthorPosts
-
Josh
ParticipantHey Wendy,
I see you’ve marked the previous answer as correct. I’m glad I was able to help you out here.
I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.
Thanks!
February 26, 2016 at 9:39 am in reply to: .csv import is ignoring the events category column #1082526Josh
ParticipantHey Alison,
Thanks for following up here.
Unfortunately we do have a strict policy that prevents us from logging into client site. What I will do to make sure I’m getting the full picture though is to retry the import of the CSV files that you have provided here with this additional information.
I’ll follow up after testing to verify the functionality/process in regards to importing/overwriting.
Thanks!
Josh
ParticipantHey Brendon,
Thanks for reaching out to us!
Unfortunately we are unable to provide support here in the Pre-Sales forum. However, I’m glad you were able to find a solution here!
I’ll go ahead and close this thread for now. If you have any further questions, please reach out on our forums on WordPress.org and we’d be happy to help you out there.
Thanks!
February 25, 2016 at 10:39 am in reply to: Add HTML before event content is hidden behind TEC search bar #1082112Josh
ParticipantHey Ryan,
Thanks for reaching out to us!
It sounds like a style issue with the template. Would you mind sending a link to your site (in a private reply if you’d like) and we would be happy to take a look and provide a simple CSS solution for this particular issue.
Thanks!
Josh
ParticipantHey,
Thanks for reaching out to us!
It looks like this additional title is being added just before the events calendar template elements that are applied to the page. The simplest solution here may be to target the empty title area and hide with CSS.
The alternative would be to look at how your theme applies the title header elements and modify from there.
I’m sorry I wasn’t able to give you a direct response here but hopefully it helps to get you pointed in the right direction.
Thanks!
Josh
ParticipantHey Wendy,
Thanks for reaching out to us!
The limit here is set using the wp_max_upload_size(). There is an available filter here for “upload_size_limit” that you can read more about here and filter to change the limit there https://developer.wordpress.org/reference/hooks/upload_size_limit/.
Let me know if this helps.
Thanks!
Josh
ParticipantHey CDC,
Thanks for clarifying here!
It looks like there is a definite incompatibility issue here with the WPML plugin. Unfortunately, we currently only have active compatibility support for The Events Calendar and Events Calendar PRO when it comes to the WPML plugin.
We are working on further support and Community Events will eventually be supported but unfortunately at this time we can’t guarantee full compatibility with these other plugins.
I apologize for the inconvenience here. Let me know if there is anything else that I can help with at this time.
Thanks!
Josh
ParticipantHey Matt,
Awesome! Happy to help!
I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.
Thanks!
Josh
ParticipantHey Chris,
Try adding the following to your theme’s functions.php file:
https://gist.github.com/BeardedGinger/2f764dbcc05c9863d3ac
and change the js file to be:
https://gist.github.com/BeardedGinger/12f6b5e30325928486e3
You may have to modify the URL for the wp_enqueue_script to get directly to the js file. You can check the source to ensure it’s getting loaded correctly by utilizing the browsers developer tools.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Kerry,
You can use the following snippet (added to your theme’s functions.php file) to had that category from the Photo view:
https://gist.github.com/BeardedGinger/2f88f06651ab018617fe
Let me know if this helps.
Thanks1
February 24, 2016 at 9:32 am in reply to: .csv import is ignoring the events category column #1081547Josh
ParticipantHey Alison,
I apologize for the delays here.
Were you able to completely delete all the existing imported events before re-trying the combined import?
Also, looking through these updates, it looks like you were importing events (that were getting treated as updates to existing because they had identical titles and dates but different categories) that had different categories assigned however, those categories didn’t exist within the taxonomy when importing? Did the importing cause the terms to get created (ex. Skilled Nursing: Magnolia Place).
Finally, since it sounds like a combined import won’t work for your needs on a practical level, would the different departments be able to add a specific identifier to the event title designating the location? Or could you add the location (Venue) to the import file. Having a different location should cause it to recognize it as a separate event on import.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Stefan,
I gotcha now on the overlay. I’m still seeing the 404 on your events page. Did you happen to change the slug or were you having other issues on the site here.
The simplest solution again for this particular element would be to target with CSS and hide the element using “display:none”. However, without being able to see the page I wouldn’t be able to give you an exact snippet here.
Thanks!
Josh
ParticipantHey Juan,
Awesome! Happy to help.
I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.
Thanks!
Josh
ParticipantHey Hugh,
That sounds good. Let me know what you find here.
Thanks!
Josh
ParticipantHey Stefan,
Sorry for missing that originally.
I took a look at the link but the page seems to be going to a 404 now. If I recall correctly though, I believe this page used a version of an event widget shortcode. So, if the page used the list widget shortcode, you could hook into the “tribe_events_list_widget_after_the_meta” and adding a link using “the_permalink” to see if that gets you what you’re looking for.
Thanks!
-
AuthorPosts
