Forum Replies Created
-
AuthorPosts
-
September 4, 2012 at 7:40 pm in reply to: Events meta box appearing above content; category/tag issues; disappearing menus #24565
Jonah
ParticipantHi 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
Jonah
ParticipantHi 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,
– JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi Andrea/Pascal,
You might try taking a look at the following: http://wordpress.org/extend/plugins/advanced-export-for-wp-wpmu/
Good luck!
– Jonah
Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahSeptember 4, 2012 at 7:17 pm in reply to: tribe_calendar_mini_grid Next/Previous Not Functioning #24556Jonah
ParticipantHi David,
Shoot. Ok, well what about executing the widget via the_widget function instead?
the_widget('TribeEventsCalendarWidget');
Cheers,
JonahSeptember 4, 2012 at 7:06 pm in reply to: tribe_calendar_mini_grid Next/Previous Not Functioning #24554Jonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi 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,
JonahJonah
ParticipantHi David,
I’ll get back to you on this today. Sorry for the delay.
Cheers,
JonahSeptember 4, 2012 at 9:24 am in reply to: Calendar page title shows title of an event (continued) #24525Jonah
ParticipantHi Philipp, the correction code had issues. Try my latest correction.
Cheers,
JonahSeptember 3, 2012 at 4:18 pm in reply to: Calendar page title shows title of an event (continued) #24497Jonah
ParticipantHi 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 -
AuthorPosts
