Remove Submission Text Box?
-
Hello All,
Is there a way to remove the BadgeOS submission text box and just leave the reader the option to attach a file to earn the badge? I would prefer the reader only submit a file for review rather than type the entire response in the text box.
Thanks so much for your help,
AlanHere is an example page: https://alanreidphd.com/task/synthesizer/
-
None I can think of offhand. The easiest thing to do still for quick results is to accurately select the right part of the UI you want to hide, and do the display none css suggested earlier. This is a bandaid type fix until we can accurately determine what/why extra parts show, and if it’s a legit bug that we need to fix on our end, or if it’s perhaps by design.
For now is there a simple way to make a “Back to Lesson” Button on these attachment pages?
If there’s any way to determine and fetch the associated lesson on each one, then you should be able to query for the lesson’s ID and thus the permalink for it using something like
get_permalink()
. If there’s no way you get that assuredly, then you’d need to find some way to track which lesson needs to be returned to, and that’s not something our plugin has out of box.Thank you for the response Michael. I have another question that is kind of a subject on the same project.
I like the “My Achievement” widget, but would like to display this feature on a page and not a sidebar. Is there anyway to do this? I can’t find the short code for it.
Thank you Michael,
Jrunfitpro
Sounds like you need a way to display a widget sidebar in other places without touching the theme files all the time.
Try this out:
https://www.ilovecolors.com.ar/sidebar-widgets-shortcode-wordpress/It creates a shortcode that can display an entire “widget sidebar” for you, including inside posts/pages. I’d personally recommend registering a new sidebar for just this Achievements widget so that you can leave your theme sidebar’s version alone and as-is.
Thank you for the response. I think this will work. I’m not great with code, but I’ll give it a try. I have page templates that look like a partial sidebar inside of a page and this is the sidebar I wish I had the BadgeOs Earned User Achievements with Points widget turned into an easy to use short code.
Thanks for the response. Any chance that’s already a short code?
Also, can I ask another question in here. I’m having a weird issue with my them, and Youtube embed codes with “rel=0”. My theme’s support team narrowed it down to BadgeOS.
Just checking if I can ask that here.
I believe all the shortcodes in the plugin are documented in the help area, Otherwise, anything else would need to be custom done.
You’ll have to provide steps and examples of the youtube issue so that I can debug. Otherwise I really don’t know what’s going on with that part and why it’s apparently exclusive to something with our plugin
Hi Michael,
Step One: I realized I was having drop offs on my home page https://www.workoutanywhere.net, so after scanning through, I realized I used the wrong embed code for the featured landing page video. I decided to switch it to the code with “rel= 0”
Step Two: Logged in, and went into Optimize Press’ live editor to changeout the code. There I have the option to use YouTube URL or embed code. I placed the code in there, hit save and returned to my home page.
Step Three: page looks like crap. Formatting is haywire and the only way to fix this currently is to use the standard embed code (promoting competitors and adding to the drop off rate).
Is your current embed shortcodes/methods provided by a different plugin? or is it all from WordPress core provided embed methods? Trying to make sure I could recreate accurately. Also an example of the url being used would be awesome, rel=0 and all.
Hi Michael,
No plugin. This is all built into the theme. The basically has a number of popular plugins already built in.
I’m trying to use the embed on my home page: https://www.workoutanywhere.net
This is the original:
<iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/Co7zq0rDB8c” frameborder=”0″ allowfullscreen></iframe>
This is the preferred:
<iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/Co7zq0rDB8c?rel=0″ frameborder=”0″ allowfullscreen></iframe>
Any chance I could have my account boosted to an administrator account long enough to see what happens? I’m having a very difficult time understanding why one $_GET parameter on a url that gets loaded in an iframe would cause havoc like that.
Which of the videos on the homepage should be getting the
?rel=0
part, I forgot to ask that. All of them?I tried with the very top video and the only strange-ish difference that I saw is that the video next to the “Jessica’s Lifestyle Meal Planning is a Game Changer!” headline was shifted down. See: https://cl.ly/image/2v1N2K3Z2i1v
I’m still not convinced this is a BadgeOS issue, to be honest because I can’t think of any way that our plugin would interfere with a simple $_GET parameter on a url that is used for an oEmbed.
Any chance you have it documented somewhere what the theme support team said for why it was happening? To be honest, I’m not familiar with any of these plugins/extensions that embellish the post editor in these ways. I’m not a fan personally ??
Hi Michael. I did find that using the youtube url with this video plugin would avoid the recommended videos at the end of the promo. Yes, I do have this documented in an email. Should I send it to you?
Also, before you logged in, I had an update of the theme and I don’t know if that resolved the issue with the embed codes.
On another note, can I pay you to make that sidebar widget a page short code? I’m trying what you said with little luck. I guess, some of my page templates look like they have sidebars, but really need short codes since they are not actual side bars.
If I could get the “My Achievements” widget turned into a short code (with the points and earned badges, I would be extremely grateful. Plus, I’ll pay you.
I am definitely still curious about their reasoning, yes.
The theme update definitely could have, especially with that type of page builder setup they have going.
I am unable to accept paid work for that type of thing, admittedly. Sorry. You should be able to crack open the code used to make the widget to see exactly what we did, and recreate that as a shortcode for your own use.
- The topic ‘Remove Submission Text Box?’ is closed to new replies.