Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi 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.
Barry
MemberCan you link me directly to an example of this?
Barry
MemberInteresting 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?
Barry
MemberWe’ll be sorry to lose you! Please email us at pro (at) tri (dot) be with a copy of your receipt. Thanks!
Barry
MemberThis 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.
Barry
MemberHi! Did you have a chance to check things out as in my last reply?
Barry
MemberDid you figure things out here Peppermint Soda Mason?
Barry
MemberHi 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 🙂
Barry
MemberHi 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!
Barry
MemberHi!
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!
Barry
MemberAh 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?
Barry
MemberHi 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.
Barry
MemberThat’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?
Barry
MemberIs 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!
Barry
MemberCan 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!
-
AuthorPosts
