Jonah

Forum Replies Created

Viewing 15 posts - 3,076 through 3,090 (of 4,001 total)
  • Author
    Posts
  • in reply to: Duplicate Venues/Organizers #18769
    Jonah
    Participant

    Hi Scott,

    That’s strange. Have you looked at your Venues/Organizers via Events > Venues and Events > Organizers to verify you only have one of each there?

    Jonah
    Participant

    Hi Robert,

    Yes, you can easily achieve this. All you need to do is make a copy of /wp-content/plugins/the-events-calendar-community-events/views/event-form.php and place in an ‘events/community’ folder in your theme and then remove the blocks for categories (lines 44-58) and the upload photo block (lines 63-89).

    That should do it but let me know if you need anything else.

    Cheers,
    Jonah

    in reply to: Community Frontend Error #18767
    Jonah
    Participant

    Hi Ken,

    This will be fixed in an upcoming version but for now try adding this to your functions.php file:

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

    Jonah
    Participant

    Hi James, ok I see the issue now and don’t have any ideas for a fix. I’m going to create a ticket for our developers to take a look at this because it does look like it could be a bug.

    It looks like you’ve gor everything functioning correctly though correct?

    Thanks,
    Jonah

    in reply to: Restricting Categories on Add Event #18763
    Jonah
    Participant

    Hi Brian,

    We don’t have a filter for this now but I’ve just created an issue to be able to do this in a future version. For now the easiest way to do it is to hide the options via CSS like so:

    #event-categories #tribe_events_cat-24,
    #event-categories #tribe_events_cat-31 {
    display: none;
    }

    Replace the numbers with the id’s of the categories you want to hide. You can add this to your themes style.css file or the Community plugin’s CSS by making a copy of /wp-content/plugins/the-events-calendar-community-events/resources/tribe-events-community.css and placing in an ‘events/community’ folder within your theme.

    I hope that helps!

    in reply to: Help with styling please #18758
    Jonah
    Participant

    Hi ngaire,

    Your theme is applying styles to the category list (and other elements on the page) so you will need to override these either in your themes style.css file or the /wp-content/plugins/the-events-calendar-community-events/resources/tribe-events-community.css file (if you want to modify this file please first make a copy and place in an ‘events/community’ folder in your theme).

    I hope that helps,
    Jonah

    in reply to: Form Not Working #18756
    Jonah
    Participant

    Hi John,

    Glad you were able to root out the problem plugin and hopefully we or the other plugin can author can resolve this conflict in the future. Thanks for troubleshooting this and following up in the thread. Let me know if you need anything else with this.

    Cheers,
    Jonah

    Jonah
    Participant

    Hmmm, ok. Well the next thing to try is to manually deactivate all other plugins by appending ‘OLD’ or something else to each plugin folder in your plugins directory. This will deactivate each one and then you can try and rule out a potential plugin conflict. After you append ‘OLD’ to each plugin, then remove ‘OLD’ and try reactivating the plugins one by one and see which one might trigger the error. Let me know how that goes.

    in reply to: Add Alarm to Event #18753
    Jonah
    Participant

    Hi Andy,

    That’s most awesome, thank you so much! I’m going to create a short blog post hopefully sometime this week highlighting the plugin you wrote 🙂

    Thanks again,
    Jonah

    in reply to: Title and Months #18751
    Jonah
    Participant

    Hi AJ,

    Unfortunately this is a bug that we have no solution for at the moment. It’s a particular conflict with certain themes. The only thing I can say is that it will be fixed in the future version but I have no ETA of when that will be. Sorry I can’t offer more here.

    in reply to: WP Router Placeholder Page #18733
    Jonah
    Participant

    Hi John, the devs are working on a fix. Keep an eye out for an update soon!

    in reply to: Community Events #18725
    Jonah
    Participant

    Hi Karen,

    Yes, I think I’m answering your question correctly… All community submitted events show up in your main calendar on the same “page”. Does that answer your question?

    Jonah
    Participant

    Sounds good Marc, please let us know the outcome.

    Cheers,
    Jonah

    in reply to: Add Alarm to Event #18722
    Jonah
    Participant

    Hi Andy,

    This is excellent! Thank you so much! While I can’t guarantee it will get incorporated, it is none the less a great addition. I have an improvement though that doesn’t require modifying the core files by filtering the $item array like so:

    https://gist.github.com/2597140

    Just pop that in your functions.php file, create the “Alert” custom field in Settings > The Events Calendar and add the alert times within your event that you want to have an alert.

    Credit for this goes to one of our developers, Joey Kudish and of course you Andy, for coming up with the idea in the first place.

    I hope you find this useful!

    Cheers,
    Jonah

    Jonah
    Participant

    Hi Marc,

    It sounds like you might have a corrupted WordPress installation. Please try re-copying over all the core WP files (everything but the wp-content folder) to see if that helps.

    Cheers,
    Jonah

Viewing 15 posts - 3,076 through 3,090 (of 4,001 total)