Nico

Forum Replies Created

Viewing 15 posts - 2,566 through 2,580 (of 6,506 total)
  • Author
    Posts
  • in reply to: Listing venues and organizers #1166048
    Nico
    Member

    Perfect! Thanks for confirming Jens ๐Ÿ™‚

    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.

    Have a great week,
    Nico

    in reply to: show category with colour above event title views #1166047
    Nico
    Member

    This reply is private.

    in reply to: Google Map and Map links #1166037
    Nico
    Member

    Awesome Stuart, great job with the CSS ๐Ÿ™‚

    You can control the date time settings in ‘WP-Admin > Events > Settings > Display > Date Format Settings’, for example you could use ‘<br>’ as ‘Date time separator’ to move the time to a new line. This will affect the rest of the site, if this doesn’t work we can explore other options, but probably will have to replace how the date output in the template.

    Regarding the country in the venue details, you can use this CSS snippet to make always show in a new line without increasing font size:

    .tribe-country-name {
    display:block;
    }

    You can do the same with other lines of the venue details if you want or also add some more specificity to the selector (by preprending .tribe-events-list) to narrow the effect of this rule just to list view.

    Please let me know if those tips help you out,
    Best,
    Nico

    in reply to: Listing venues and organizers #1165894
    Nico
    Member

    Thanks for following up Jens!

    Just add the following snippet to your theme’s (or child theme’s) functions.php file:

    /* Tribe, add content + image to venue/organizer shortcode (https://theeventscalendar.com/knowledgebase/listing-venues-and-organizers/) */
    function tribe_venue_organizer_list_add_info ( $item, $atts ) {

    $item = substr ( $item, 0, -5 );

    // add content
    $item .= '

    ' . get_the_content() . '

    ';

    // add featured image

    if ( $img = get_the_post_thumbnail ( ) ) {
    $item .= '

    ' . $img . '

    ';
    }

    $item .= '';

    return $item;
    }

    add_filter( 'TEC_VenueOrganizer_List.list.item', 'tribe_venue_organizer_list_add_info', 10, 2 );

    You can change the markup and order of the content and image, it’s just a sample!

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

    in reply to: iCal import not entirely working, recurring events #1165836
    Nico
    Member

    Thanks for confirming Douglas!

    Sorry for the hassle with the recurrence bug, and really glad to hear Events Aggregator will work for you ๐Ÿ™‚

    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.

    Hope you have a great week,
    Cheers,
    Nico

    in reply to: Can't see event's main page #1165155
    Nico
    Member

    Ha! Thanks for confirming ๐Ÿ™‚

    I’ll talk about this with our dev team, this is something we couldn’t reproduce but that we’ve seen a couple of times after plugin updates. Now 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.

    Have a great weekend,
    Nico

    in reply to: What javascript needs to be in the header? #1165142
    Nico
    Member

    Hey Craig,

    Thanks for following up! Touched base once again with the dev team and the answer is the same: as long as you don’t alter the load order of the scripts, they should work well in the header or footer. So give it a try!

    Best,
    Nico

    in reply to: Trouble Downloading Calendar PRO #1164818
    Nico
    Member

    Thanks for letting us know Lorie!

    We detected a bug in the downloads page today. The fix should be up in the site now ๐Ÿ™‚

    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: show category with colour above event title views #1164817
    Nico
    Member

    Tnanks for following up Pau and sorry to hear about this issue ๐Ÿ™

    Most probably this is a formatting issue. Try pasting the new snippet in a plain text editor (like notepad in Windows or TextEdit -in plain text mode- for Mac), once the code is there copy it again to your file and re-test.

    Also, I’ve tested the code locally and it’s running smoothly!

    Please let me know if you can get this right,
    Best,
    Nico

    in reply to: ical importer imports google recurring all on the same date #1164809
    Nico
    Member

    You are welcome Vicente!

    As you marked my previous reply as correct and this seems to be fixed, 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: Border in Details View on Date and #1164578
    Nico
    Member

    Hi there Darren,

    Thanks for getting in touch!

    I cannot see the border, when I inspect an event in your site so I guess you could find a way of making it go away! If this is sill an issue please send me the direct link to view this and I’ll help out!

    Best,
    Nico

    in reply to: Events not showing in Jan 2017 month view #1164570
    Nico
    Member

    Hi there Simon,

    Thanks for reaching out to us on this!

    Taking a look at the event information you set up, it seems that the events has the exact same start date/time and end date/time. If you change the end date to be one hour more, does the event display in the site?

    If that doesn’t work, can you please delete the exclusion and retest? Ultimately if this is still not works please delete recurrence settings and try once again.

    Please let me know about this,
    Best,
    Nico

    in reply to: Can't see event's main page #1164567
    Nico
    Member

    Hi there @fynskerhverv,

    Thanks for getting in touch with us and sorry to hear about this issue ๐Ÿ™

    Can you please try the following steps?

    – Go to ‘WP-Admin > Events > Settings > Display > Enable event views’ and just leave ‘List’ active. Save Changes. Test.
    – If the problem still persists, then re-save permalinks. Test.

    Please let me know if this helps,
    Best,
    Nico

    in reply to: customizing and renaming #1164562
    Nico
    Member

    Howdy Christine,

    Welcome to our support forums and thanks for reaching out to us! I can help you here ๐Ÿ™‚

    Looks like Event Tickets is not getting the language correctly set, this might be due to a bug we will be solving in maintenance release 4.2.7 coming out later today.

    Can you please let me know if this works well after the update? If you need to change any of the terms after the update I can also help!

    Best,
    Nico

    in reply to: Listing venues and organizers #1164547
    Nico
    Member

    Hi there Jens,

    Thanks for getting in touch! I can help you here, but first can you please let me know how are you displaying the lists of organizers and venues? If you can add a link to where I can see each listing that would be great ๐Ÿ™‚

    Please let me know about it,
    Best,
    Nico

Viewing 15 posts - 2,566 through 2,580 (of 6,506 total)