Forum Replies Created
-
AuthorPosts
-
November 18, 2013 at 11:44 am in reply to: Getting 404 message on Community Events submission page #76980
Casey
ParticipantSorry to hear you’re having troubles. Can you try to reset your permalinks by going to ‘WordPress Settings->Permalinks’ and hitting Save again?
Usually this solves the problem, but let me know if you continue to have issues. Thanks!
Casey
ParticipantJosh,
The best way to do this is with a template override.1) Just create the following new directory structure in your theme directory: ‘/tribe-events/community’
2) After doing that, go to ‘wp-content/plugins/the-events-calendar-community-events/views/community/’ and copy ‘edit-event.php’ into the new folders you created in step one.
3) Once you’ve copied ‘edit-event.php’ open it in a text editor and change line 65 to the following:
<?php //tribe_get_template_part( 'community/modules/cost' ); ?>
This will comment out the code that displays the cost fields on your form. Feel free to copy over and override any other views from the plugin directory if you’re familiar with PHP.
Hope that helps!
November 15, 2013 at 6:33 am in reply to: additional month/list drop down menu appearing with classipress #76624Casey
ParticipantDoreswap,
Can you send me a private message with a login to your site so I can take a closer look? Thanks!Casey
ParticipantGreat. Since it sounds like you know what you’re doing and have what you need, I’m going to go ahead and mark this thread as answered and close it out. Feel free to start another thread if you have further questions. Thanks!
Casey
ParticipantKyle,
Unfortunately we don’t have this option, but feel free to submit it as a feature suggestion on our User Voice page.As a hack, you could modify the ‘sendEmailAlerts’ function in lib/tribe-community-events.class.php on line 1271 to do what you want. Just keep in mind that your changes will be overwritten when you update the plugin.
Hope that gets you started on the right track, but let me know if you have further questions. Thanks!
November 13, 2013 at 8:03 am in reply to: additional month/list drop down menu appearing with classipress #76248Casey
ParticipantDoreswap,
Try putting this in your theme’s functions.php file: https://gist.github.com/ckpicker/7451531This should de-register jQuery UI only for the Community Events pages. Let me know if that does the trick. Thanks!
November 13, 2013 at 7:25 am in reply to: 'Organizer Details' fields not receiving data from 'Saved Organizer' drop-down. #76239Casey
ParticipantBryan,
Unfortunately I don’t know specifically what code was changed in order to fix this issue, but you might be able to download the most recent version of the plugin and compare the code to determine where the changes were made.Regarding future support, we can only provide support for the most recent version of the plugin. So it might be worth considering updating your styling customizations to work with the latest version in order to receive support for issues that might arise in the future.
Hopefully that helps and gets you started in the right direction. Thanks!
Casey
ParticipantJosh,
Thanks for reaching out. Are you wanting to remove the entire ‘Currency Symbol’ field from the form?November 12, 2013 at 12:27 pm in reply to: 'Organizer Details' fields not receiving data from 'Saved Organizer' drop-down. #75853Casey
ParticipantBryan,
When did this issue start happening? I’m guessing this started after a WordPress update, since these older versions of the plugin have known issues with later versions of WordPress.We can only unfortunately provide support for the current release of the plugins, as we’ve fixed many issues like these in the latest release.
Sorry I can’t be much more help than that, but please let me know if you have further questions!
Casey
ParticipantDaniella,
Can you try updating to the latest version (3.2) of the plugin and see if that helps?Casey
ParticipantSo sorry! PRE tags usually work, but if not, try using something like Pastebin.com and sharing the URL to your code here.
Casey
ParticipantSo, just to clarify, you changed it to ‘Default Page Template’? In your previous screenshot it said ‘Default Events Template’.
November 12, 2013 at 5:31 am in reply to: Need to insert Introduction text before the Community Submission Form #75766Casey
ParticipantGreat! Glad to hear that got you what you need. Since you’re all set, I’m going to mark this thread as answered and close it out. Feel free to start another thread if you have further questions. Thanks!
Casey
ParticipantTry changing it to this: http://d.pr/i/8eq9 (Default Page Template)
Casey
ParticipantGo to ‘Events->Settings->Display’ and change your page template to ‘Default Page Template’ and let me know if that helps with the full width display.
-
AuthorPosts
