Barry

Forum Replies Created

Viewing 15 posts - 12,496 through 12,510 (of 17,936 total)
  • Author
    Posts
  • in reply to: How do I delete all events on my calendar? #68164
    Barry
    Member

    Hi stevendavisphoto,

    You could try using a snippet such as this one to drop all Facebook-imported events. Please do heed the advice in the opening comment, particularly with regards to making a backup first of all and remember to remove it after you have finished using it or else all future Facebook event imports will be wiped out almost as soon as they are imported.

    Hope that helps!

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

    Our pleasure πŸ™‚

    in reply to: No indication for upcoming events on the mini calendar widget #68161
    Barry
    Member

    Can you lg in to the dashboard, visit the Settings β†’ General admin screen and let me know what the Date Format and Time Format fields are set to?

    Thanks!

    in reply to: No indication for upcoming events on the mini calendar widget #68124
    Barry
    Member

    Hi Nermoz,

    I can see that and I’m not sure exactly why it is happening (other than that a CSS class I expect to see applied to those table cells isn’t present). It does seem fairly close in nature to a known bug with events on the last day of the month – and there does seem to be an event transcending two dates there.

    Can I ask you to bear with us a little longer until our next maintenance release arrives? We can then see if this is indeed addressed at that point.

    Thanks!

    in reply to: Display list of all event categories #68120
    Barry
    Member

    Hi Andrew!

    Regarding a list of all event categories have you taken a look at WordPress’s get_terms() function? Basic example:

    $terms = get_terms(TribeEvents::TAXONOMY, array('hide_empty' => 0));

    To list venues, you could use one of our own functions – tribe_get_venues(), a straightforward example being:

    $venues = tribe_get_venues();

    You could then loop through the resulting array and display them/link to them in whatever fashion you desire – hope that helps πŸ™‚

    in reply to: Photo view on the main page #68049
    Barry
    Member

    Hi ivanmihov, so some points to consider/general ideas that might get you started on the right track:

    * You can target the home page by setting up an appropriate theme template or by using suitable conditional statements in whichever existing template serves that purpose

    * Event views, such as photo view, can be loaded via the tribe_get_view() function

    * Probably in all cases – but especially with views such as week and photo view – you would need to pay careful attention to the stylesheets and scripts required to make them fully functional and these would also need to be available on the front page

    * It’s worth considering the SEO implications if this is going to duplicate one of the existing views (for instance, if photo view is still accessible at example.com/events/photo as well as living on the home page) – strategies here could include use of canonical URL tags or intercepting and overriding Tribe-related URLs so as to change photo view URLs to home page URLs on-the-fly

    I hope that gives you a few ideas – and look forward to seeing what you come up with πŸ™‚

    in reply to: tribe_get_events and reoccuring events #68039
    Barry
    Member

    No problem at all, happy you got there πŸ™‚

    in reply to: Week view does not work correctly #68035
    Barry
    Member

    Hi Jesus,

    We’re sorry it isn’t working out for you. If you are unable or don’t have sufficient time to work through troubleshooting week view and, per your other thread, don’t want to implement the necessary customizations to colourize your week view then do feel free to email us with your request for a refund.

    * Please email us at pro [at] tri [dot] be
    * Mark the subject “Refund Request FAO Leah”
    * Include a link to this thread so Leah sees the context of your request

    Thanks! (…and if you do want to proceed with troubleshooting then of course just let us know.)

    in reply to: Conditional tag for ANYTHING related to plugin? #68034
    Barry
    Member

    Are you looking for something like tribe_is_event_query()?

    in reply to: Change "@" sign in Widget list to "at" #68031
    Barry
    Member

    Can you try dropping this snippet in to your theme’s functions.php file and see if it helps?

    in reply to: iCal Feed not able to be read #68028
    Barry
    Member

    Hi romanellicomm:

    I took a look at your site and the current month view shows no events, so there will indeed be no event data to speak of in the iCal output for this view in this month.

    If I then switched to list view (…/events/upcoming/) the iCal feed was correctly populated, best I could tell. Does this help to clarify the situation or if not can you confirm for which view and date range you are experiencing this?

    Thanks!

    in reply to: tribe_events_list_the_date_headers function #68026
    Barry
    Member

    Hi Helen,

    Not really but you could change the behaviour of that function using the tribe_events_list_show_date_headers and tribe_events_list_the_date_headers filters, which are two hooks expressly designed to let you customize this.

    Hope that helps!

    in reply to: Get website link URL #68025
    Barry
    Member

    Hello @madsrh,

    If you need the event website URL, already nicely formed as a valid piece of HTML, you can indeed use tribe_get_event_website_link(). If you want the “raw” URL itself, you can alternatively do something like:

    echo tribe_get_event_meta( get_the_ID(), '_EventURL', true );

    It’s sounding rather like you’ve tried both of these without success, so what we’d need to know is a little more of the context in which you are using them. Can you share your actual code (please don’t post it directly in the forum, though – instead post it to a service like Pastebin or Gist and share the link here) and describe where it lives/at what point in the request it runs, and how/if you are deriving the post ID for the event?

    Thanks!

    Barry
    Member

    Hello @solddigital – there are a couple of questions in there, let me try to answer them in turn:

    This particular site happens to be a member of a multisite network and while installing the plugins is no problem, I can’t see a pop up or anything else that says where to put my license codes in.

    Currently and in the context of a multisite network you enter the license key just once – in the “parent” site – and those same fields are not going to be present in every “child” site. The path to find them though, when you’re in the root dashboard, is Events β†’ Settings β†’ Licenses.

    I’m using woothemes canvas for this site, and can’t see any submit buttons or anything like that for community events?

    The URL for the community events submission page is yourdomain.com/events/community/add – you can link to this from a menu or however else you feel is an appropriate way to integrate it with your site πŸ™‚

    Does that answer your questions?

    in reply to: Week view does not work correctly #68002
    Barry
    Member

    That’s certainly very strange.

    I do see that when you opened this ticket you annotated that you had tried our basic troubleshooting steps – deactivating all other plugins and at the same time switching to a default, unmodified theme such as Twenty Twelve: can you confirm the outcome of that test?

    It’s certainly rare that something like this crops up which doesn’t stem from a conflict somewhere along the line.

    Thanks for clarifying!

Viewing 15 posts - 12,496 through 12,510 (of 17,936 total)