Forum Replies Created
-
AuthorPosts
-
October 2, 2013 at 8:13 am in reply to: Need to remove Categories or show parent/sub on the Submit an Event page #68772
Casey
ParticipantAwesome! Glad to hear that did the trick. Since it seems like you have what you need, I’m going to mark this thread as answered and close it out. Feel free to start a new thread if you have other issues. Thanks!
Casey
ParticipantTony,
You should be able to do what you’re wanting to do using filters.To change the ‘Submit Event’ Page title, just paste the following code into your theme’s functions.php file: https://gist.github.com/ckpicker/6795142
You should be able to change other visual aspects of your form (widht of input fields, etc) by targeting those elements using CSS. You can also add custom CSS using a filter. Try pasting this code into your theme’s functions.php file: https://gist.github.com/ckpicker/6795200
Feel free to customize that CSS to whatever you need to change the layout of that page.
Regarding your last question, you should be able to do that with a template override. Just copy everything in ‘wp-content/plugins/the-events-calendar-community-events/views/’ to ‘YOUR_THEME_DIR/tribe_events/community/’ and then open ‘modules/header-links.php’ and you should see the applicable code there.
Let me know if that gets you started on the right track. Thanks!
October 2, 2013 at 7:47 am in reply to: How do you create a custom submission form that works? #68766Casey
ParticipantTony,
Unfortunately we don’t have support for creating a custom submission form. You’re more than welcome to give this a try, but unfortunately we can’t really offer you much help with it.Sorry! I’ll respond to your other threads, and hopefully that will get you what you’re needing.
October 2, 2013 at 7:45 am in reply to: Need to remove Categories or show parent/sub on the Submit an Event page #68765Casey
ParticipantChris,
Unfortunately we don’t have support for displaying the parent/child relationship in the Categories block. You can definitely hide that block by putting the following code into your theme’s functions.php file: https://gist.github.com/ckpicker/6794890Give that a try and let me know if it does the trick. Thanks!
Casey
ParticipantThis reply is private.
Casey
ParticipantKaren – Thanks for reaching out! Have you updated EC Core and EC Pro to 3.1 also? If so, then this might be related to any template overrides you might have performed. Can you confirm your plugin versions for me?
We’ll get to the bottom of this and get it figured out. Thanks!
Casey
ParticipantThanks for reaching out. Could you give me the URL to your Event Submission form so I can take a closer look? I can’t seem to find it. Thanks!
October 1, 2013 at 8:31 pm in reply to: Width of submission form + Removing category area on submission form #68715Casey
ParticipantNo worries. I’m going to go ahead and close out this thread, but feel free to start a new one if you need more help. Thanks!
Casey
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
ParticipantChris,
You should be able to paste the following code into your theme’s functions.php file and it should take care of the issue: https://gist.github.com/ckpicker/6784143Let me know if that does the trick. Thanks!
Casey
ParticipantDo you have a plugin installed that disables right-clicking? If so, could you disable that while I investigate? I’m not able to use the chrome developer tools appropriately while that’s turned on. Just let me know when that’s disabled. Thanks!
Casey
ParticipantChris,
So sorry to hear that you’re having this issue. Do you have a URL that’s accessible for me to look at this and troubleshoot further?Casey
ParticipantGreat! Glad to hear you were able to get this done.
Try using a site like http://pastebin.com/ to paste your code into the thread.Casey
ParticipantThanks for reaching out and sorry to hear you’re having this issue! I’m going to move this thread over to our PRO forum and one of our experts can help you over there. Please stand by. Thanks!
Casey
ParticipantUnfortunately I don’t have a code sample for something like this, but you can read the documentation (which has a few basic filter examples) for wp_mail here: http://codex.wordpress.org/Function_Reference/wp_mail
Hope that helps. Good luck!
-
AuthorPosts
