Jonah

Forum Replies Created

Viewing 15 posts - 3,091 through 3,105 (of 4,001 total)
  • Author
    Posts
  • in reply to: Annual Archives? #18712
    Jonah
    Participant

    Hmmm, ok try this format: ‘2012-05-03 00:00:00’

    Glad you got it working though 🙂

    in reply to: Not showing "Updated" on the Event once created #18711
    Jonah
    Participant

    Hi Lydia,

    Yes, you’ll want to modify the existing files you have in the ‘events’ folder in your theme. The line numbers might be different if you’ve made changes to the file so you’ll want to look for these two lines and remove them: http://pastie.org/private/t0tyldx3qvhi4rsjmomc0q

    Yes, same thing goes for the margin, make the change in the existing events.css file in the ‘events’ folder in your theme.

    in reply to: Community Events #18710
    Jonah
    Participant

    Hi Karen,

    I would highly recommend checking out the primer videos Rob put together on Community, in particular the 3rd video which should help you with your question: https://theeventscalendar.com/support/documentation/community-events-new-user-primer/

    There is no actual main community events page, just the add and list pages which you can link to from anywhere (in your main nav menu or via page text).

    You can have people submit events without logging in, you just need to enable this option in Settings > The Events Calendar > Community (“Allow anonymous submissions”).

    I hope that answers your questions but let me know if you have any others.

    in reply to: Conditional tag to test if is in list view? #18709
    Jonah
    Participant

    Hi Jesse,

    I’ve compiled conditional wrappers for all the main event pages here: https://gist.github.com/2415009

    I hope that helps!

    in reply to: Customize event URL #18708
    Jonah
    Participant

    Hi Yorgos,

    Unfortunately the rewriting at this point is pretty limited to what is included in the plugin. You may be able to hack some things but I know of no good solution for this. The only thing I can think of is to utilize some redirect plugin that will auto redirect certain URL strings for you. Have looked into that at all?

    in reply to: Additional fields not appearing, venues not showing #18706
    Jonah
    Participant

    Hey Yorgos, that’s awesome! There may have been some things in the 2.0.6 release that fixed this that were not included in the release notes, I’m not sure. Please let us know what you find in your testing 🙂

    Jonah
    Participant

    Hi Marc,

    I’m not sure what exactly this could be… It could be another plugin that’s causing issues. Have you tried deactivating all other plugins to see if this resolves it?

    in reply to: Is there a way to modify the background color on the #18704
    Jonah
    Participant

    Hi Kathleen,

    Yep, you can very easily change the background colors of the buttons. Just target the following in your CSS:

    .tribe-events-button-off {
    background: blue;
    }

    .tribe-events-button-on {
    background: red;
    }

    You can modify the /wp-content/plugins/the-events-calendar/resources/events.css file with the above code, but first make a copy and place in an ‘events’ folder in your theme. Then just set the background colors to be whatever you want.

    I hope that helps!

    in reply to: Recurring events rss feed #18703
    Jonah
    Participant

    David, in the custom feed template you’d be able to customize the feed so that event posts use the event date instead of the post date via our template tags. We wouldn’t change the actual post date because this should be kept separate from the event date.

    in reply to: Getting day view URL as a query string #18702
    Jonah
    Participant

    Hi Jesse, I’m not sure… I’ll ask one of the devs and get them to chime in here.

    Cheers,
    Jonah

    in reply to: Updating Event, Error #18698
    Jonah
    Participant

    Hi Simon, I think I’ve got a fix for you. Just add this to your themes functions.php file:

    /* Check for and add theme support for post-thumbnails */
    if ( function_exists('add_theme_support') )
    add_theme_support('post-thumbnails');

    The problem is, not all themes will have support for post-thumbnails added and we use this function in the plugin without checking to see if support is added first. We’ll be patching the plugin to check for this which will fix it without the need for adding anything to functions.php but this is a temporary fix.

    Let me know whether or not that works.

    Cheers,
    Jonah

    Jonah
    Participant

    Hi Matt, great to hear you finally got this worked out! Let us know if there’s anything else we can help with.

    Cheers,
    Jonah

    in reply to: Community Form not displaying all fields #18694
    Jonah
    Participant

    Hi Kyle, you’re not running a beta of Community right? And, do you have the latest version the The Events Calendar and Pro installed (2.0.6)?

    in reply to: Form Not Working #18692
    Jonah
    Participant

    Hi John, sorry to hear that didn’t work. The next thing I’d like you to try is to deactivate all other plugins to see if there is a conflict going on. We’ve tested the plugin in a mutli-site setup so I’m suspecting it might be a conflict.

    in reply to: Full set of categories not showing in the form #18691
    Jonah
    Participant

    You’re welcome Youna!

Viewing 15 posts - 3,091 through 3,105 (of 4,001 total)