Nico

Forum Replies Created

Viewing 15 posts - 4,936 through 4,950 (of 6,506 total)
  • Author
    Posts
  • Nico
    Member

    Hi Dave,

    Thanks for reaching out to us and for your interest in our products.

    While the purpose of this forum is to address pre-sales questions and not general inquiries, I’ll try to give you a brief answer. If you use list view as default events view you’ll see all upcoming events (paged if the total quantity is bigger than the events per page setting). On the other hand if you use month view as default view you’ll only see events from the upcoming month as you state.

    I’ll go ahead and close out this thread (as stated this forum is only for pre-sale support), but if you have any other support questions please post them to our free forum over wordpress.org, or if you hold a license for our plugins please login and post it in the appropriate premium forum.

    Have a great week,
    Nico

    in reply to: Show first events from a series of recurring events #1057867
    Nico
    Member

    Hey Florian,

    Glad to help you out with this one as well!

    To show only the first instance of a recurring event in the upcoming event widget (and all list-style views) just go to WP-Admin > Events > Settings > General > Recurring event instances, check that option and Save Changes. After that the widget should work as you describe.

    Please let me know about it,
    Best,
    Nico

    in reply to: Tooltip hover for calendar widget #1057832
    Nico
    Member

    Hi Florian,

    Thanks for reaching out to us!

    Regarding how to customize this widget, take e a look at the Customize part of the how to configure article. This Week widget doesn’t come with the option to show the same tooltip as the week view has, while this is possible via a customization it’s not supported at the time. I guess you can re use the tooltip template from week view in some way, but you’ll need to try that out as we don’t have any guide or process to do so.

    You are welcome to suggest this as a feature in The Events Calendar user voice page.

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

    Nico
    Member

    Hi there @awakeninghearts,

    Thanks for reaching out, I’ll help you here 🙂

    First of all please review our Themer’s guide to get a sense of how to tweak our plugin style and templates. Specifically for font and size changes, you can also check the article Basic font and color changes with CSS.

    Regarding your update question, yeah you just need to click on the ‘Update Now’ button for each plugin and that should be all. It’s always recommended to update first in a staging site to see if the update works as expected first, and after confirming it then update in the production site. I strongly recommend to do so in your case as you are updating from an ‘pretty old’ version to the latest.

    Please let me know about how this goes,
    Best,
    Nico

    in reply to: Compatible themes #1057617
    Nico
    Member

    Hey Jacquie,

    I’m closing this thread due to the lack of reply. Feel free to open a new one if this is still an issue for you.

    Best,
    Nico

    in reply to: Events list – We are open today – Hollidays #1057615
    Nico
    Member

    Hey Withard,

    I’m closing this thread due to the lack of reply. Feel free to open a new one if this is still an issue for you.

    Best,
    Nico

    Nico
    Member

    Glad to hear Nienke 🙂

    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 wishes for 2016 to you too, thanks 🙂
    Nico

    in reply to: Can't update Events Ticket Plus from 4.0 #1047530
    Nico
    Member

    Stocked to hear John,

    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 wishes for the holidays 🙂
    Nico

    in reply to: Redirect to custom login #1046077
    Nico
    Member

    Glad to be of service Smyth 🙂

    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 wishes for the holidays,
    Nico

    in reply to: Filtered Categories Not Displaying Correctly #1046076
    Nico
    Member

    Hey Diane,

    Thanks for your feedback on the snippet! I’ve added support for day view and re-checked on my local install how it’s working on month view, everything seems to be fine on my end.

    Please re-test the updated snippet:

    https://gist.github.com/niconerd/47428c8b994422d6f549

    Remember the snippet is affecting the categories array( 'concert', 'convention' ), remember to change that to match your actual categories.

    Best,
    Nico

    in reply to: Order Confirmation Displaying Blank Results #1046041
    Nico
    Member

    Glad to hear Paige 🙂

    I guess they are working on compatibility with WordPress 4.4 at the moment and a new version should be released soon to address these issues!

    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: Rsvp email and name missing on event page #1046032
    Nico
    Member

    Hi Andrea,

    Thanks for confirming!

    It’s possible to create a template override of the RSVP tickets form to make 1 the default value and to show the name + email part when the page loads. The process of creating template overrides is describing in our themer’s guide.

    The file you’ll need to create an override for is ‘wp-content/plugins/event-tickets/src/views/tickets/rsvp.php’ and the modified code of the template should be the following:

    https://gist.github.com/niconerd/3ca20d797fb64bbd8fa8

    Also, please note that this is not a good idea if you are having more than one RSVP ticket types per event. I guess it’s not the case anyway.

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

    in reply to: Order Confirmation Displaying Blank Results #1046027
    Nico
    Member

    It appears to be so, I’m sure the guys behind WP Ecommerce are working towards this. You can try to reach out to them directly on this.

    I’ll keep the thread opened for now until you can confirm this is an issue on WP Ecommerce side. Again, I’m mostly sure it is, but you’ll need to downgrade WordPress version to 4.3 to be sure, or contact them about this.

    Please give me a heads up on this when you have more info,
    Best,
    Nico

    in reply to: Redirect to custom login #1046022
    Nico
    Member

    Music to my ears Smyth! We can hook the same function to the tribe_ce_event_list_login_form action…


    add_action ( 'tribe_ce_event_submission_login_form', 'tribe_ce_redirect_login' );
    add_action ( 'tribe_ce_event_list_login_form', 'tribe_ce_redirect_login' );

    function tribe_ce_redirect_login ( ) {
    wp_safe_redirect( site_url('/login/') );
    exit;
    }

    Please give it a try and let me know,
    Best,
    Nico

    in reply to: Can't update Events Ticket Plus from 4.0 #1046019
    Nico
    Member

    Hey John,

    Thanks for following up with your system info, everything seems right to me. Maybe the PHP version is a little old, we should pay attention to it but nothing that we know beforehand can cause an incompatibility. What I do see is that Event Tickets has not been updated to 4.0.2 as well, that might be the cause of tickets not showing.

    We have just released maintenance release 4.0.3 for The Events Calendar, Event Tickets and Event Tickets Plus, please update them all and let me know if the issue is still present.

    Best,
    Nico

Viewing 15 posts - 4,936 through 4,950 (of 6,506 total)