Forum Replies Created
-
AuthorPosts
-
June 22, 2016 at 9:40 am in reply to: pageload and when going back to main screen not correct. #1130422
Cliff
MemberHi. 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.
Cliff
MemberHi 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.
Cliff
MemberThanks 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.
Cliff
MemberRB 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.
Cliff
MemberGood job. Now, re-install The Events Calendar and activate it.
Cliff
MemberTeme, 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.
Cliff
MemberHowever 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.
Cliff
MemberOddly, 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.
Cliff
MemberHi 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
Cliff
MemberHi. 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?
Cliff
MemberHi 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!
Cliff
MemberHi. 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.
Cliff
MemberAh, yes, that’s correct due to the use of the is_front_page() conditional.
I’m glad things are working as you desire!
June 21, 2016 at 11:55 am in reply to: Link to Venue in MyEvents List Does Not Link to Existing Venue Item #1130009Cliff
MemberExcellent. 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.
Cliff
MemberAfter 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?
-
AuthorPosts
