Forum Replies Created
-
AuthorPosts
-
Casey
ParticipantThe reason I’m asking is because it looks incomplete. There’s no reference to the_content() or any other template tags that would normally be there.
Can you switch over to the default Twenty Twelve theme and see if this issue still persists?
August 19, 2013 at 6:15 am in reply to: Page title is Events for January 1, 1970 in Day View only #60998Casey
ParticipantJessica,
I’m going to go ahead and move this over to the PRO forum so that one of our experts can help you there. Please stand by.Casey
ParticipantCould you either give me a login so I can view your Event Submission form, or enable anonymous submissions so I can take a look? Thanks!
Casey
ParticipantThanks for getting in touch, and I’d be glad to help you out with this. Just paste the following code into your theme’s functions.php file: https://gist.github.com/ckpicker/6268946
Give that a shot and let me know if you have further questions. Thanks!
Casey
ParticipantIs that the full page.php? I’m only seeing the code that displays the Page title.
August 16, 2013 at 4:49 am in reply to: Community Events Add and List Pages load index.php template. #60668Casey
ParticipantThanks for confirming that this got you sorted. Unless you disagree, I’m going to mark this thread “Answered” and close it out.
We really appreciate your support and please let us know if you need anything else in the future. If you find yourself with a few minutes and would be so kind as to give us a “Works” rating or a positive star voting on the WordPress.org repo (http://wordpress.org/extend/plugins/the-events-calendar/), or even a shoutout to your followers on Facebook or Twitter, it would mean a lot to us. Thanks again for using the plugin.
Casey
ParticipantCould you post the content of your theme’s page.php file into Pastebin and share it with me here so I can take a look? Thanks.
August 15, 2013 at 12:02 pm in reply to: Community Events Add and List Pages load index.php template. #60593Casey
ParticipantYes, that looks much better. You can copy over any other files from the ‘views’ folder over to this folder if you’d like.
I’m noticing that the dropdowns on the ‘Event Submission’ page aren’t working properly. I’m seeing some JavaScript errors on your page that are probably preventing those from working correctly: http://d.pr/i/9e2S
I hope that helps, but let me know if you have further questions. Thanks!
August 15, 2013 at 11:41 am in reply to: Community Events Add and List Pages load index.php template. #60585Casey
ParticipantHello, and thanks for reaching out! Hopefully I can help you out here.
I’m seeing the login page at your Community Add URL here: http://www.mountairymd.org/events/community/add/ Can you allow anonymous submissions so that I can see how your page is displaying? Thanks!
Casey
ParticipantThanks for reaching out, and sorry I’m just now seeing this thread. It must have slipped through the cracks! So sorry!
Take a look at this code snippet: http://snippi.com/s/30z7sep
You should be able to copy lines 8-48 into your theme’s page.php file to fix the problem.
Give that a shot and let me know if that fixes it. Thanks!
Casey
ParticipantDan,
Thanks for reaching out! I’m getting a 404 Not found error for that page. Is that the correct URL?August 13, 2013 at 11:36 am in reply to: Venues being erased when editng events (twentytwelve) test clean install #60240Casey
ParticipantTiago,
Thanks for reaching out, and hopefully I can help you out here. Was the ‘Blue Note’ venue selected as a ‘Saved Venue’ or was it entered on the Community form as a new venue?Casey
ParticipantGreat tip! Yeah, you can always use some jQuery to customize the form if needed. We just don’t have an easy way from the Admin to control which fields are hidden and which aren’t.
Did my previous post get you where you need to be? Just let me know and I’ll mark this as answered and close it out. Thanks!
Casey
ParticipantSorry Jamie. I guess I misunderstood your question on #2. Yes, you can update those fields using update_post_meta like this:
update_post_meta(131, '_ecp_custom_1', 'Success!');
You’ll have to know the ID of the Event Post you just created, along with the ID of the custom field you’ve added, which you can find by viewing the ‘name’ attribute of the input field.
Does that help?
Casey
ParticipantJamie,
Thanks for reaching out. Unfortunately, #1 is not currently supported with the Community add-on. If you’re adept at PHP/WordPress, you might be able to develop something yourself. If not, feel free to submit it is a feature request on our User Voice page here: https://tribe.uservoice.comRegarding #2, you’d have to reach out to the Gravity Forms support team for their help with this.
I’m sorry I’m not able to help much more than that, but please let me know if you have further questions. Thanks!
-
AuthorPosts
