Forum Replies Created
-
AuthorPosts
-
Andras
KeymasterThanks, then it’s closed.
If you need anything in the future, just open a new topic and we’ll be happy to help.
Cheers,
AndrasPS: We’d be grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. ๐ If you can spare a few words, that’s even better. Thanks!
May 18, 2017 at 8:41 am in reply to: Event time not importing correctly for iCal import (Events Aggregator) #1285559Andras
KeymasterHello again :o)
This time / timezone issue has been fixed in one of the previous releases end April.
The other topic, is it this one?
I tested now this feed again with various results with our latest release which was published yesterday. It updated the events twice, while it created new ones in 3 occasion. This is curious.
I also checked the bugticket, it is still open. I will flag it now to the developers so it gets some attention.
I’d be grateful if you could test the duplication issue with the latest version as well.
Thanks,
AndrasAndras
KeymasterOh, I’m sorry, I must have mis-read something, it wasn’t clear to me that you managed to get it working. If you did, that is awesome! Congrats for that! Most probably you are not missing anything.
Is there still something regarding this topic that I can help you with or can we close this topic as resolved?
Andras
May 18, 2017 at 8:33 am in reply to: iCal import seems to last for ever, but really never imports events. #1285554Andras
KeymasterThanks for sharing the feed. Until I run some tests with it I recommend you to update to the latest versions of our plugins which we released yesterday. The new release contains a fix that solves an issue that is very similar to yours.
Let me know how TEC 4.5.2 works out.
Cheers,
AndrasAndras
KeymasterYeah, you are right, I left out the “start date is today <span style=”text-decoration: underline;”>or later</span>” as that should be the case.
On the comparison part I was thinking about a code like this:
$args = array( 'post_type' => 'post', 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'movie_genre', 'field' => 'slug', 'terms' => array( 'action', 'comedy' ), ), array( 'taxonomy' => 'actor', 'field' => 'term_id', 'terms' => array( 103, 115, 206 ), 'operator' => 'NOT IN', ), ), ); $query = new WP_Query( $args );
And found these 2 articles that could provide you with more information:
https://theeventscalendar.com/knowledgebase/custom-event-queries/
https://codex.wordpress.org/Class_Reference/WP_Query
Does this help you move forward?
A.
Andras
KeymasterHi Brian,
Got some good news, we finally found – and fixed – the issue with the “Additional Veranstaltung Fields” string. It was double translated in the code, and the second one didn’t have a domain, so it didn’t get into the translation files. Now that’s fixed so it will come with the next maintenance release, hopefully within a day or so. (Might be even earlier. ๐ )
Let me know how that plays out.
Cheers,
AndrasMay 17, 2017 at 6:48 am in reply to: iCal import seems to last for ever, but really never imports events. #1284869Andras
KeymasterHello Steffen,
Thanks for using our plugins and for getting in touch!
I’m sorry about this import issue you are having.
Updating the plugins was a good step as we keep fixing bugs with every release.
I have a hunch that you ran into an issue that was recently reported. Could you share the feed of the url with me so I can check and test?
For that issue a fix should be coming very soon, hopefully this week.
Cheers,
AndrasAndras
KeymasterHello Soren,
Thanks for reaching out with your question!
Yes, with Event Aggregator it is possible to run an import of an .ics file from a url.
Also, you have the possibility to set up a scheduled import that runs every 30 minutes, every hour, daily, weekly or monthly.
If you would like, and you can share the url with me, I can run one test for you if it works for sure.
Hope this helps!
Cheers,
AndrasAndras
KeymasterHello Don,
Thanks for using our plugins and welcome to the forums!
I’m sorry you are having this issue with Event Aggregator. Let’s try to solve that.
As a first I’d like to ask you to share your system information with me. Here’s a guide for that.
And it would be great if you could test if the issue persists when you switch off all plugins and switch to a default theme like twentysixteen.
Let me know if it works like that or not.
Thanks and cheers,
AndrasAndras
KeymasterHey Steve,
I don’t know how you understand that snippet, but here’s how I understand it:
`// Retrieve the next 5 upcoming events
$events = tribe_get_events( array(
‘posts_per_page’ => 5,
‘start_date’ => date( ‘Y-m-d H:i:s’ )
) );`“Get the events which have a start_date of <span style=”text-decoration: underline;”>today</span> formatted like ‘2017-05-17 14:44:00’ and list 5 per page.”
Does this clarify?
Andras
Andras
KeymasterHello again jd,
I’m happy to answer your questions.
Thank you for suggestion, I will share it with the appropriate people.
I believe that your plugin is customizable by a developer.
Yes, our plugin is customizable, however it is recommended to rather do it via extensions or snippets in your functions.php file, and not to modify core files. Core file modifications will be lost after a plugin update.
Can I create my own shortcodes without Shortcode plugin โeasilyโ?
I guess that depends on what functionality you want with those shortcodes. But it’s not rocket science, proof of that is the Events Calendar Shortcode Plugin. ๐
What this โShortcodesโ feature means in your PRO plugin description?
That shortcodes feature is what you can read about in the 2nd and 3rd article I shared with you in my previous post.
Let me know if you have more questions.
Cheers,
AndrasMay 17, 2017 at 5:28 am in reply to: the events calendar 4.5.1 wrong direction/place for arrow/ in "Right nawigation" #1284843Andras
KeymasterRemi, thanks again for sharing this!
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new one in the forum and we will be happy to help you out.
Cheers,
AndrasAndras
Keymaster๐ I’m happy to hear they’re _back_!
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new one in the forum and we will be happy to help you out.
Good luck with your project!
Cheers,
AndrasPS: If you like our plugins, and you didn’t yet do so ๐ we would be happy to receive a review in the wordpress.org repository. Thanks!
https://wordpress.org/support/plugin/the-events-calendar/reviews/Andras
KeymasterIf EA made this change from the FB Importer then it seems like a major (undocumented?) change.
I totally agree with you on this one. The internal ticket is done and we will definitely look into it.
If you uncover some more details, we’ll be happy to hear about them and we’ll see what can be done.
Cheers,
AndrasAndras
KeymasterHello Kevin,
Thanks for reaching out to us! Let me help you out with that question.
If you simply want to get rid of that invalid message, then you can remove the license keys from Events > Settings > Licenses. You will still have full functionality of the plugin, you will not get automatic update for that site though.
If you would like to change the site where your license keys are, then here is an article that should give you the information on how to do that:
And this article might be helpful as well:
Using One License for Live and Dev Sites
Let me know if this helps.
Cheers,
Andras -
AuthorPosts
