Home › Forums › Calendar Products › Community Events › Remove date, author "posted in" from submission form page
- This topic has 14 replies, 3 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
September 23, 2013 at 8:33 pm #67420
trailheadcreative
ParticipantOn my site I would like to remove the part that has the date, the part that has “written by” and the part that has “posted in” from the event submission page. I’m guessing they are there because of the particular theme I’m using, Corporative. The page is http://foodimp.nwfpa.org/training/submitted/add … can you help? Thanks.
September 24, 2013 at 11:40 am #67526Casey
ParticipantTrailheadcreative,
You could probably use some CSS to target these items and hide them. Try adding something like this to your stylesheet:
.tribe_community_edit .catItemDateCreated, .tribe_community_edit p.meta {
display:none !important;
}
Let me know if that does the trick!
September 24, 2013 at 5:26 pm #67587trailheadcreative
ParticipantI added this to the CSS stylesheet in the theme editor for the theme I’m using, and it didn’t do what I wanted. The “I am not an evil spammer” text and checkbox at the end did disappear though (not a good thing to hide probably).
September 25, 2013 at 1:39 pm #67725Casey
ParticipantTry pasting the following code at the bottom of your theme’s style.css file: https://gist.github.com/ckpicker/6705698
September 25, 2013 at 5:28 pm #67760trailheadcreative
ParticipantThat’s the same code as before and I did know to put it at the end of the CSS file, not somewhere else. I went ahead and tried it again — same result. I also still have the “I am not an evil spammer” text and checkbox missing from the page, which breaks event submission.
September 26, 2013 at 7:03 am #67815Casey
ParticipantThe code I included here (https://gist.github.com/ckpicker/6705698) is actually slightly different. Did you use the code at the link?
September 26, 2013 at 8:10 am #67821trailheadcreative
ParticipantYes, I copied and pasted directly.
September 26, 2013 at 8:19 am #67824Casey
ParticipantOk, apparently those styles aren’t getting pulled in for some reason. Try adding this code to your theme’s functions.php file and see if that works: https://gist.github.com/ckpicker/6715665
September 26, 2013 at 9:05 am #67828trailheadcreative
ParticipantOK. Will put that in functions.php and the other code back into style.css and see if it helps.
September 26, 2013 at 11:42 am #67847Casey
ParticipantYou should be able to remove the styles from your stylesheet and only include the code from the last link I posted. Let me know if that does the trick! Thanks!
September 26, 2013 at 7:33 pm #67935trailheadcreative
ParticipantCasey, that worked! Thanks.
There’s still one little issue. The checkbox at the end that says, “I am not an evil spammer” still is not there, but I will wait until your new update to Community Events comes out unless there is something I should do now to correct that.
September 26, 2013 at 7:34 pm #67936Casey
ParticipantGreat! I’m actually seeing that checkbox on my end (screenshot: http://d.pr/i/IWbb), since I’m not logged in. The checkbox will only display for non-logged-in users. Hope that helps!
September 26, 2013 at 7:36 pm #67937trailheadcreative
ParticipantThat makes sense. I guess it realizes that a logged-in admin is not a spammer. 🙂
Guess you can close the thread. Thanks for all your help. Your support has been awesome.
-CurtSeptember 26, 2013 at 7:38 pm #67938Casey
ParticipantGreat! Thanks for confirming that this got you sorted. I’m going to go ahead and 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.
July 7, 2015 at 6:28 am #981049Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Remove date, author "posted in" from submission form page’ is closed to new replies.
