Cliff

Forum Replies Created

Viewing 15 posts - 8,611 through 8,625 (of 10,686 total)
  • Author
    Posts
  • Cliff
    Member

    Hi. Sorry you’re experiencing this.

    There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.

    If it is, please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.

    If it doesn’t, please share your System Information. That will give me a lot of extra information to help diagnose the problem.

    Let us know what you find out.

    Thanks.

    in reply to: Add link to events list but not comm #1130420
    Cliff
    Member

    Hi Mark. I believe this “Widget Areas” plugin will help!

    You could then add a Text Widget to include HTML or a shortcode to show a button to wherever you want.

    in reply to: Events Calendar wp_oembed_get() problems #1130417
    Cliff
    Member

    Thanks for reporting this and for helping with the other thread on this topic (which has a snippet to help).

    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released.

    in reply to: All YouTube & Vimeo Links Broken #1130379
    Cliff
    Member

    RB Interactive, thank you very much for your contribution.

    One of our developers investigated this and provided the following notes:

    This code snippet will resolve the issue, which doesn’t modify our plugin’s core files:

    /**
    * Avoid a problem with Events Calendar PRO 4.2 which can inadvertently
    * break oembeds.
    */
    function undo_recurrence_oembed_logic() {
    if ( ! class_exists( 'Tribe__Events__Pro__Main' ) ) return;
    
    $pro_object = Tribe__Events__Pro__Main::instance();
    $pro_callback = array( $pro_object, 'oembed_request_post_id_for_recurring_events' );
    
    remove_filter( 'oembed_request_post_id', $pro_callback );
    }
    
    add_action( 'init', 'undo_recurrence_oembed_logic' );

    Please note this may not work retrospectively. In other words, if oEmbedding already went awry in a number of posts, they won’t automatically be fixed by this, but it should help where new content is oEmbedded thereafter.

    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release. I apologize for this issue and appreciate your understanding and patience.

    in reply to: 4.2 Events Calendar Errors and Site Crash #1130368
    Cliff
    Member

    Good job. Now, re-install The Events Calendar and activate it.

    in reply to: Problems with latest update #1130365
    Cliff
    Member

    Teme, here’s a video showing how it works by default: http://cl.ly/3U170u1q2e15

    This is how I remember it working since Event Tickets was released.

    Your CSS customization may be what you need to accommodate your theme, which is just fine.

    Please let me know if there’s anything more I can do for you at this time.

    in reply to: Get Event ID on Single Event Page #1130358
    Cliff
    Member

    However you choose to get it, the Event ID is just the WordPress Post ID.

    url_to_postid() or a similar function might be helpful to you.

    Once you get a Post ID, though, you should run it through tribe_is_event() to verify the Post ID is an Event ID.

    I hope that helps.

    in reply to: Shortcode for ?post_type=tribe_events #1130352
    Cliff
    Member

    Oddly, on first attempt, http://www.berlinbeerweek.de/?post_type=tribe_events redirected to http://www.berlinbeerweek.de/

    On second attempt, http://www.berlinbeerweek.de/?post_type=tribe_events loaded the Map View.

    Anyway, you’re asking for this existing feature request. Please add your vote there and let me know if there’s anything else I can do for you at this time.

    in reply to: Recurring Events (End Date) #1130096
    Cliff
    Member

    Hi Walter.

    This is what I see when I hover — http://cl.ly/2t242c2B0s0p

    Monthly on the same day

    Please explain if you’re referring to something else or if you’re wanting some other message to be displayed instead. FYI: screenshots always help

    in reply to: Get Event ID on Single Event Page #1130094
    Cliff
    Member

    Hi. Where are you wanting to display it and how are you wanting to display it?

    For example, are you wanting to get an event’s ID from its URL or from its post title or something else?

    in reply to: Event Calendar Actions and Filters #1130091
    Cliff
    Member

    Hi again, Gene.

    There is unfortunately not a list of hooks and filters.

    Because code changes quite often, the best way to find hooks and filters within our plugins is to open the plugin files in your code editor of choice and then just search for do_action to find actions and search for apply_filters to find filters.

    I hope this information helps!

    in reply to: All YouTube & Vimeo Links Broken #1130088
    Cliff
    Member

    Hi. Sorry you’re experiencing this.

    There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.

    If it is, please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.

    If it doesn’t, please share your System Information. That will give me a lot of extra information to help diagnose the problem.

    Let us know what you find out.

    Thanks.

    in reply to: Limiting mini calendar widget initial results #1130083
    Cliff
    Member

    Ah, yes, that’s correct due to the use of the is_front_page() conditional.

    I’m glad things are working as you desire!

    Cliff
    Member

    Excellent. Thank you very much.

    I have logged this bug with our developers. Thanks for bringing it to our attention!

    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release. I apologize for this issue and appreciate your understanding and patience.

    in reply to: Limiting mini calendar widget initial results #1129980
    Cliff
    Member

    After a quick look, I don’t see anything wrong with that code if it’s working for you, except that you’re adding that script to ALL of your site’s pages, not just when the Mini Calendar widget is on the page.

    If it’s working for you, it’s probably just fine.

    Is there anything more I can do for you on this topic?

Viewing 15 posts - 8,611 through 8,625 (of 10,686 total)