Geoff

Forum Replies Created

Viewing 15 posts - 7,711 through 7,725 (of 10,150 total)
  • Author
    Posts
  • in reply to: Event with Same Title Appear only once #956407
    Geoff
    Member

    Hi Beth and thanks for getting in touch. Welcome back to the forums. 🙂

    That’s a great question. As you might imagine, tribeHideRecurrence only has an impact if the events are in the same recurring series. That means two events can have the same title and still display since they are separate posts in seaprate series.

    One idea might be to create a category called Hidden and remove that category from your calendar display. That would allow you to set the visibility on specific events that you would prefer to hide.

    Would that work for you? Please let me know.

    Cheers!
    Geoff

    in reply to: Community Events #956404
    Geoff
    Member

    Hi there Klaus and thanks for getting in touch! We’re stoked you’re considering the Community Events plugin. 🙂

    Excellent question. For the time being, all venues and organizers will be available to select from the event submission form. You can set a default venue and organizer if you have The Events Calendar PRO activated and installed as well, but hiding specific venues and organizers themselves would likely take some custom development to achieve.

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

    Cheers!
    Geoff

    in reply to: Facebook images not showing in single event view #956402
    Geoff
    Member

    Hey there Simon–thanks for getting in touch and sorry for the issue here!

    Man, I definitely see what you mean:

    • Some events have a broken featured image in the Month View and the Single Event view
    • Some events have a working featured image in the Month View and a broken image in the Single View
    • Other have a working featured image in both the Month View and the Single View

    I honestly haven’t come across other reports that match up specifically like this and have been unable to reproduce that same error in my local tests.

    I see you noted having tried deactivating all other plugins. Did you happen to notice a difference when all other plugins were deactivated?

    I know it can be a pain, but are you able to try activating a default WordPress theme (like Twenty Fifteen) to see if that makes a difference? It would be even all other plugins were deactivated as well. This can be done on a separate test domain or a subdirectory so it doesn’t interfere with your live site. Set that up and try importing those same events to see if the issue happens there as well.

    Just a shot in the dark: do you have any custom functions for featured post thumbnail in your theme? Or perhaps a plugin that manages post thumbnail sizes?

    Let’s start there and see what we find. 🙂

    Cheers!
    Geoff

    in reply to: Events don't show in right order when using Filter Bar #956366
    Geoff
    Member

    Hey there, Moritz–thanks for getting in touch and welcome back to the forums. 🙂

    Sorry for the issue here with the Filter Bar. Let’s see if we can tackle here together.

    I do indeed see what you mean. When I select Tuesday from the Filter options, I see that the order of events on the 4/21 and 4/28 seem to alternative in order.

    I noticed that the browser tab also returns undefined when using the Filter Bar. That makes me wonder if there isn’t some other theme or plugin conflict at play that could be triggering this behavior.

    Are you by chance able to try activating a default WordPress theme (like Twenty Fifteen) to see if the issue pops up there as well? How about when deactivating all other non-Modern Tribe plugins while the default WordPress theme is active?

    I know that can be a pain on a live site, but you can also try to run that same experiment on a test site that is installed on a subdomain–this will help prevent any interruption to your site while we troubleshoot.

    Let’s start there and see what we find. 🙂

    Cheers!
    Geoff

    in reply to: Pro, Eventbrite, facebook and social media #956360
    Geoff
    Member

    Hi Randall–thanks for getting in touch!

    Good questions. Let’s see if we can tackle them one at time here. 🙂

    I need the calendar to sync with our magazine blog, as well as Eventbrite and Facebook so how do I make all this happen?

    Currently, there is no way to have events sync with another website. We’re looking into automated syncs for other calendars with The Events Calendar via iCal, but that’s not quite what you’re looking for either.

    We do have Eventbrite Tickets, which will certainly allow events to be imported into your WordPress site from Eventbrite and vice versa. It also allows your visitors to register for your events from the website, which is a nice plus.

    Same thing with Facebook: we have a Facebook Events add-on that will allow you to import events from Facebook into WordPress, but with an automated schedule.

    Concern, I notice when I export an event into ical calendar it brings the short codes in too, in fact the short codes are display in the notes section, how do I prevent this?

    I do indeed see what you mean here. Shortcodes are picked up in WordPress content by default, but I wonder if applying the strip_shortcodes() function would do the trick. I have tested this, but that might look something like this in your theme’s functions.php file:

    function remove_shortcode_from_index( $content ) {
     if ( tribe_is_event() && is_single() ) {
     $content = strip_shortcodes( $content );
     }
    
     return $content;
    
    }
    
    add_filter( 'the_content', 'remove_shortcode_from_index' );

    You may need to tweak that a bit, but hopefully it gets things back in place.

    I was very surprise not to see any social media buttons to share calendar events.

    It’s true that the calendar does not provide social sharing options, but there are plenty of other plugins that will add that functionality, such as JetPack’s social sharing module.

    Does this help answer your questions? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Auto Facebook import not working #956351
    Geoff
    Member

    Closing this thread per request via email. We will focus on this thread instead:

    Auto Import

    Cheers!
    Geoff

    Geoff
    Member

    Hi Kate! This thread has been quiet for a couple of weeks, so I’m going to go ahead and close it. Please feel free to start a new thread if you still have questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Calendar won't load beyond current month #956321
    Geoff
    Member

    Hey Taylor! This thread has been quiet for a couple of weeks, so I’m going to go ahead and close it. Please feel free to start a new thread if you still have questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Category Filter #956318
    Geoff
    Member

    Hi Nancy! This thread has been quiet for a couple of weeks, so I’m going to go ahead and close it. Please feel free to start a new thread if you still have questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Duplicate ticket #956317
    Geoff
    Member

    Hey there Flemming! This thread has been quiet for a couple of weeks, so I’m going to go ahead and close it. Please feel free to start a new thread if you still have questions here and we’d be happy to help.

    Cheers!
    Geoff

    in reply to: Menu Highlight #956316
    Geoff
    Member

    Hey there Stephen! This thread has been quiet for a couple of weeks, so I’m going to go ahead and close it. Please feel free to start a new thread if you still have questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hey there Matthew! This thread has been quiet for a couple of weeks, so I’m going to go ahead and close it. Please feel free to start a new thread if you still have questions here and we’d be happy to help. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hi DT Forum,

    This thread has been quiet for several weeks, so I’m going to go ahead and close it. I know you were frustrated when we closed the last ticket, but we’ve followed up here and would be happy to help you out in a new thread if you have any other questions or comments here.

    Cheers!
    Geoff

    in reply to: send tickets automatically after paying (PayPal) #956313
    Geoff
    Member

    Hey there! It’s been a couple of of weeks, so I’m going to go ahead and close this thread. Please feel free to start a new thread if you still have questions here and we’d be happy to help. 🙂

    Geoff

    in reply to: Missing map on Event Detail page #956312
    Geoff
    Member

    Hey Spencer! It’s been a couple of of weeks, so I’m going to go ahead and close this thread. Please feel free to start a new thread if you still have questions here and we’d be happy to help. 🙂

    Geoff

Viewing 15 posts - 7,711 through 7,725 (of 10,150 total)