Andras

Forum Replies Created

Viewing 15 posts - 3,616 through 3,630 (of 6,224 total)
  • Author
    Posts
  • in reply to: Get link for next event in series #1285564
    Andras
    Keymaster

    Thanks, then it’s closed.

    If you need anything in the future, just open a new topic and we’ll be happy to help.

    Cheers,
    Andras

    PS: 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!

    Andras
    Keymaster

    Hello 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,
    Andras

    in reply to: Get link for next event in series #1285556
    Andras
    Keymaster

    Oh, 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

    Andras
    Keymaster

    Thanks 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,
    Andras

    in reply to: Get link for next event in series #1285534
    Andras
    Keymaster

    Yeah, 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.

    in reply to: Missing Translation Possibility #1285182
    Andras
    Keymaster

    Hi 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,
    Andras

    Andras
    Keymaster

    Hello 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,
    Andras

     

    in reply to: Importing Events from ICS-URL (webDAV and Exchange) #1284867
    Andras
    Keymaster

    Hello 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,
    Andras

    in reply to: Events Calendar import not working #1284863
    Andras
    Keymaster

    Hello 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,
    Andras

     

    in reply to: Get link for next event in series #1284847
    Andras
    Keymaster

    Hey 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

    in reply to: Show events everywhere and fully customizable #1284846
    Andras
    Keymaster

    Hello 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,
    Andras

    Andras
    Keymaster

    Remi, 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,
    Andras

    in reply to: Unable to use Event Aggregator on second site #1284839
    Andras
    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,
    Andras

    PS: 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/

     

    in reply to: Event Organizer import change #1284838
    Andras
    Keymaster

    If 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,
    Andras

    in reply to: Ref #post-1266309 #1284505
    Andras
    Keymaster

    Hello 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:

    Moving your license keys

    And this article might be helpful as well:

    Using One License for Live and Dev Sites

     

    Let me know if this helps.

    Cheers,
    Andras

Viewing 15 posts - 3,616 through 3,630 (of 6,224 total)