Nico

Forum Replies Created

Viewing 15 posts - 5,266 through 5,280 (of 6,506 total)
  • Author
    Posts
  • Nico
    Member

    This reply is private.

    in reply to: Location Selection – UK Only #1027212
    Nico
    Member

    Hey Tony,

    I’ve taken a look into this, but there’s no easy way to filter the results. I can see why this is an issue in your site, but unfortunately to change this you’d have to some JS files replacement and hack the code, which seems to be a bit of an overkill for this case. If you are down to do so I can point you in the right direction but crafting this customization would be out of the support we can provide here at the forums.

    Please let me know about it,
    Best,
    Nico

    in reply to: How to show all events on one page ? #1027208
    Nico
    Member

    Hey Adage,

    Glad to hear this helped you out getting started at list!

    Nevertheless, I would like it to show also the featured image of the event.

    Hope fully this article will help with this: Add thumbnails to upcoming events list widget.

    If possible, I would also like to loads the events on three columns.

    The article above points you to our Themer’s guide, and gives you a code sample of the override to add the image. In the same way you can edit the template to show this in three columns, by altering the mark-up to achieve this.

    Last, I need to show all events, including past ones.

    In this case I can point you in the right direction but you might have to fine tune the code to fit your particular needs. The snippet below shows how to alter the query arguments for the widget:

    add_filter ('tribe_events_list_widget_query_args', 'modify_widget_query' );

    function modify_widget_query ( $query ) {

    //var_dump($query);

    $query['eventDisplay'] = 'custom';
    $query['posts_per_page'] = -1;

    return $query;
    }

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    Nico
    Member

    Hey Scott,

    Thanks for the heads up! Super stocked to hear that updating fixed this issue, this was getting a bit difficult to solve I must admit…


    @600lines
    , Can you try updating The Events Calendar to version 3.12.6 as well? if this doesn’t fix the issue for you please open up a new thread and link back to this one.

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: My Events doesnt show My Events #1027202
    Nico
    Member

    Hey Maciej,

    Thanks for confirming this. I guess this is due to the theme hooking into the pre_get_post WordPress action but I’m not sure. Best thing would be to raise this issue to the theme developers and ask for their guidance on how to fix this.

    Please let me know if you can reach out to them and if they provide a solution for this,
    Best,
    Nico

    in reply to: Venue and #1027201
    Nico
    Member

    Nice, just let me know when you have the chance to test this!

    Best,
    Nico

    in reply to: Import function doesn't create events #1026676
    Nico
    Member

    This reply is private.

    Nico
    Member

    Jim,

    Though it’s a single file zip, it’s a plugin and should be installed + activated as such – it won’t work (as it is) if it is embedded within the theme’s functions.php file (sorry for not making that clearer). Please remove the code you added to the functions.php file and install + activate the plugin. Once an official fix goes live, you can deactivate and delete it.

    Best,
    Nico

    in reply to: Split payments Currency conflict #1026582
    Nico
    Member

    Hi Uroš,

    Thanks for reaching out to us on this! I’ll try to help you here…

    From what you state this sounds like a limitation in our plugin, but it might be a limitation on the PayPal side as well. I’ve pinged the developer who was in charge of implementing this particular feature to have some first-hand information rather than guesses!

    I’ll keep you posted!
    Best,
    Nico

    Nico
    Member

    Bummed to hear Jim, I just pinged Barry (who developed the plugin) to ask for a review.
    Sorry this is taking sooo long 🙁

    Roy, please post your update when you have a chance!

    in reply to: Events Calendar Pro with Enfold Theme #1026557
    Nico
    Member

    @Graphic,

    Yeap, really looking forward myself to see that in the near future!

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Thanks,
    Nico

    Nico
    Member

    Hey @600lines,

    Thanks for jumping in! We didn’t discover the cause or solved this issue yet 🙁

    Any particular steps to reproduce? Can you send me over the an id (mark the reply as private is needed) you are testing against? I’ll set-up a test site and test this on my end.

    Best,
    Nico

    in reply to: How to show all events on one page ? #1026524
    Nico
    Member

    Hey Adage,

    Thanks for reaching out to us! I’ll help you on this one…

    You can use the PRO widget shortcodes to display them in a list (Advanced list widget). Other option is to craft a custom WP_QUERY to fetch the events, but that would require a bit of coding on your side.

    Please let me know if the widget shortcodes work for you,
    Best,
    Nico

    in reply to: Filter List Widget by organizer #1026520
    Nico
    Member

    Hey Toby,

    Thanks for reaching out here! Seems that you un-intentionally posted on the Pre-Sales forum, where we don’t provide support but just address questions regarding the features of our plugins.

    I will point you to the right direction anyway, but be sure to login and post to the Events Calendar PRO forum if you need further assistance on this.

    So getting down to the point, it’s possible to filter the event list widget by organizer if you insert it via shortcode, take a look at this article to get the details on this: PRO widgets Shortcodes.

    Hope you can get this working,
    Best,
    Nico

    in reply to: Venue and #1026517
    Nico
    Member

    Hey Maciej,

    Glad to be helping out on this too! This issue sounds like a theme conflict for sure, Can you please follow the steps described in our Testing for conflicts guide? This way we can confirm this is indeed a theme conflict.

    Please let me know about your findings,
    Best,
    Nico

Viewing 15 posts - 5,266 through 5,280 (of 6,506 total)