Forum Replies Created
-
AuthorPosts
-
Andras
KeymasterHi Roger,
Based on this part
From [www.visitmendocino.com/wp-json/tribe/events/v1/events/]it is connected to the REST API functionality.
Can you narrow it down when this error message gets into the log? What is the action that triggers it?
Does it trigger when you visit this url?
www.visitmendocino.com/wp-json/tribe/events/v1/eventsAndras
November 1, 2017 at 1:38 pm in reply to: pictures uploaded with feature images, can be opened in a larger format? #1373199Andras
KeymasterHi Andrei,
Lightbox for featured images is not part of our plugin suite. You can possibly achieve that with some custom coding or with a plugin that adds Lightbox to the featured images of the posts.
The events are custom post types, so should work the same as with posts.
I hope this helps you get started. Let me know if you have further questions.
Cheers,
AndrasAndras
KeymasterHello Technology Team,
What you want to achieve is absolutely possible.
Please go through our Themer’s Guide, which will give you an overview on how to create template overrides.
Likely you will need to create an override for this file:
\wp-content\plugins\the-events-calendar\src\views\month\single-event.php
And I think you will need this function:
https://theeventscalendar.com/function/tribe_get_start_date/
Let me know if you need further guidance.
Cheers,
AndrasAndras
KeymasterHi Tiffany,
Thanks for reaching out!
That is not a core functionality of any of our plugins but I can provide you with a snippet that can do that for you.
Copy the below in to your theme’s – preferably child theme’s – functions.php file. If there is already some code in that file, then you will not need the opening <?php tag.
https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182
With this also the site admin will receive the same email the user does after an RSVP.
The admin email is set up under Settings > General.
If you would like to add more email addresses, that can also be arranged.
Let me know if this helps.
Cheers,
AndrasAndras
KeymasterHi Chris,
Thanks for reaching out with your question. I can help you with this one.
If you created a template override as recommended in our Themer’s Guide then the override folder should be in this location:
wp-content/themes/[your-active-theme]/tribe-events
This folder didn’t change for quite some time, and likely will not change in the future. Also, these files will not disappear with updating our plugins.
I can think of 2 things that happened:
- You created the overrides in the core files of the plugin, so indeed they were overwritten with a plugin update
- You placed the overrides in your theme folder – and not a child theme – and the theme got updated, so the ‘tribe_events’ folder was removed
Did any of these happen recently?
Cheers,
AndrasAndras
KeymasterHi Ed,
Thanks for reaching out!
I’m not quite sure what you exactly mean.
The cron that is running the imports is hooked to the WordPress cron. If the WP cron doesn’t fire, then the imports will also not. In this case you should set up a real cron which will then fire all cronjobs for your site.
If you are looking for hook names, the 2 connected to EA imports are:
- tribe_aggregator_cron
- tribe_aggregator_process_insert_records
Setting up a real cron is beyond the scope of our support, but many guides exist on the internet describing the basic process. And you can always ask your web host for help.
Let me know if this answers your question or if there’s anything else.
Cheers,
AndrasAndras
KeymasterSorry to hear that didn’t work.
Please give me some time while I ask around if anyone can help with this.
Thanks,
AndrasAndras
KeymasterHi Rhonda,
This should fix those:
.this-week-today .tribe-this-week-widget-header-date { background-color: #6b8950; } .tribe-this-week-event { border-left-color: #6b8950; } @media only screen and (max-width: 768px) { .tribe-events-sub-nav li a { background-color: #fff; } }Hope this helps.
Cheers,
AndrasAndras
KeymasterHi Shelby,
Exporting the full current year or even more can be arranged. 🙂
Copy the following snippet into your theme’s functions.php file:
https://gist.github.com/andrasguseo/158de8d396cd8c6b58e149175bba995c
Once that’s in you will be able to use the following URL to get all the events of this year (2017):
http://remembrancegrandrapids.com/events/?ical=1&tribe_display=yearIf you would like to have more, then you need to slightly adjust lines 27 and 30, and then you will be able to define the end date of the export.
Let me know if that does the trick for you.
Cheers,
AndrasAndras
KeymasterAh, sorry to hear that does not help.
Please give me some time to check if there is something we can do.
Andras
Andras
KeymasterHi Rhonda,
I totally understand your frustration with this issue.
An extra note, since you mentioned Facebook, If the events use a different location on Facebook – meaning the locations are saved with a different unique identifier – then they will be regarded as different during import.
If you would like to ‘merge’ them, then you will need to do different comparisons (i.e. address details) before saving them in your database. I hope this will help.
Here is the link to the list of freelancers:
And of course I’m available should you have any more questions.
Cheers,
AndrasNovember 1, 2017 at 2:10 am in reply to: Woops! We could not complete the requested operation due to an unforeseen proble #1372688Andras
KeymasterHello Christopher,
Thanks for chiming in and reporting your finding. I just added that note to the bugticket and escalated it.
While it will not be fixed in the coming maintenance release – which should come this week -, due to it’s high priority it will likely be fixed in the next one.
The workaround for this issue would be to roll back to the following versions:
- Event Tickets 4.5.5
- Event Tickets Plus 4.5.4
I apologize for this inconvenience and thanks for your patience!
Cheers,
AndrasAndras
KeymasterHello John,
Thanks for your question! I can help you with this.
You can add some extra content through the ‘Advanced Template Settings’ which you can find at the bottom of the Events > Settings > Display tab. There you have a field ‘Add HTML before event content’. This might help.
Hope this helps. Let me know if you have further questions.
Cheers,
AndrasAndras
KeymasterThis reply is private.
October 31, 2017 at 4:57 am in reply to: Additional Fields: Column for the name in the backend #1372015Andras
KeymasterNote, when you change the fields again in the admin, i.e. add a new field, then your changes in the database will be overwritten.
A.
-
AuthorPosts
