Forum Replies Created
-
AuthorPosts
-
November 17, 2015 at 9:38 pm in reply to: Organizer Name Already Exists / Venue Name Already Exists when it does not #1027277
Nico
MemberThis reply is private.
Nico
MemberHey 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,
NicoNico
MemberHey 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,
NicoNovember 17, 2015 at 3:47 pm in reply to: Event ticket form no longer showing on front-end after update to 3.12.1 #1027204Nico
MemberHey 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,
NicoNico
MemberHey 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,
NicoNico
MemberNice, just let me know when you have the chance to test this!
Best,
NicoNico
MemberThis reply is private.
November 16, 2015 at 1:41 pm in reply to: Organizer Name Already Exists / Venue Name Already Exists when it does not #1026605Nico
MemberJim,
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,
NicoNico
MemberHi 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,
NicoNovember 16, 2015 at 12:45 pm in reply to: Organizer Name Already Exists / Venue Name Already Exists when it does not #1026562Nico
MemberBummed 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!
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,
NicoNovember 16, 2015 at 11:26 am in reply to: Event ticket form no longer showing on front-end after update to 3.12.1 #1026538Nico
MemberHey @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,
NicoNico
MemberHey 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,
NicoNico
MemberHey 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,
NicoNico
MemberHey 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 -
AuthorPosts
