Event calendar 2.0 not available but 1.6.5 on WP

Home Forums Calendar Products Events Calendar PRO Event calendar 2.0 not available but 1.6.5 on WP

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #9632
    david
    Participant

    Hello,
    I’ve bought event calendar pro 2 but i need the free version to use it.
    When i downloaded the free plugin, i noticed that it was the 1.6.5 and not the 2.0.
    Could you help me please ?
    Best regards.

    #9634
    Carlos
    Participant

    Hello,

    I have the same problem.

    Can you put in the Tribe site version 2.0 to download or include the free version (but necessary) in the Pro version package?

    Thanks

    Best regards

    #9636
    Rob
    Member

    Hi folks. This is a known issue with the open source repo that we’re currently working to get resolved ASAP. I’ve been sending everyone who has ordered the plugin an email directly, with the Events Calendar 2.0 code attached. Both of you were among those I sent to, so please let me know if you haven’t received that by now.

    You can also just download 2.0 straight from the repo here: http://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip.

    #9644

    This issue has been resolved with some help from otto. The open source repo is now updated to 2.0.

    #11854
    Jonah
    Participant

    Wait, disregard that last bit of code. This should work:

    [php]
    $args = array( ‘orderby’ => ‘slug’ );
    $terms = get_terms($tribe_ecp->get_event_taxonomy(), $args);
    [/php]

    #11893
    Jonah
    Participant

    Hi Joe,

    Sorry about the run around. You were right all along, you need to pass in the post id but you can’t with the get_terms function so I used wp_get_post_terms instead:

    http://pastebin.com/3QX6B9MR

    Let me know whether or not that works for you.

    Regards,
    Jonah

    #20816
    Joyce Grace
    Member

    Hello Donirey

    It’s really hard to say without some more specific details. However, have you checked out our Themerโ€™s guide to customizing the Events Calendar?: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    That might be a good starting point to make sure you’ve got everything set up correctly.

    Also, have you set up the template in the settings area? There is a drop down list there where you can select a template to use.

    If you can also be sure to link to your site, that would help us see what’s happening too.

    Thanks!

    #21124
    Joyce Grace
    Member

    Hi Daniel,
    About the time – we’ve noticed that events that happen in different time zones are showing up differently in The Events Calendar as on Facebook. This is noted in our queue of things to fix – but I’m curious to know what time zone you are in and what time zone the event happens in? The timing is very specific, and still is 6 hours long, so I’m guessing it is the same issue. If it is not, we will need to add to our list of things to fix!

    The phone field bringing over a Facebook event number is a new one for me. Can you link to the event you are trying to import and I will try to recreate the issue on my side? Does this happen with all events you import from Facebook?

    About being able to pull the Facebook image, that would be an awesome idea to post in our feature request forum, which I see you already have ๐Ÿ™‚ Thanks!

    And by the way, you’re not a nag at all ๐Ÿ™‚ You’re helping us find bugs, which we need to improve the add-on!

    #23487
    Barry
    Member

    OK, so give me a moment to try and replicate the first problem and I’ll get back to you as soon as I can. Unfortunately I’ve got some internet connectivity issues right now so that’s slowing me down some.

    #23789
    Barry
    Member

    Hi Andy! You’re perfectly correct of course – and if you want to give that a whirl (Phil) please do! You can find guidance on how to package up code as a plugin here.

    The reason I shy away from suggesting this is that past experience tells me wrapping code in a plugin in this way can be a step too far for many people – who simply want to copy and paste code into a specific location (I’m not suggesting this is the case with you Phil!).

    It’s a great idea though for those who are comfortable doing it ๐Ÿ™‚

    #24067
    Barry
    Member

    Some good points here, +1 to Andy’s suggestion

    #977606
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Event calendar 2.0 not available but 1.6.5 on WP’ is closed to new replies.