Remove date, author "posted in" from submission form page

Home Forums Calendar Products Community Events Remove date, author "posted in" from submission form page

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #67420
    trailheadcreative
    Participant

    On 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.

    #67526
    Casey
    Participant

    Trailheadcreative,
    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!

    #67587
    trailheadcreative
    Participant

    I 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).

    #67725
    Casey
    Participant

    Try pasting the following  code at the bottom of your theme’s style.css file:  https://gist.github.com/ckpicker/6705698

    #67760
    trailheadcreative
    Participant

    That’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.

    #67815
    Casey
    Participant

    The code I included here (https://gist.github.com/ckpicker/6705698) is actually slightly different. Did you use the code at the link?

    #67821
    trailheadcreative
    Participant

    Yes, I copied and pasted directly.

    #67824
    Casey
    Participant

    Ok, 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

    #67828
    trailheadcreative
    Participant

    OK. Will put that in functions.php and the other code back into style.css and see if it helps.

    #67847
    Casey
    Participant

    You 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!

    #67935
    trailheadcreative
    Participant

    Casey, 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.

    #67936
    Casey
    Participant

    Great! 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!

    #67937
    trailheadcreative
    Participant

    That 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.
    -Curt

    #67938
    Casey
    Participant

    Great! 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.

    #981049
    Support Droid
    Keymaster

    This 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.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Remove date, author "posted in" from submission form page’ is closed to new replies.