Nico

Forum Replies Created

Viewing 15 posts - 4,696 through 4,710 (of 6,506 total)
  • Author
    Posts
  • in reply to: iCal feed not working #1072229
    Nico
    Member

    Hey 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,
    Nico

    in reply to: Hide or Show Events List Widget on Event pages #1072228
    Nico
    Member

    Howdy @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,
    Nico

    Nico
    Member

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

    Nico
    Member

    Iโ€™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,
    Nico

    in reply to: Set United States Time Zone in Community "Add" Event Page #1072220
    Nico
    Member

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

    in reply to: Reminder auto mail and Queue list #1072139
    Nico
    Member

    Howdy 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,
    Nico

    in reply to: Enrolling Attendees #1072137
    Nico
    Member

    This reply is private.

    in reply to: Conflict with WooCommerce Shipwire #1072128
    Nico
    Member

    Howdy 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,
    Nico

    in reply to: Enrolling Attendees #1072124
    Nico
    Member

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

    in reply to: Customizing the filter bar #1072120
    Nico
    Member

    Hey 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,
    Nico

    in reply to: Major issue with breadcrumbs #1071720
    Nico
    Member

    Hey 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,
    Nico

    in reply to: Compatibilities #1071718
    Nico
    Member

    Dale Alicia, cualquier cosa me avisas. Estoy para ayudarte ๐Ÿ™‚

    Saludos,
    Nico

    in reply to: eventbrite + pro #1071716
    Nico
    Member

    Hey 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,
    Nico

    in reply to: Help – Events not showing correctly in calendar #1071627
    Nico
    Member

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

    in reply to: iCal feed not working #1071595
    Nico
    Member

    Hi 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

Viewing 15 posts - 4,696 through 4,710 (of 6,506 total)