Nico

Forum Replies Created

Viewing 15 posts - 4,081 through 4,095 (of 6,506 total)
  • Author
    Posts
  • in reply to: Only two days in the calendar view. Sidebar #1105945
    Nico
    Member

    Hi Ralf,

    Thanks for following up!

    I would like to know if i could get a grid view (like the month view) including only two special days?

    I’m not sure why Month View won’t work for you. Of course as you only have two events in the year it will show most of the time as empty but that can be solved by pointing users to the specific month in the Calendar link (instead of linking to http://sitename.com/events/ – you can link users to http://sitename.com/events/2016-07/).

    Creating a new custom view for this would be rather complicated and a customization we cannot support, but I have the impression you need something much simpler than that. Take a look at the PRO widget shortcodes, those might help you as well.

    Please let me know if this answers your question or maybe I’m not getting the point?
    Have a great weekend,
    Nico

    Nico
    Member

    Hey Habib,

    I’ve already sent an update on this to Krista on another thread she opened. Basically there’s seems to be a bug in the CSV importer, which I suspect might be related to the WP 4.5 update.

    Can you confirm which version of WordPress and of our plugins you are using?

    I’ll be running some extensive tests tomorrow on the importer to try to identify the bug, and I’ll let you know.

    Best,
    Nico

    in reply to: .csv import is overwriting the event title and location #1105634
    Nico
    Member

    This reply is private.

    in reply to: Importing events and missing data in Venue location? #1105633
    Nico
    Member

    This reply is private.

    in reply to: iCal Import Not Working Correctly #1105629
    Nico
    Member

    Hi there,

    Thanks for following up and for sending over system info. Looks like the maintenance release (coming out next week) should fix the dates issue. Nevertheless I’ll try to reproduce the issue with your date format settings. Regarding the expected results you commented:

    URL: will be imported as the event URL.
    LOCATION: will create a new venue, and the name will be the address (the string really) that in the ical location line.

    I’ll dig a bit more into the date issue to make sure the coming fix will solve it, or to see if this is a new issue we should be addressing.

    I’ll give you a heads-up on this tomorrow,
    Best,
    Nico

    in reply to: Updating Pricing not Reflected on Event Page #1105618
    Nico
    Member

    Hey Ben,

    Thanks for confirming, I’ll run some tests tomorrow on my local install and let you know about my findings.

    Best,
    Nico

    in reply to: Adding Ticket Fields to RSVP Table #1105617
    Nico
    Member

    Thanks for confirming Terry,

    I’m a bit short of time to investigate this today, but I’ll give you a heads-up on whether this is possible or not.

    Best,
    Nico

    in reply to: Next Εκδηλώσεις #1105611
    Nico
    Member

    Hey Stavros,

    Thanks for following up!

    How can I add this form at the end of event?

    Can you specify what form you are referring to?

    Can I change the labels that they have? Such as the “Send RSVP confirmation to:” etc

    You can submit a translation for this if it’s not yet translated. If you want to define custom translations you can use the Say What? plugin or the code described in this article: Change the wording of any bit of text or string.

    Best,
    Nico

    in reply to: recurrence description lost in update #1105599
    Nico
    Member

    This reply is private.

    in reply to: form and doubling of events #1105576
    Nico
    Member

    Hey ckas,

    Great to hear we could nail it!

    How do i communicate this to people filling in the form or do i need to just fix the problems each time. I noticed the form cant be edited etc

    You mean this events are submitted via Community Events form? Maybe putting up a note in the form for this would work? In that case you can add a warning at the event of the ‘Event time & date‘ section by adding this snippet to your functions.php file:


    function display_custom_message ( ) {
    ?>
    <p>Please bear in mind the following before posting...</p>
    <?php
    }
    add_action ( 'tribe_events_community_after_the_datepickers', 'display_custom_message' );

    You can use the action tribe_events_community_after_the_datepickers if you want the notice to display before the ‘Event time & date‘ section.

    Please let me know if this answers your question,
    Best,
    Nico

    in reply to: Event Tags Custom Taxonomy #1105568
    Nico
    Member

    Hi Cory,

    Thanks for getting in touch! I’ll help you here…

    So, one way of achieving this might be by creating a PRO additional field for the ‘event tags’ instead of a new taxonomy. FilterBar supports additional fields, and creates a list of values from all the events that have something in this field.

    Do you think this might work for your project?

    Do we need to edit the Tag.php file in the plugin filters/Tag.php – or do we need a custom function?

    Editing the core files is never advised, also the edits will be overwritten when the plugin updates. So you’ll need to custom code this, here’s an old example that will surely help if you decide to build this.

    Please let me know about it,
    Best,
    Nico

    in reply to: Event Organizers Adding Tags #1105553
    Nico
    Member

    Hi there Alison,

    Thanks for reaching out to us! Let me start by saying you raise an interesting point here.

    I see you also left a comment in The Events Calendar user voice page about it, thanks for that. We actually have an internal ticket to address this feature, but it hasn’t been scheduled for a release yet. This means it’s on the plan to develop this, but won’t happen soon. Anyway, I’ve added your comments and bumped the ticket priority.

    Unfortunately there’s no shortcode or snippet to add tag support in Community Events t the time.

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

    in reply to: Strange URL problem #1105395
    Nico
    Member

    Hey HRR,

    Thanks for following up! Seems that a function name has changed or something… I just tested the code locally and added a couple of lines to change the ‘Organizer’ label in the event meta. Here’s the complete code:

    https://gist.github.com/niconerd/17619ba33404045e4533fd72ec777382

    Be sure to change the plural label, I just copied the individual one in there.

    Please give the snippet a new try and let me know if it works now (and remember to flush permalinks after adding it),
    Best,
    Nico

    in reply to: Show only events of a specific category in the calendar #1105361
    Nico
    Member

    Hey Ruud,

    Thanks for the heads-up, and glad to hear you could find a work around!

    Seems we posted at the same time 🙂

    Please let me know if I can close this thread,
    Best,
    Nico

    in reply to: Show only events of a specific category in the calendar #1105352
    Nico
    Member

    Hey Ruud,

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

    I’ve created a snippet for you to us, just paste it in your theme’s functions.php file, and of course change the category slug:

    https://gist.github.com/niconerd/90696d902ea7d42cd3d67d39040eb0ab

    Please let me know if it works for you,
    Best,
    Nico

Viewing 15 posts - 4,081 through 4,095 (of 6,506 total)