Jonah

Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 4,001 total)
  • Author
    Posts
  • in reply to: Duplication of recurring events #31871
    Jonah
    Participant

    Hi Mark, yep that would be the best way to disable that.

    – Jonah

    in reply to: Upcoming Events Widget #31868
    Jonah
    Participant

    Excellent Susan! Are you all set here then? If you need help with anything else, just create another thread.

    Thanks,
    Jonah

    in reply to: Main menu disappears when trying to view calendar #31841
    Jonah
    Participant

    Hi Michael, can you email me a copy of the theme you are using so I can check it out? Please email it to pro [at] tri [dot] be, attn. to me and reference this thread.

    Thanks,
    Jonah

    in reply to: Duplication of recurring events #31839
    Jonah
    Participant

    Hi Mark,

    I feel your pain. The only thing you can do at the moment is put in some messaging either within the form or in the sidebar to guide your users along. In the future we hope to include some improvements to the form entry, required fields and stuff like that. But, I have no idea when that’s coming…

    Sorry I don’t have more to offer.

    – Jonah

    in reply to: Remove tooltip on event page grid #31838
    Jonah
    Participant

    Hi Patrick,

    To accomplish this, make a copy of /wp-content/plugins/the-events-calendar/resources/events.js and place in an ‘events’ folder in your theme. Then, open it up and comment out lines 14-19 which is the code for the tooltips in the big calendar. Then, add this to your themes functions.php file:

    /*-------------------------------------------------------------------------------
    Add Custom events.js
    -------------------------------------------------------------------------------*/
    function example_enqueue_scripts() {
    wp_dequeue_script('tribe-events-calendar-script');
    wp_register_script('custom-events-calendar-script', get_template_directory_uri().'/js/events.js'); // notice it's not the same script name as the original one, that's important - otherwise it re-enqueues the old version
    wp_enqueue_script('custom-events-calendar-script');
    }
    add_action('wp_enqueue_scripts', 'example_enqueue_scripts');

    That will remove the core events.js and load yours instead.

    Please keep in mind that you will then be running your own modified copy of events.js and if we publish any updates to the plugin, you will need to manually merge those in to yuor customized version.

    I hope this helps!

    – Jonah

    in reply to: 15+ events in one day #31835
    Jonah
    Participant

    Hi John,

    We currently have no facility in place to handle x number of events in the calendar. Basically events will just fill up any given day and push everything else down accordingly. To do anything different you would need to custom code something.

    In version 3 we are handling this much better by only showing a few events on a given day and hiding the rest in an accordion style expander. Version 3 will be coming out in the next month or two but don’t quote me on that 🙂

    Does that help?

    – Jonah

    Jonah
    Participant

    Hi Wayne,

    I believe these are limitations of Mailchimp as I’ve tried to accomplish the same thing on a couple projects. You can link the title and put a link to the post wherever else you want in the email but these are all functions you’ll need to research in Mailchimp. Good luck!

    – Jonah

    in reply to: Upcoming Events Widget #31833
    Jonah
    Participant

    Hi Susan,

    Yes, so here’s the problem. If you set an end date like that, you’re saying that the event happens every day from 1/2/2013 until 1/2/2063 which not only creates tons of events on your website, but also causes the issue we are seeing. Instead, what you want to do is leave the end date as is, since if you were just creating that event for one day, the end date would be the same day. Then, set it to recur every year for x number of years you want, and it will create that event every year on that date.

    So, I would delete the existing events you’ve created and then recreate it with the proper date/recurrence settings.

    Does that help?

    – Jonah

    in reply to: Ajax Category #31832
    Jonah
    Participant

    Hi Jennifer,

    It would be possible in the current version but it is more than we can help with in the forums. You would need to figure it out yourself or hire someone to help you with it. In the near future we have version 3 coming out which will feature this functionality out of the box. So, you might want to wait until then. No official ETA yet but probably in another month or two 🙂

    – Jonah

    in reply to: Disable Ical import #31831
    Jonah
    Participant

    Hi Diane,

    You can remove this by modifying your template files.

    To remove it from the calendar page, make a copy of /wp-content/plugins/the-events-calendar/views/gridview.php and place in an ‘events’ folder in your active theme. Then find lines 39-41 and remove them.

    To remove from the single event view, make a copy of /wp-content/plugins/the-events-calendar/views/single.php and again place in that same ‘events’ folder in your theme. Then, remove lines 102-104.

    I hope that helps but let me know if you have any questions!

    – Jonah

    in reply to: Main menu disappears when trying to view calendar #31806
    Jonah
    Participant

    Hi Michael,

    Have you tried changing the Event Template option as I suggested above?

    – Jonah

    in reply to: Upcoming Events Widget #31805
    Jonah
    Participant

    Hi Susan,

    I see what’s happening, you’ve got a couple events set to recur out for a number of years. It also looks like you put an end date on these, causing them to actually occur every day up until the end date, creating not only lots of instances of the event but also making them show up in the widget they way they are. At least this is my hunch. How do you have the “Tate & Stephanie Daniel’s Anniversary” event configured? Can you provide me a screenshot?

    Thanks,
    Jonah

    in reply to: Recurrent event issue – new user #31802
    Jonah
    Participant

    Excellent James, again, let us know if you need help with anything else!

    in reply to: Fatal Error (allowed memory) #31801
    Jonah
    Participant

    Hi Mark,

    I’m not sure what could be causing this. My first suggestion would be to increase the amount of PHP memory allocated for WordPress. You can do that in a few ways, check out this post: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    If that doesn’t help I would try deactivating all plugins and then reactivating them one by one to try and track down the offending plugin.

    Let me know how that goes.

    Thanks,
    Jonah

    in reply to: Recurrent event issue – new user #31799
    Jonah
    Participant

    Hi James, that’s great. So are you all set here? If you see the issue crop again please create another thread and you can reference this thread if you like.

    Thanks,
    Jonah

Viewing 15 posts - 1,426 through 1,440 (of 4,001 total)