Viewing 15 replies - 1 through 15 (of 29 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Best option from the looks of it would be removing the textarea via css or js. There’s no filter available that isolates that part.

    Thread Starter reidalanj

    (@reidalanj)

    Thanks! That was fast.

    I’m still pretty novice with CSS. Could you be more specific as to what it is I need to remove via CSS? Again, this is greatly appreciated.

    Alan

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    something like this should help. The class is coming from the <form> tag that the textarea is a part of

    .badgeos-submission-form textarea { display: none; }

    how about keeping the text area and removing the attachment area?
    I could not find its css tag.

    Thanks.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    alibizbaz, you should be able to get that with the following:

    .badgeos-submission-form .badgeos-file-submission { display: none; }

    I’m a CSS novice as well and want to remove the attachment area. Which BadgeOS plugin file do I need to edit to add or change the line you suggested, Michael?

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    I’d add it to your theme’s CSS personally, that way you don’t lose the updates the next time you update BadgeOS.

    Hi Michael,

    Thanks for the code. It worked, but I’m still having trouble with the attachment and text box option showing after approval (the code removed this for the submission part). Is there anyway to disable those too? Or at least the attachment option?

    Also, is there a way to display the badge during submission, or change the submission text?

    Thanks for the help.

    Justin

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    jrunfitpro, is the site you’re working on on a live server that I could see? It’ll help me get a better picture of what you’re dealing with.

    My site is Workout Anywhere: https://www.workoutanywhere.net .

    Is there some way I can DM you Michael? You’ll have to login to see it.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    you can email me credentials to michael at webdevstudios.com

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Is there a specific url I can see this in action at jrunfitpro? I’m wondering if the achievements are awardable more than once.

    Regarding custom display, which method are you using for the submission process? One of the shortcodes? just the submission post type permalink?

    Hi Michael,
    Did you get the email I sent? The links should be in there.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Trying to make sure I’m seeing the same thing as you. This is what I’m seeing in the first link provided in the email: https://cl.ly/image/2h443s3x2L13

    and then https://cl.ly/image/2b3g3X2L3L1o if I click through to it.

    Is this what you’re seeing in both right now? or do I need to do a submission to get to the next part of it?

    Yeah, I went away from the submission form and to the single achievement shortcode. It has the look and feel my members like, except for taking them off the lesson page and then the additional submission.

    Anyway to prevent this?

    The submission shortcode had that second submission field too.

Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘Remove Submission Text Box?’ is closed to new replies.