Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi there Mike,
Thanks for posting – that’s a valid question to ask.
On our end this was largely a precautionary measure to mitigate the potential for vulnerabilities to enter our production code. We aren’t aware of any actual problems that were created.
To learn more about the nature of the vulnerability please refer to the following advisory:
In this case, our advice is simply that you should update for peace of mind and to benefit from various other bug fixes and enhancements π
I hope that helps, but do let me know if you have further questions.
Barry
MemberHi @smscmarketing,
That is indeed something we changed (in the 3.11 release) – the reason being that, by default, tickets are also hidden from the catalog and that could cause a few odd side effects.
We did however add hooks to make it possible to restore this behaviour (or indeed to more easily do something different, like apply a tag instead of a category).
Check out this previous support topic which goes into more detail:
Does that help?
Barry
MemberHi Steph,
Our non-profit program is indeed still available!
If you previously received a license key, can you email us and include your license key in the email? We might be able to simply renew it. Our email address is:
support [at] theeventscalendar [dot] com
Alternatively, depending on when you last applied, it may be that you never received a license key and were only provided with zip files. If that was the case, it may be you need to re-apply (allowing us to provide you with a new key and automated updates if your application is successful).
Thanks!
Barry
MemberNo problem, glad we were able to get to the bottom of it π
I’ll go ahead and close this topic, but if any other problems crop up please don’t hesitate to create new support topics as needed.
Thanks again!
Barry
MemberOne further thought: whether due to another plugin or customizations you’ve made to the your theme, the pages do not seem to finish rendering correctly.
For example, neither the body or HTML elements close as expected (and not just on event-related pages). Could it be the theme’s footer template isn’t loading, or that there is a problem somewhere in that area? That sort of thing could definitely throw a spanner in the works of plugins like Filter Bar.
Barry
Member… Going to assume it is the same domain I see your license keys are registered against.
That is pretty odd. You noted (when you opened this topic) that the problem persisted even with no other plugins running and only a default, unmodified theme.
For the avoidance of any doubt, can you confirm that was indeed the case and perhaps even restore it to that state so I can take a look?
Barry
MemberCan you confirm what the domain is?
Barry
MemberCould you link me to your site (by private reply if you prefer) so I can take a look at the specific problem you are facing?
Could you also post your system information?
Thanks!
Barry
MemberHi Koro,
Please avoid using private replies unless you need to share confidential information or are including a URL you do not wish to share publicly.
thank you for your answer i have sucessfully βhideβ the venue. could you please let me know where i have to palce the single-event.php?
It really depends on where you want it to appear. Right below this line might be a good spot:
<!-- #tribe-events-header -->
Why not give it a go and experiment a little? π
as i have noticed the venue is still be viewable above the event title in the events page-list. s it possible to completely hide the venue from everywhere and show only the city name?
Try overriding list/single-event.php and look for this block of code, which you can simply remove:
<?php if ( $venue_details ) : ?> <!-- Venue Display Info --> <div class="tribe-events-venue-details"> <?php echo implode( ', ', $venue_details ); ?> </div> <!-- .tribe-events-venue-details --> <?php endif; ?>
Does that help?
Barry
MemberHi Koro,
Glad you solved it! I’ll go ahead and close this topic.
Barry
MemberHi Koro,
That’s certainly possible with a small customization. Try adding this to your theme’s functions.php file, or else to a custom plugin:
add_action( 'wp', 'remove_ical_event_links' ); function remove_ical_event_links() { remove_filter( 'tribe_events_after_footer', 'Tribe__Events__iCal::maybe_add_link', 10 ); remove_action( 'tribe_events_single_event_after_the_content', 'Tribe__Events__iCal::single_event_links' ); remove_action( 'tribe_tec_template_chooser', 'Tribe__Events__iCal::do_ical_template' ); remove_filter( 'tribe_get_ical_link', 'Tribe__Events__iCal::day_view_ical_link', 20 ); remove_action( 'wp_head', 'Tribe__Events__iCal::set_feed_link', 2 ); }Does that help?
November 25, 2015 at 11:31 am in reply to: Possible to have multilingual URLs for calendar, events, and all related URLs? #1030916Barry
MemberHi Graeme,
I’d think that is possible but it is not something that is facilitated “out of the box”.
A combination of registering additional rewrite rules (to handle the slugs in each language) and filtering of generated links (so they reflect whatever the current language is) would probably get you there – though it would definitely be a fairly advanced set of changes to make and beyond what we can guide you through here on the forums.
Remember also that not only are you welcome and encouraged to post items like this as feature requests, but we do also have a list of people who can help with more technical requests when they are beyond the level of support we offer – please see here.
I hope that helps and sorry we couldn’t do more on this occasion.
November 25, 2015 at 11:27 am in reply to: We want a "The Events Calendar Pro" List view with images….. #1030914Barry
MemberHi Lisa,
Can you outline how you added those images – was it via a template override (which file did you override if so), or by using an action, or something else?
Thanks!
Barry
MemberHappy to help π
Barry
MemberMy pleasure π
I’ll go ahead and close this topic – but of course if anything else crops up please don’t hesitate to post new issues as needed.
Thanks again!
-
AuthorPosts
