Jonah

Forum Replies Created

Viewing 15 posts - 2,311 through 2,325 (of 4,001 total)
  • Author
    Posts
  • Jonah
    Participant

    Hi Fergus,

    Sorry for the delayed response, I didn’t see this until today… Try adding this right after the is_category() || is_tag() like so:

    if( is_category() || is_tag() && empty($query->query_vars['suppress_filters']) )

    I hope that helps!

    – Jonah

    in reply to: Adrotate shortcode not recognized. #24564
    Jonah
    Participant

    Hi David,

    Sorry for the delayed response here. I don’t believe the Before and After HTML blocks in the plugin settings can execute shortcodes so you will need to manually insert them into the templates using the WordPress native do_shortcode tag (http://codex.wordpress.org/Function_Reference/do_shortcode)

    You can do this either in the /wp-content/plugins/the-events-calendar/views/gridview.php, /wp-content/plugins/the-events-calendar/views/ecp-page-template.php or your theme’s page.php or header.php template files. If you want to modify our plugins templates, make sure you make copies and place in an ‘events’ folder in your theme to preserve the core copies.

    I hope that helps but let me know if you need anything else.

    Cheers,
    – Jonah

    in reply to: Custom Calendar Carousel #24563
    Jonah
    Participant

    Hi Ben,

    I’m sorry, I can’t help you with specific customization questions like this. You’ll need to either do the work on your own or hire someone to be able to code what you’re looking for. Good luck!

    Regards,
    Jonah

    in reply to: Export Events in a Date Range #24562
    Jonah
    Participant

    Hi Andrea/Pascal,

    You might try taking a look at the following: http://wordpress.org/extend/plugins/advanced-export-for-wp-wpmu/

    Good luck!

    – Jonah

    in reply to: Calendar pop-ups not rendering properly #24561
    Jonah
    Participant

    Hi Larry,

    I’m happy to hear that worked for you. Let me know if there’s anything else you need. I’m marking this as answered accordingly and closing the thread.

    Thanks,
    Jonah

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

    Hi everybody,

    Since this thread is getting a little unwieldy and the issue has been resolved as far as we know, I’m closing this. If you are still having this issue running the latest version of The Events Calendar and Community Events, please open a new thread and reference this thread.

    Thanks,
    Jonah

    in reply to: Adding Community events into main events list #24558
    Jonah
    Participant

    Hi Simon,

    What’s happening for you when events are submitted? Are they showing up in the administration area? Be sure to check the publishing option in Events > Settings > Community – “Default status for submitted events” – because this will determine the status of your posts once they are submitted. Obviously, draft and pending review events won’t show…

    Let me know a little bit more about your specific issue and I’ll do what I can to help.

    Cheers,
    Jonah

    in reply to: Template Override for Single Month #24557
    Jonah
    Participant

    Hi Grant,

    I know this can be done if navigating directly to a specific month but not when navigating AJAX style. I’m checking in with another developer to see how difficult this is. Stay tuned.

    Cheers,
    Jonah

    in reply to: tribe_calendar_mini_grid Next/Previous Not Functioning #24556
    Jonah
    Participant

    Hi David,

    Shoot. Ok, well what about executing the widget via the_widget function instead?

    the_widget('TribeEventsCalendarWidget');

    Cheers,
    Jonah

    in reply to: tribe_calendar_mini_grid Next/Previous Not Functioning #24554
    Jonah
    Participant

    Hi David,

    Try wrapping the template tag in a div with an ID of ‘calendar_wrap’. I looked up this ID in the code and this is what is used as a selector for some of the crucial js calls. Let me know how that goes.

    Cheers,
    Jonah

    in reply to: Cannot save certain recurring events #24553
    Jonah
    Participant

    Hi Mike,

    If you want to duplicate/copy posts I would suggest this plugin: http://wordpress.org/extend/plugins/duplicate-post/

    On the 502 Gateway error, thanks for the report on this. We’ve been seeing it intermittently as well and I have a ticket out to get it fixed ASAP.

    Thanks,
    Jonah

    in reply to: Cannot save certain recurring events #24538
    Jonah
    Participant

    Hi everybody,

    It appears there is a bug of sorts here and I’ve reported this to the team and we’ll be getting on it ASAP. Sorry for the inconvenience. It appears the issue happens when one instance of a recurring event is updated and you choose to update only that event which splits up the recurrence pattern. Then, if you try to edit other instances of the recurring event, you see the loading spinner and nothing else happens.

    I’ll report back here as soon as I know more. Thanks for your patience.

    Cheers,
    Jonah

    in reply to: Cannot save certain recurring events #24529
    Jonah
    Participant

    Hi David,

    I’ll get back to you on this today. Sorry for the delay.

    Cheers,
    Jonah

    in reply to: Calendar page title shows title of an event (continued) #24525
    Jonah
    Participant

    Hi Philipp, the correction code had issues. Try my latest correction.

    Cheers,
    Jonah

    in reply to: Calendar page title shows title of an event (continued) #24497
    Jonah
    Participant

    Hi Philipp,

    I just posted another update to account for categories in both the grid and list views. Please try it out and let me know whether or not it works for you.

    Cheers,
    Jonah

Viewing 15 posts - 2,311 through 2,325 (of 4,001 total)