Forum Replies Created

Viewing 15 replies - 46 through 60 (of 231 total)
  • Santiago

    (@sjaure)

    Hi @timblake3,
    Thanks for writing in.

    Your custom events page looks great and I can spot two small things to mention.
    One is the fact that your Events page slug should not be the same as the slug of your custom events page. This can cause some conflicts. Despite the fact that the permalink in this case is not the same, I’d suggest you go to Events->Settings->General and change the slug for the events page to something different.

    Secondly, the “See all” link is taking you back to the events archive page ‘your-site-url/events’ . You can change this by customizing the single-event template.
    In order to do so, you need to create a copy of this file: /the-events-calendar/src/views/single-event.php

    You need to place the copy here: [your-theme]/tribe-events/

    Once there, you can change the line 28 and set your custom URL replacing
    href=”<?php echo esc_url( tribe_get_events_link() ); ?>”

    by

    href=”https://guilfordworks.info/news-information/events/&#8221;

    Let me know if it works for you

    Best
    Santiago

    Santiago

    (@sjaure)

    Hi @druideniggi,
    Thanks for reaching out,

    When you say “the shortcode events” what exactly do you mean? Is it a third party plugin that you are integrating or a custom development?
    Please note that our shortcodes are available only on the PRO plugin, thereofre you will not be able to use them.

    The category archive page should ddisplay all events that belong to a particular category. Are you sure there are events with that categorya assigned?

    Hi @kalpg,
    Thanks for writing in,

    I had a look on your calendar and the styling seems to be working fine now.
    I wonder if you figured it out?

    Let me know if I’m missing anything

    Best
    Santiago

    Hi @crosstherubicon,

    You don’t seem to be using The Events Calendar default view on this page: https://www.lsssc.org/events/

    Does this happen also on the default calendar page?
    Could you please share the URL to the default calendar?

    Looking forward to your reply
    Best
    Santiago

    Hi @anweb,
    Thanks for writing in,

    I had a look on your calendar page and it seems that you are using Fusion builder.
    I guess the events grid is sorting the events by creation date?
    You should look into Fusion settings and see if you can change the meta key used for sorting the list.

    Does it makes sense?
    Let me know how it goes

    Best
    Santiago

    Hi @erubianes ,
    Thanks for writing in,

    Our team is working at the moment on making the necessary changes to integrate our plugins with Elementor.
    You will soon be able to craft events pages using elementor blocks.
    Unfortunately there is not much of a temporary workaroud.

    I’m sorry I can’t be of much help on this, and I hope we can soon share the good news about the integration.

    Best
    Santiago

    Hi @robinovic,
    Thanks for writing in.

    You are right about that, the method mentioned in the knowledgebase article will only work with legacy styling.

    The way you can accomplish this with V2 is by customizing the title template for the specific view where you need to change the link. For example, in month view this is the title template:/the-events-calendar/src/views/v2/month/calendar-body/day/calendar-events/calendar-event/title.php

    You need to create a copy of the template and place it here: [your-theme]/tribe/events/v2/month/calendar-body/day/calendar-events/calendar-event/

    Once you have the copy in place, you need to change $event->permalink on line 22 for tribe_get_event_website_url( $event )

    If you need to do the same on list view. This is the template: the-events-calendar/src/views/v2/list/event/title.php

    And this is the path for the custom template: [your-theme]/tribe/events/v2/list/event/

    Let me know how it goes
    Best
    Santiago

    Hi @liubovwp,
    I’m sorry to hear you are experiencing this problem.
    You seem to have bumped into a known issue related to some non-english sites.
    Our team is currently working on a fix for this. I’ll make sure we contact you to let you know as soon as it is available.

    Best
    Santiago

    HI @mirarno ,
    Thanks for writing in,

    Could you please try the following snippet and see if it works for you?
    You need to copy and paste the snippet at the bottom of your theme’s functions.php file

    add_filter( ‘tribe_get_event_website_link_target’, ‘tribe_blank_target_for_event_link’ );
    function tribe_blank_target_for_event_link() {
    return ‘_blank’;
    }

    Let me know how it goes
    Best
    Santiago

    Hi @mcarpinter,
    Thanks for writing in.
    The file you mention is the template for a single organizer view when using legacy calendar styles. However, it is not clear to me if you need to edit the oragnizer’s page, because this is a feature included in the PRO version.
    If you want to edit the organizer’s details in a single-event view, this is the file you should be looking for: /the-events-calendar/src/views/blocks/event-organizer.php

    Create a copy and place it here: [your-theme]/tribe/events/blocks/

    Let me know if I’m missing anything.

    Best
    Santiago

    Hi @awtd,
    Thanks for writing in,

    There are lots of questions I’d like to ask about the way you will “check providers and cosumers one against the other” and also, what the bussiness rules are for that. But I will assume you have it already sorted?

    About using events to represent a custom post type, note that this is not the expected use for our plugin, therefore you might bump into some issues.
    18 thousand sounds like a high number and I’m sure it will impact yourr site’s performance.
    The only workaround I can think of is setting each provider availability as a single multiday event (3 months long) and making clear in the event title or details what the availability time is for each. That way you will only have 200 events, one for each provider.

    Let me know if this helps.

    Best

    Hi @geeknj,
    Thanks for reaching out,

    Our calendar doesn’t provide a way to accomplish this, unless you had a filter bar license.

    Fortunately, there is a third party plugin called The Events Calendar Shortcode & Block that includes a ‘cat’ parameter in the shortcode allowing to add several categories (comma separated).
    Something like this should work> [ecs-list-events cat=‘festival, workshops’]

    Let me know if it helps
    Cheers
    Santiago

    Hi @mglcarina,
    Thanks for reaching out,

    Unfortunately, there is only one main calendar view available with The Events Calendar.
    Accomplishing this with the PRO version would be easy by using the calendar shortcodes on any page in your site.

    The only workaround I can think of is setting up three real different sites with subdomains in a network setup. Then use the calendar view on each site.

    Anout the styling I gues you would be able to customize each single-events view once you have the calandars separated.

    Let me know if I’m missing anything here.

    Best
    Santiago

    Hello @subaqua, @ingenieriasci,
    I’m investigating this issue following up on a thread @stevewhite started in our premium support channel.
    Could you please let me know if you are using any extension to The Events Calendar?

    Looking forward to your reply.
    Thanks
    Santiago

    Hi @arbmil,
    Thanks for writing in,

    Before we start troubleshoting this issue. Could you please go through this knowledgebase article and make sure you are following the right steps to setup your calendar?

Viewing 15 replies - 46 through 60 (of 231 total)