Forum Replies Created
-
AuthorPosts
-
September 24, 2013 at 1:01 pm in reply to: Events plugin script conflicts with WPSubscribers plugin #67549
Barry
MemberLooks functional to me – have you disabled WP Subscribers? If so can you provide a little more detail about what you are experiencing?
Thanks!
Barry
MemberHi Cintia, we’ve got answers to a number of Frequently Asked Questions including one on downgrading to a pre-3.0 release – does that help?
Barry
MemberHi Jesus,
The Events Calendar Category Colors is a third party plugin and not one we officially support here – but it does have it’s own support forum.
It may be that you need to do a little customization work of your own to make things work quite how you would like and we have some great resources to help you learn how to do things like this – a solid starting point being our themer’s guide:
Themer’s Guide for The Events Calendar
Thanks!
Barry
MemberIf you have entered your license key in the Events → Settings admin pages you should be able to do this automatically, otherwise you would need to manually upload it (via FTP, for example).
If you do this manually please remember that once in place on your server it will not work unless it is unzipped – so you basically have a choice between unzipping it on your own computer and then uploading it, or else uploading the .zip file and unzipping it once it’s on your server.
Does that help?
Barry
MemberCan you confirm that you updated both The Events Calendar (the free, core plugin) and Events Calendar PRO (the premium plugin which builds on the core version)?
Barry
MemberHi webutation.
It looks to me like that widget is set to show all events tagged with “Roswell” – and so far as I can see here you only have 2 upcoming events with that tag. Looking at the widget over on this page, both of those tagged events seem to be be featured as expected.
Do note that tags and venues are not one and the same, so though you may have more events that belong to a specific venue (though I see only one upcoming event belonging to the “Roswell Library” venue) you would need to make sure they are all tagged with “Roswell”, in this particular case.
Does that clarify things / is there anything I’m missing in this situation?
Thanks!
Barry
MemberHi Joann!
I’m guessing by wrd_capabilities you are referring to an entry in your usermeta table (and so can you either clarify how you know this/what you’re seeing there)?
Does the problem disappear when you deactivate either of the plugins you just mentioned? Do you find you need to deactivate both of them?
Thanks!
Barry
MemberWeek view is a pretty unique view and is structured quite differently from the rest … because of that I’m afraid we don’t have any quick-and-easy snippets you can drop in to your theme’s functions.php file for this one.
However, it sounds like a great idea and we’d be more than happy to see a feature request for this over at tribe.uservoice.com 🙂
Thanks!
September 24, 2013 at 11:27 am in reply to: SOLVED: Date Formatting Typographically correct for German #67523Barry
MemberHi Steph,
So you have a few options here. To try and catch this in both the list view and widget though you might use the tribe_events_event_schedule_details filter hook.
Here’s a slightly rough and ready example of a snippet you could use – it could definitely be polished up a little but might provide a starting point for you.
Thanks!
Barry
MemberYour support suggests that this is down to non matching plugin versions, which is not the case!
So do you mean that this is a message/notice you are seeing when logged in, or is this what you were told previously?
Barry
MemberNo problem at all, we’re happy to help 🙂
September 24, 2013 at 9:38 am in reply to: Custom styles ovveride troubles – beyond frustrated and working a deadline #67510Barry
MemberSure thing, we’ll be here 🙂
Barry
MemberHi dpaiha,
We never recommend editing core code unless absolutely necessary (as your changes will be lost following a plugin update). Instead, in this case, you could use the tribe_events_pro_add_title filter which exists for this purpose.
Hope that helps!
Barry
MemberWe haven’t actually seen that before – I’m not sure why you wouldn’t see our widgets in the pool of Available Widgets if both The Events Calendar and Events Calendar PRO are present and activated.
The best way to determine if the problem is related to your theme is to temporarily switch to an unmodified, default them such as Twenty Twelve. Does that help to at least pinpoint the point of conflict (if not you may additionally wish to try disabling all other plugins)?
Thanks!
September 24, 2013 at 9:27 am in reply to: Day view displaying random posts rather than calendar posts #67507Barry
MemberHi Heather – please do familiarize yourself with the Themer’s Guide first of all – basically though you would override month/single-day.php and find this line:
<a href="<?php echo tribe_get_day_link($day['date']) ?>"><?php echo $day['daynum'] ?></a>Then change it to:
<?php echo $day['daynum'] ?> -
AuthorPosts
