Barry

Forum Replies Created

Viewing 15 posts - 11,176 through 11,190 (of 17,936 total)
  • Author
    Posts
  • in reply to: Add an RSS icon on the Monthly Calendar view #85659
    Barry
    Member

    Hi Andreas, check out our Themer’s Guide for an overview of customizing our templates. In this case you might modify month/content.php and drop a link to the relevant URL in there, wrapping your chosen icon image up when you do so. Something like:

    <?php $feed_link = esc_url( TribeEvents::instance()->getLink() . 'feed' ); ?>
    <a href="<?php esc_attr_e( $feed_link ) ?>"> RSS Feed </a>

    Of course you would need to change the RSS Feed text to an image tag with your chosen icon as the source URL.

    in reply to: Calendar view #85647
    Barry
    Member

    Can you link me directly to an example of this?

    in reply to: Backend Events tab 404s / slow #85640
    Barry
    Member

    Interesting that you are (generally) experiencing 404s in this situation rather than 500s. Large numbers of recurring events certainly can consume resources; can you provide any details about your hosting package? Is it a basic shared hosting setup, or a VPS, etc?

    in reply to: I want to cancel my order. #85631
    Barry
    Member

    We’ll be sorry to lose you! Please email us at pro (at) tri (dot) be with a copy of your receipt. Thanks!

    in reply to: Organizer sort #85627
    Barry
    Member

    This has been logged and we’ll address it as quickly as we can: there’s not too much more we can do here in the short term, though, so I will go ahead and close this thread. Thanks for reporting this and for your patience as we troubleshoot the problem.

    in reply to: Event Date not populating #85625
    Barry
    Member

    Hi! Did you have a chance to check things out as in my last reply?

    in reply to: Need to Make Global Change to Event Venue #85623
    Barry
    Member

    Did you figure things out here Peppermint Soda Mason?

    in reply to: filter add on for categories, price – code #85616
    Barry
    Member

    Hi Jeremy/irishrunner16, thanks for your patience!

    Unfortunately we will not be providing further copies of the Filters beta at this time. We certainly appreciate your offers of providing feedback, however we’ve already accrued a great deal of user feedback during the official beta period and are now working to consolidate the plugin on the back of that.

    Although we don’t comment on release dates for future products I don’t think you’ll have to wait too long before this is available for purchase.

    Thanks once again for your interest 🙂

    in reply to: filter add on for categories, price – code #84961
    Barry
    Member

    Hi Jeremy, thanks for your interest in the forthcoming Filters plugin. Public beta testing has indeed finished and we’re still a short way from officially releasing this plugin – but bear with me and I’ll see if we can provide you with a copy of the beta code. I’m afraid I can’t offer any guarantees, though, and there may be a short delay before I can respond as we are not running at full steam until Jan 2nd.

    Thanks for your patience in the meantime!

    in reply to: Need to Make Global Change to Event Venue #84952
    Barry
    Member

    Hi!

    That’s unfortunate, I wonder how it happened … ?

    The relationship between events and venues (at database level) is basically in the form of an entry in the post meta table named _EventVenueID. The value of this is the venue post itself, so you could theoretically delete this or change the value in order to ‘point’ it to a different venue. There may very well be a plugin or other WordPress oriented tool to help with this, but none that I have personally used and can recommend unfortunately.

    The general form of an SQL query to automate this operation if for instance you want to remove all of these entries would be:

    DELETE FROM wp_postmeta WHERE meta_key = '_EventVenueID' AND meta_value = 'x';

    Where x would be the ID of the venue post itself and wp_postmeta would be the name of the post meta table (quite often the prefix will be something other than wp_). Naturally you backup before doing this and should only follow this sort of approach if you feel comfortable doing so. Hope that helps!

    in reply to: Events page 404 error #84948
    Barry
    Member

    Ah ok, apologies for the misunderstanding.

    I’ve made an issue for this so we can look into compatibility with Polylang in the future, however various issues can and do crop up with translation plugins and regrettably there isn’t too much we can offer here. Have you contacted the authors of Polylang about this?

    in reply to: the kalendar is empty #84945
    Barry
    Member

    Hi Stefan: ok, I have now received the credentials you sent but they do not seem to let me authenticate when I visit your test site.

    in reply to: Event Date not populating #84942
    Barry
    Member

    That’s odd. If you deactivate all other plugins (I see you already tried that – thanks!) and at the same time switch to a default, unmodified theme like Twenty Twelve (with no custom event templates) does the same thing happen?

    in reply to: Minor translation problem in search bar #84254
    Barry
    Member

    Is the URL for the screenshot correct? It seems to take me to a Finnish-language news site, but I see no relevant images.

    Certainly with our latest releases those labels should be translatable – though it’s certainly possible those particular strings are missing from the Finnish translation that ships with The Events Calendar/Events Calendar PRO … and it looks to me like that may indeed be the case.

    We welcome corrections and additions to our translation files, though, so if you want to post the Finnish translations for Search and Location you can do so over on our Translations Forum.

    Thanks!

    in reply to: Event Date not populating #84241
    Barry
    Member

    Can you confirm if the problem was with our very latest versions (The Events Calendar 3.3.1 and Events Calendar PRO 3.3)? Could definitely be worth updating to those if not. Could you also link to the previous thread – I’m struggling to find one that you participated in that mentions the Nivo slider, though that could be due to a glitch on our end – unless of course you posted under a different user account.

    Thanks!

Viewing 15 posts - 11,176 through 11,190 (of 17,936 total)