Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Michael,
That is very strange. It sound like something specific to your theme and/or a plugin conflict. Have you tried switching themes to see if this resolves it or deactivating all other plugins to rule out a plugin conflict?
May 7, 2012 at 12:39 pm in reply to: Integrate events categories in the appearance menu bar… Spanish Speakers HELP? #18793Jonah
ParticipantHi Javier,
Try clicking on Screen Options in the upper right of WordPress and there should be a checkbox for Event Categories. I hope that helps!
Jonah
ParticipantHi Sheila,
It’s a no go as far as we know. There may be a way to solve it but it’s more than we can take on with the limited resources we have for support and development. Sorry I can’t offer up more here.
Jonah
ParticipantClosing this since its a duplicate of: https://theeventscalendar.com/support/forums/topic/community-frontend-error/
Jonah
ParticipantHi Mike,
Unfortunately no, we don’t have a Thesis specific integration tutorial but likely wil in the future. We do have a tutorial I wrote on integrating the plugin with Genesis that you can view here: https://theeventscalendar.com/tutorial-integrating-the-events-calendar-w-genesis/
A lot of the concepts should cary over to Thesis but some things of course will be different. My suggestion would be to run through the tutorial or specific sections, keep searching through the forums and/or possibly hire someone to help you with the integration.
I hope that helps!
Jonah
ParticipantGlad to hear Darren, let us know if you need anything else!
Jonah
ParticipantHi Katrina,
Have you tried clearing your permalinks by visiting Settings > Permalinks? That might fix it.
It is possible to show the calendar in another page, you basically just need to include the gridview.php file wherever you want it to show. For example:
if(is_page('your-page-slug')) {
include('wp-content/plugins/the-events-calendar/views/gridview.php');
}
I hope that helps but let me know if you need anything else.
Cheers,
– JonahJonah
ParticipantHi Ken,
Uh oh, that’s no good. Can you provide me FTP access and I’ll try plugging it in myself? Please email to jonah [at] tri [dot] be
Thanks,
JonahJonah
ParticipantHi Scott, ok, so something strange is going on. Would you mind providing me WP admin access so I can login and take a look? Please email access details and reference this thread to jonah [at] tri [dot] be
Thanks,
JonahJonah
ParticipantHi Ruth,
Ok, that’s strange. Are you getting any error or anything like that? Or is the data just not showing up at Eventbrite? Would you mind providing me WP admin access so I can take a look myself? You can email access to jonah [at] tri [dot] be
Cheers,
JonahJonah
ParticipantHi Ken,
Make sure you are pasting it after all other code in functions.php and before the closing php tag at the end (with the question mark and right pointing arrow).
Jonah
ParticipantHi Paul,
When you have the Eventbrite Event Status set to Draft, no, the ticket form will not show. It must be live for the form to display.
I hope that answers your question, but let me know if you need anything else.
Cheers,
JonahMay 7, 2012 at 11:57 am in reply to: Render "Add" form in custom page template/no page template #18776Jonah
ParticipantHi Scott,
There’s not a way to render the form in a stand-alone page or page template that I know of but I’m going to have one of the other devs take a look at this and either respond directly or I will follow up. Stay tuned.
Jonah
ParticipantHi Mark,
Unfortunately we don’t have this as an option now, but I’ve created a ticket to have it done in an upcoming version. For now, you can hide the comments form via CSS.
I hope that helps but let me know if you have any questions.
Cheers,
JonahJonah
ParticipantHi Ken,
functions.php in your theme – sorry for not being specific enough 🙂
-
AuthorPosts
