Jonah

Forum Replies Created

Viewing 15 posts - 2,131 through 2,145 (of 4,001 total)
  • Author
    Posts
  • in reply to: Limit Events to a single organizer #25519
    Jonah
    Participant

    Hi Scott,

    Please post your code to http://snippi.com/

    Thanks,
    Jonah

    in reply to: Exclude categories from calendar widget? #25518
    Jonah
    Participant

    Hi Torstein,

    I’ve gone ahead and added this as a feature request for 2.1. No guarantees it will make it in then but we’ve got it on our map.

    Regards,
    Jonah

    in reply to: Events showing as allready passed #25517
    Jonah
    Participant

    Hi Fernando,

    Just to verify, have you tried deactivating all other plugins and reverting to the Twenty Eleven theme?

    – Jonah

    in reply to: Latest Update and Advanced Widget Formatting #25515
    Jonah
    Participant

    You’re welcome Andrea, let us know if there’s anything else you need help with!

    Regards,
    Jonah

    in reply to: Eventbrite Activation error #25514
    Jonah
    Participant

    Hi Tom,

    Sometimes that’s what it takes. Glad you worked it out. Let me know if there’s anything else you need help with.

    Cheers,
    Jonah

    in reply to: Is it possible to duplicate events ? #25513
    Jonah
    Participant

    Sounds good Achim, let us know if there’s anything else we can do for you.

    Regards,
    – Jonah

    in reply to: Eventbrite Activation error #25489
    Jonah
    Participant

    Hi Tom,

    It looks like you still have the other older plugin activated… Try deactivating it or completely removing the old one and that should work.

    – Jonah

    in reply to: Events showing as allready passed #25488
    Jonah
    Participant

    Hi Fernando,

    Ok, please check your Timezone setting in Settings > General and make sure it is set correctly for your area. Let me know if that helps.

    – Jonah

    in reply to: Events showing as allready passed #25486
    Jonah
    Participant

    Hi Fernando,

    What version for the base plugin and PRO are you running? Make sure you are on 2.0.9 for both.

    – Jonah

    in reply to: Update – then things got squirrelly. #25484
    Jonah
    Participant

    Hi Trent,

    We did have some problems with the update process in this latest release. My suggestion would be to manually update all the plugins. PRO and base plugins should be at 2.0.9, and Community Events should be at 1.0.3.

    I hope that helps!

    – Jonah

    in reply to: Update – then things got squirrelly. #25485
    Jonah
    Participant

    Hi Trent,

    We did have some problems with the update process in this latest release. My suggestion would be to manually update all the plugins. PRO and base plugins should be at 2.0.9, and Community Events should be at 1.0.3.

    I hope that helps!

    – Jonah

    in reply to: thumbnail missing #25483
    Jonah
    Participant

    Hi Ellen,

    What other changes did you make to your event template files to get the thumbnail to show up? Did you modify list.php like the tutorial instructed? Can you post samples of the code modifications you made to: http://snippi.com/?

    You might not be seeing the Featured Image block for events because you need to add the post_type to the array in your add_theme_support function:

    add_theme_support( ‘post-thumbnails’, array(‘post’, ‘tribe_events’));

    Does that help?

    – Jonah

    in reply to: Operand should contain 1 column(s) #25482
    Jonah
    Participant

    Hi Charles,

    Is this on the front-end or back-end and are you sure it’s our plugin? Have you tried deactivating all other plugins and/or reverting to the Twenty Eleven theme to rule out anything else causing the error?

    Thanks,
    – Jonah

    in reply to: Multiple Events on One Day Listings #25481
    Jonah
    Participant

    Ooops, code got mangled. Use this instead: http://snippi.com/s/mgry4dt

    in reply to: Multiple Events on One Day Listings #25480
    Jonah
    Participant

    Hi Laurel,

    Sure, you can do this. You’d need to modify the list view to accomplish this. Make a copy of /wp-content/plugins/the-events-calendar/views/list.php and place in an ‘events’ folder in your theme. Then find lines 31-39 – there is various conditional logic here used to determine how to display the start/end dates for events and whether or not to group this for events that are on the same day. Use that code for reference to create whatever you want to but an easy modification to get what you want might be to remove those lines – 31-39 – and then replace with:

    
    

    That will display the start date for all the events in the list.

    Does that help?

    – Jonah

Viewing 15 posts - 2,131 through 2,145 (of 4,001 total)