Andras

Forum Replies Created

Viewing 15 posts - 2,026 through 2,040 (of 6,224 total)
  • Author
    Posts
  • Andras
    Keymaster

    Hi Tara,

    Thanks for using our plugins and welcome to the forums!

    Yes, that is how our plugin works by default.

    It would be possible to add the information in case of multiple organizers with a template override. You can read more on how to create template overrides in our Themer’s Guide.

    You need to create an override of this file:

    wp-content\plugins\the-events-calendar\src\views\modules\meta\organizer.php

    here:

    wp-content\themes\{your-active-theme}\tribe-events\modules\meta\organizer.php

    Removing lines 37-39 should do the trick.

    Let me know if that does the trick.

    Cheers,
    Andras

    in reply to: several pre-sale questions p7 – filter bar #1398092
    Andras
    Keymaster

    Hello again George,

    On our test site you can give the filter bar a test drive, at least the front end part of it.

    The one more challenging thing in your request is filtering for 2 months at the same time, even in list view. There is no specific filter that would allow you to choose multiple months.

    As I described in the other thread, you can search for date with the default search bar. The result will be events which are on that date or later. The number of events displayed in the result list depends on your per page setting under Events > Settings > General tab.

    If there is 1 event in January, 5 in February and 5 in March, your setting is 10 per page, then you will be shown the Jan event, all the Feb events and 4 events from March.

    A workaround could be if you would create tags from the month names, and I assume cinema, theater, and disco will be categories. Then you can filter for the category and the tag, and you can have any combination.

    I encourage you to check this out on our test site.

    Also, feel free to purchase Filter Bar, take it for a spin, and if you decide it’s not for you, you can ask for a full refund within 30 days of purchase.

    Hope this helps.

    Cheers,
    Andras

    in reply to: several pre-sale questions p6 #1398083
    Andras
    Keymaster

    Hi George,

    What I can offer you is the following: if you purchase an Event Aggregator license, then I can share with you a complementary copy of our legacy Facebook Events plugin which should allow you to bulk import past events by their ID.

    Note however, that since Facebook Events is a legacy plugin which has been discontinued we don’t provide support for it.

    Of course, I totally understand if you choose a different plugin.

    Let me know your decision.

    Cheers,
    Andras

    in reply to: Nothing has been imported since latest update #1398073
    Andras
    Keymaster

    Hi Sarah,

    Do you get similar results with other Facebook urls as well?

    What you can try is totally disconnect Facebook from your site and reconnect. Here’s how you can do that:

    • go to Events > Settings > APIs tab and click on ‘Disconnect’ in the Facebook section
    • go to Facebook, click on the little down arrow in the top right corner, and choose ‘Settings’
    • On the Settings page go to ‘Apps’ and look for Event Aggregator in the list (screenshot)
    • Hover over it with the mouse and click on the ‘X’ to remove it
    • Now go back to Events > Settings > APIs and connect to Facebook again
    • Re-try the import

    Does this help with the issue?

    Andras

    in reply to: recurring events, same day different times #1397687
    Andras
    Keymaster

    You are so welcome!

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: If you like our plugins, and you didn’t yet do so šŸ™‚ we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. šŸ™‚ If you can spare a few words, that’s even better. Doublethanks!

     

    Andras
    Keymaster

    Hi Venture Cafe Team,

    A fix has been prepared for the accent issue and it is currently in the testing phase.

    If all goes according to plan the fix will ship with the upcoming maintenance release in a couple of days. Hang in there.

    Cheers,
    Andras

    in reply to: KapazitƤt eintragen #1397677
    Andras
    Keymaster

    This reply is private.

    in reply to: KapazitƤt eintragen #1397676
    Andras
    Keymaster

    This reply is private.

    in reply to: Recurrence "once" function in Calendar PRO #1397673
    Andras
    Keymaster

    Hello again Krystyna,

    I’m sorry to hear about the troubles. I ran the test again, this time creating the recurring event through the Community Event Submission Form, and all worked fine this time as well.

    Could you please send the 3 screenshots I asked for above?

    Did you manage to go through our conflict testing guide? It would be great if you could try creating a recurring event with all but the calendar plugins active and using a default theme like twentyseventeen. This would help us eliminate the possibility of a conflict with another plugin / theme.

    Thanks,
    Andras

    Andras
    Keymaster

    Hello @lopesmikael

    Thanks for reaching out.

    We haveĀ  a bug logged that is very similar to this. An attendee field (field set) that was created in 4.6.1 or before, will not show up for a ticket in 4.6.1.1

    A fix is already under way for this and should be released with the next MR, hopefully in the next couple of days.

    Cheers,
    Andras

    in reply to: several pre-sale questions p6 #1397670
    Andras
    Keymaster

    Hi George,

    Thanks for clarifying your need.

    Unfortunately there is no option to import Facebook events in bulk.

    You would need to do a separate import for each past event.

    There might be one other option, please give me some time to investigate. I’ll get back to you.

    Cheers,
    Andras

    in reply to: Configure Events Ticket Plus with Genesis Theme #1397668
    Andras
    Keymaster

    Hey Nick,

    3. How do you remove the H1 title below the hero image

    Take this file:

    wp-content\plugins\the-events-calendar\src\views\single-event.php

    and make a copy of it here:

    wp-content\themes\{your-active-theme}\tribe-events\single-event.php

    Open this new file for editing and delete line 34, which looks like this:

    <?php the_title( '<h1 class="tribe-events-single-event-title">', '</h1>' ); ?>

    4. How do you make the featured image not show in the body

    Copy-paste the below snippet into your active theme’s (preferably child theme’s) functions.php file:

    function remove_featimage( $content ) {
    return;
    }
    add_filter( 'tribe_event_featured_image', 'remove_featimage' );

    6. How do you remove ā€œEvents forā€ from the H2 title:

    I’m sorry, I believe I misunderstood the question.

    If you want to show only “December 2017 › SOLIDWORKS Training”, then use this in ‘Say What’.

    10. How do you change the ā€˜RSVP’ wording content to ā€˜Registration’ on the event page and emails etc?

    I checked, there is no RSVP wording in the email by default.

    To change it on the page, I have tested this with ‘Say What’ and it worked for me. Let me know if it doesn’t work for you:

    Same with this for “Tickets” => “Buy this class”

    13. how do you remove the ā€˜Send RSVP confirmation to:’ when they RSVP

    There is no way to remove those 2 fields. Those are required. I would rather recommend removing the name and email fields from the form that collects the extra attendee information.

    Please let me know in detail what works and what doesn’t from the above, and what is the result you get. The solutions I provided above all work on my test site.

    Is they don’t seem to work for you, then please switch your theme to twentyseventeen and check if it works with that. If it doesn’t work with twentyseventeen either, then we need to dig in that direction. If it works with that, but doesn’t work with your theme, then your theme is making some changes that influences these. In that case we need to take another path.

    Cheers,
    Andras

    in reply to: Require input before adding to cart #1397647
    Andras
    Keymaster

    Hi,

    Sorry, yes, in your theme’s (preferably child theme’s) functions.php file.

    Andras

    in reply to: recurring events, same day different times #1396730
    Andras
    Keymaster

    Hello Sabrina,

    Thanks for reaching out! That’s a superb question!

    Yes, it is possible to set up recurrence for the same day.

    Here is how the rules for that would look like.

    Here’s how it looks in month view, day view and list view.

    Hope this helps. Let me know if you have any more questions.

    Cheers,
    Andras

    in reply to: "Upcoming events" mode – lead in-only #1396721
    Andras
    Keymaster

    Hey Patrick,

    I guess this could be done with a bit of a custom code.

    I imagine something like this.

    Create a special category for these kind of events.

    Do a template override for the list view and month view. (And any other views you may need, possibly photo, day and week if you are using those.

    In the override check first the category of the event and if it’s a match, then don’t put a link to the event, so ppl cannot click and go there.

    The single event page will still be there though, just not accessible through the calendar views.

    Instead of categories you could also use tags or custom fields.

    Would this do the trick?

    Andras

Viewing 15 posts - 2,026 through 2,040 (of 6,224 total)