Geoff

Forum Replies Created

Viewing 15 posts - 2,371 through 2,385 (of 10,150 total)
  • Author
    Posts
  • in reply to: widget ? #1151640
    Geoff
    Member

    Hi 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:

    Configuring the Events By Week Widget

    Does this help answer your question? Please let me know.

    Cheers!
    Geoff

    in reply to: FB Events with free version of Events Calendar #1151638
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Photo view, text lenght in events page #1151636
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Remove #1151629
    Geoff
    Member

    My 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!
    Geoff

    in reply to: Manually create/edit attendees #1151628
    Geoff
    Member

    Hi 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,
    Geoff

    in reply to: What Add Ons Does this Use? #1151626
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Consolidated Calendar #1151625
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Structured Data on Event Search Results #1151624
    Geoff
    Member

    Hi 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,
    Geoff

    in reply to: Organiser list #1151151
    Geoff
    Member

    Happy 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

    in reply to: Events Countdown Widget on next event #1150984
    Geoff
    Member

    LOL, 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

    in reply to: Set ticket currency #1150958
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: html in header of events on overview page #1150957
    Geoff
    Member

    Hello 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!
    Geoff

    in reply to: Hover over event in calendar monthly view #1150955
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Remove #1150951
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Organiser list #1150948
    Geoff
    Member

    Hey 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

Viewing 15 posts - 2,371 through 2,385 (of 10,150 total)