Barry

Forum Replies Created

Viewing 15 posts - 12,541 through 12,555 (of 17,936 total)
  • Author
    Posts
  • in reply to: Events plugin script conflicts with WPSubscribers plugin #67549
    Barry
    Member

    Looks functional to me – have you disabled WP Subscribers? If so can you provide a little more detail about what you are experiencing?

    Thanks!

    in reply to: Returning to the previous version #67547
    Barry
    Member

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

    in reply to: Colors for events #67546
    Barry
    Member

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

    in reply to: Events date changes after update. #67545
    Barry
    Member

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

    in reply to: Events date changes after update. #67539
    Barry
    Member

    Can 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)?

    in reply to: Events Featured Venue is non functional #67538
    Barry
    Member

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

    in reply to: Permission Error #67529
    Barry
    Member

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

    in reply to: Collapse hours with no events? #67528
    Barry
    Member

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

    in reply to: SOLVED: Date Formatting Typographically correct for German #67523
    Barry
    Member

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

    in reply to: Fatal Error and blank screen #67521
    Barry
    Member

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

    in reply to: Mini calendar widget missing after upgrade #67515
    Barry
    Member

    No problem at all, we’re happy to help 🙂

    Barry
    Member

    Sure thing, we’ll be here 🙂

    in reply to: Translation issue Events Calendar Pro 3.0.5 #67509
    Barry
    Member

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

    in reply to: Mini calendar widget missing after upgrade #67508
    Barry
    Member

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

    in reply to: Day view displaying random posts rather than calendar posts #67507
    Barry
    Member

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

Viewing 15 posts - 12,541 through 12,555 (of 17,936 total)