Barry

Forum Replies Created

Viewing 15 posts - 2,356 through 2,370 (of 17,936 total)
  • Author
    Posts
  • in reply to: uglifyjs security vulnerability #1031564
    Barry
    Member

    Hi 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:

    nodesecurity.io/advisories/39

    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.

    in reply to: Missing Ticket Category #1031232
    Barry
    Member

    Hi @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:

    theeventscalendar.com/support/forums/topic/event-tickets-defaulting-to-ticket-category-on-the-woo-side

    Does that help?

    in reply to: Discount for Non-profits? #1031229
    Barry
    Member

    Hi 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!

    in reply to: Filter Bar Fix Crashed Plug In #1031228
    Barry
    Member

    No 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!

    in reply to: Filter Bar Fix Crashed Plug In #1030962
    Barry
    Member

    One 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.

    in reply to: Filter Bar Fix Crashed Plug In #1030961
    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?

    in reply to: Filter Bar Fix Crashed Plug In #1030960
    Barry
    Member

    Can you confirm what the domain is?

    in reply to: Filter Bar Fix Crashed Plug In #1030950
    Barry
    Member

    Could 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!

    in reply to: Remove venue #1030949
    Barry
    Member

    Hi 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?

    in reply to: export button #1030947
    Barry
    Member

    Hi Koro,

    Glad you solved it! I’ll go ahead and close this topic.

    in reply to: export button #1030921
    Barry
    Member

    Hi 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?

    Barry
    Member

    Hi 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.

    Barry
    Member

    Hi 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!

    in reply to: 'View As' Dropdown Not Obvious #1030897
    Barry
    Member

    Happy to help πŸ™‚

    in reply to: Recurring Event Occurrences List #1030873
    Barry
    Member

    My 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!

Viewing 15 posts - 2,356 through 2,370 (of 17,936 total)