Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHi CJ.
Great question — and, by the way, I love the mockups of the site design. 🙂
We do indeed have a widget that shows a Week view of the calendar, but not one that specifically shows two weeks of the Month view. Here is more information on the Week view widget and how it can be used:
Does this help answer your question? Please let me know.
Cheers!
GeoffGeoff
MemberHey Vasil, thanks for contacting us!
Absolutely. Facebook Events works with our without Events Calendar PRO installed. In other words, feel free to use Facebook Events directly with The Events Calendar. 🙂
Does this help answer your question? Please let me know.
Cheers!
GeoffGeoff
MemberHey Erwan, thanks for reaching out! Welcome to the forums. 🙂
The calendar uses the default WordPress function for excerpts, the_excerpt(). You could use a filter to control the length of those excerpts–there’s a great example in the WordPress Codex.
That might looks something like this in your functions.php file:
https://gist.github.com/geoffgraham/665326d7770cf732b94c
Does this help you get started? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberMy pleasure! Thanks so much for following up to let me know.
I’ll go ahead and close this thread but please feel free to let us know if any other questions pop up and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHi Peter and hope you had a great weekend!
There should be a link right above the ticket form on the front end of the site on a single event post. Once that link is clicked, it should take you to a screen that allows you to change your RSVP status.
Here’s a screencast of how that works. Are you seeing the same option on your events post?
Thanks,
GeoffGeoff
MemberHi Nick, I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please do let us know if any other questions come up and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHi Trey, I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please feel free to let us know if any questions about The Events Calendar come up and we’d be happy to help.
Cheers and have a great day!
GeoffGeoff
MemberHi Saif,
Thanks so much for following up! I’m glad that the structured data for /events is working out fine — that’s exactly what I was hoping. 🙂
Unfortunately, we removed the structured data from the widget in version 4.0 due to reports about it showing up on everyones Google search results.
That being said, you can totally add it back if you want to. In fact, my colleague Brook has posted a workaround for that in this thread.
Cheers,
GeoffGeoff
MemberHappy to be of service! I’ll go ahead and close this thread, but please do let us know if any other questions pop up.
Cheers and have a great weekend. 🙂
Geoff
Geoff
MemberLOL, I would assume that at all! I know there are a lot of settings throughout the plugin, so missing something like that is pretty easy to do. 🙂
Cheers and have a great weekend!
Geoff
Geoff
MemberHi Alessandro and happy Friday!
There is another setting in Events > Settings > General that allows you to set default currency for events (screenshot). Are those also set to euro?
It’s worth noting that once you do change the currency in the settings, you will still need to go back into each event individually to change the currency for the events that are currently using dollars.
Cheers!
GeoffGeoff
MemberHello Martijn,
Hope you’re having a great day!
That’s very odd and I see exactly what you mean.
Do you know if there is any part of your theme that uses that code? Or perhaps another plugin? It does not appear to be coming from The Events Calendar, but rather some other place that is trying to insert itself in the calendar.
If you’re not exactly sure where the code is coming from, you can test by following the steps outlined in this post. It will walk you through the process of deactivated and reactivated your theme and other installed plugins one at a time to see where the code is coming from.
Let’s start there and see what we find.
Thanks!
GeoffGeoff
MemberHi Fritz,
I see what you mean — that’s no good!
I opened the browser console when looking at your site and it appears there are a number of Javascript conflicts. The tooltips in Month View are created with Javascript, so it’s very likely that some Javascript errors in either your theme or another installed plugin are causing a conflict here.
Before we dive too deep, will you please follow the steps outlined in this post? This will help us locate a conflict if one exists.
Let’s start there and see what we find.
Thanks!
GeoffGeoff
MemberHi Christine and happy Friday!
Sure thing, we can make that happen with some CSS. Try adding this to your theme’s style.css file or by using the Simple Custom CSS plugin:
#tribe-events-header .screen-reader-text { display: none; }Will that do the trick? Please let me know.
Cheers!
GeoffGeoff
MemberHey Math, happy Friday!
I think it would take some custom development to make this happen in cleanest way possible, but you could use some CSS to hide the organizer drop down selection altogether:
#event_tribe_organizer .saved-linked-post { display: none; }The trick is to make sure that Use New Organizer is the default value in your settings. 🙂
Will this work for you? Please let me know.
Cheers!
Geoff -
AuthorPosts
