Forum Replies Created
-
AuthorPosts
-
Nico
MemberHey Allison,
Thanks for following up! I’ve just imported the feed successfully to a test Google Calendar.
Which was the program you were trying to open the feed with? Also which validator are you using?
Please let me know about it,
Best,
NicoNico
MemberHowdy @nancyseeger,
Welcome to our support forums and thanks for reaching out to us. I’ll help you on this!
First of all let me say I’m a bit confused by your description of the issue. It will surely be easier to understand if you can share with me the site URL and indicate in which pages/URL’s you want to display/hide the widgets.
From what I understood you don’t have the option to hide the widgets on Event Category pages, right? While this might be a limitation of the Display Widget plugin we can try to look for a workaround. I also get that you have more than one Event List widget, right? One for classes and one for Workshops?
Please let me know about it, and if possible clarify a bit on my thoughts,
Have a great weekend,
NicoFebruary 12, 2016 at 10:11 am in reply to: Tickets for expired events are still present in cart and can be bought #1072226Nico
MemberHi Sharon,
Thanks for using our plugins! I’ll need to run some test on my local install to confirm this, but sure sounds like a legit issue. I’ll try to see if there’s a workaround available and log it as a bug in case there aren’t any.
Thanks for reporting this, I’ll get back to you with more info!
Best,
NicoFebruary 12, 2016 at 10:00 am in reply to: Set United States Time Zone in community events add event page #1072221Nico
MemberIโll go ahead and close out this thread, as we are working this issue out in a new thread Elizabeth posted. If you are looking to achieve the same customization please follow up the conversation in the new thread.
Cheers,
NicoFebruary 12, 2016 at 9:57 am in reply to: Set United States Time Zone in Community "Add" Event Page #1072220Nico
MemberHi Elizabeth,
Thanks for getting in touch, I’ll point you on the right direction to get this working…
As Brian said you’ll need to create an override of the template located at: wp-content/plugins/the-events-calendar-community-events/src/views/community/modules/datepickers.php and replace the function that generates the timezone options at line 93, with just the America options. The replacement code should looks like the following:
...
<option value="America/Chicago">Chicago</option>
<option selected="selected" value="America/New_York">New York</option>
...
The process of creating template overrides is described in our themer’s guide.
Please let me know if you can it working with these tips,
Best,
NicoNico
MemberHowdy Joakim,
Welcome to our support forums and thanks for reaching out to us. Unfortunately the two features you are asking about are not available at the time and neither they are on our short term roadmap ๐
You are welcome to suggest this feature request at The Events Calendar user voice page, where we gather feedback from our community.
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberHowdy Steve,
Welcome to our support forums and thanks for reaching out to us. I’ll try to help you with this issue.
Let me say that I’m not familiazired with the Shipwire extension or how it works, so not sure about it. Can you elaborate a bit on how it works? I’ve gone through the extension description and I’m aware of the general functionality, but not sure how you can select which orders to track and so. For example if you manually create an order in Woo, will the plugin try to track it? Is there an options panel were you can select which orders to track?
I’ll try to help you with this, but it might be a god idea to reach out to SkyVerge support (the extension devs) as well.
Please let me know about it,
Best,
NicoNico
MemberHi Karen,
Thanks for reaching out to us on this. Unfortunately there’s no way of doing so right now. The only way to do so would be to manually create the orders in WooCommerce (or the e-commerce platform you use with Event Tickets Plus).
You are welcome to suggest this as a feature idea at The Events Calendar user voice page where we gather feedback from our community.
Please let me know if there’s anything else I can do for you,
Best,
NicoNico
MemberHey James,
Thanks for reaching out to us on this! I’ll help you getting this done the right way ๐
The correct way of doing this is to add a filter to tribe_events_filter_values and modify the filter values before they get printed. Add the following snippet to your theme’s functions.php file:
/*
* The Events Calendar - Change filter values
*/
add_filter( 'tribe_events_filter_values', 'tribe_change_filter_values', 10, 2 );function tribe_change_filter_values ( $values , $slug ){
if ( $slug == 'dayofweek' ) {
// remove mondays
unset($values[0]);
// preview values
//echo ''; //print_r($values); //echo '
';
}return $values;
}
In the example above I’m removing Mondays as an example, I guess you’ll get how to customize the code!
Please let me know if this works for you,
Best,
NicoNico
MemberHey Shaun,
Thanks for following up on this! Good catches on the PHP errors, I forgot that sometimes pasting snippets in the editor is not best idea as in this case some tags get omitted/converted.
Please try again with the same original snippet:
https://gist.github.com/niconerd/0a46d2e6e3ccd70ed29e
This is working correctly in local install, also linking the first part. I’ve removed a bit the code for search, pages and day view as you don’t seem to need that.
Let me know if it works as expected now!
Best,
NicoNico
MemberDale Alicia, cualquier cosa me avisas. Estoy para ayudarte ๐
Saludos,
NicoNico
MemberHey Michael,
Thanks for reaching out to us! Interesting question here…
do I edit it in eventbrite and itโs updated on the calendar? Or update on the calendar and itโs sent to eventbrite?
Both should work! And the result should be the same.
Just give it a try and let me know if something doesn’t work as expected,
Best,
NicoNico
MemberHi Sheila,
Thanks for reaching out! We do not provide customer support in here (Pre-Sales forum). If you are a license holder please log into you account (https://theeventscalendar.com/my-account/) and post a new thread in the appropriate forum. In case you don’t you can post in our wordpress.org support forum which is monitored once a week.
Iโll go ahead and close out this thread, but please do post in the correct forum and we will be happy to assist you there.
Best,
NicoNico
MemberHi there Allison,
Thanks for reaching out to us and sorry to hear about this issue… I’ll help you getting it right!
To start off can you send me the feed URL? I would like to verify the output of the feed.
Also, I see you marked that you have tested for conflicts, can you please confirm this?
Please let me know about it,
Best,
Nico -
AuthorPosts
