Forum Replies Created
-
AuthorPosts
-
December 4, 2017 at 1:32 pm in reply to: Contact info does not display When Multiple Event Organizers #1398104
Andras
KeymasterHi 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,
AndrasAndras
KeymasterHello 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,
AndrasAndras
KeymasterHi 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,
AndrasAndras
KeymasterHi 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
Andras
KeymasterYou 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,
AndrasPS: 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!
December 4, 2017 at 3:36 am in reply to: Import from Google Calendar has wrong Venue (also dropping "Ć©") #1397686Andras
KeymasterHi 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,
AndrasAndras
KeymasterThis reply is private.
Andras
KeymasterThis reply is private.
Andras
KeymasterHello 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,
AndrasDecember 4, 2017 at 2:57 am in reply to: Problems with 4.6.1.1 for Events Tickets and Events Tickets Plus #1397671Andras
KeymasterHello @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,
AndrasAndras
KeymasterHi 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,
AndrasAndras
KeymasterHey 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,
AndrasAndras
KeymasterHi,
Sorry, yes, in your theme’s (preferably child theme’s) functions.php file.
Andras
Andras
KeymasterHello 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,
AndrasAndras
KeymasterHey 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
-
AuthorPosts
