Forum Replies Created
-
AuthorPosts
-
Cliff
MemberI don’t see anything wrong with it; thanks for sharing.
Cliff
MemberOne of these filters may be useful to accomplish your customization:
- tribe_rest_events_archive_data
- tribe_rest_event_data
Please let me know how this goes for you.
Cliff
MemberThere isn’t an “official” way to accomplish this functionality. I hope you’re able to figure it out. Please let me know how this goes for you.
Cliff
MemberGlad to hear and thanks for letting us know.
Cliff
MemberI’m glad you got what you were looking for. Note that get_permalink() could be replaced with tribe_get_event_link()
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberThis may be what you’re looking for:
body.tribe_community_edit .tribe-community-events h1, body.tribe_community_edit .tribe-community-events h2, body.tribe_community_edit .tribe-community-events h3, body.tribe_community_edit .tribe-community-events .tribe-section .tribe-section-header h3, body.tribe_community_edit .tribe-community-events h4, body.tribe_community_edit .tribe-community-events h5, body.tribe_community_edit .tribe-community-events h6, body.tribe_community_edit .tribe-community-events label { color: #2b337a; }Please let me know how this goes for you and note that I cannot provide additional styling support.
Cliff
MemberIt’s in your active theme’s folder — ideally using a child theme:
Example: /wp-content/themes/your-child-theme/functions.php
Please let me know how this goes for you.
Cliff
MemberMultiple widgets or shortcodes could be on a single page, but you cannot use multiple tribe_events shortcodes on a single page, per https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/#limitations
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberA blank page (i.e. white screen of death) should be generating one or more WP_DEBUG errors.
Whenever troubleshooting, it’s best to enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages) and share any debug messages you see while trying to replicate this issue and doing other things on your site relevant to this ticket (such as visiting your site’s home page, events page, single-event pages, and anything else you can think to do).
Please let me know how this goes for you.
Cliff
MemberSome of our code does have WPML support, but it’s not 100% coverage across all our plugins. Some users say it works perfectly for their needs, and others say it’s lacking in certain areas.
I can’t speak to any specific parts that do or don’t support WPML.
So I’d say it’s worth a try.
Cliff
MemberYour “Today” link is a link you generated with your own code. And your code simply links to the Month View regardless of where the user currently is (i.e. their currently-applied filters).
Please let me know if this isn’t clear.
Cliff
MemberHi, Jason. Thanks for your interest in our plugin suite.
We don’t have this functionality, but we do have the option to restrict buying to logged-in users.
If you use WooCommerce, one of their extensions for user-based pricing might play nicely with this option of ours, but we don’t guarantee support with any of them, per https://theeventscalendar.com/knowledgebase/compatibility-with-woocommerce-extensions/
Last but not least, we have Bundles and a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
Cliff
MemberHi. I see the “Today” link in the middle above your calendar at http://avalon.dance/events/
The link you generate with your code is as expected, since it’s a direct link to Month View, not taking into consideration the existing URL query string.
It might help to pair what you have with https://stackoverflow.com/questions/8469767/get-url-query-string or some other way to incorporate the URL query string.
Please let me know how this goes for you.
Cliff
MemberHi. Here’s a video of what I’m seeing at the link you shared: https://cl.ly/1e1A1V140T19
Please let me know if I missed something in my video.
Thank you.
Cliff
MemberThere’s an action and then a filter in that snippet I shared.
With the action not in place, just the filter, this is what I see in my testing:
- Order confirmation page: https://cl.ly/3v252A3i2R0T
- Order email: https://cl.ly/112Y203g0k1V
Therefore, it appears to accomplish what you’re wanting.
If you don’t agree, please specify why this wouldn’t work for you.
-
AuthorPosts
