Forum Replies Created
-
AuthorPosts
-
in reply to: LearnDash course with Tags #12842
I still haven’t heard a reply…checking in again.
in reply to: Cache issue? #10654Well, I guess that’s good! I don’t know why on earth it wouldn’t work for me? Did the pop up work that told you you received the badge?
in reply to: Cache issue? #10652Ok. So now badges are not awarding at all on the LearnDash trigger of passing a quiz. This is a big problem. Can you take a look? I need this to work by 4:00 EST.
On the account to which I provided login credentials above, there is a course called “Jason’s Test Course.” There is a Level 2–>New Task; I have put a sample quiz there; the system is set up to award a badge after passing it (Choose “yes” for your answer to the question).
in reply to: Cache issue? #10592It was really strange; when I went back to that same page, later in the day, after I had navigated to many other places, the blank popup was still there! It’s the page I was on when the badge was triggered.
https://drive.google.com/file/d/0B6gQiqZIow9nVENMU29iMjRMcnM/view?usp=sharing
in reply to: Cache issue? #10579Ok…it didn’t used to need the extra click, though. Any idea why it changed (or if I can change it so that it pops up right away again)?
Also, I just tried the process of being awarded a badge after completing a LearnDash quiz. After it was finished, the screen went dark, like it usually does when the pop up appears, but the text for the pop up never came. That would probably leave the average user very confused since there is no way to “x” out the dark screen and no clear navigation. Ideas on this?
I am using Autoptimize. To get things working again, I enabled the option under “Add try-catch wrapping.” I think there must have been some sort of JS error happening?
in reply to: Cache issue? #10574This reply has been marked as private.That was what we needed. Thanks so much for your help!
That did the trick! Thank you so much! Another question (of course): Would it take a lot of work to make the badges clickable so that users could see the metadata attached?
I guess I should clarify…not ALL badges as in every available badge on the site. It is correctly just showing the user’s earned badges; however, it’s also displaying the steps.
Ok…we got it set up, but now it’s displaying ALL the badges, including the “steps” on the profile page. I really would rather not have the steps on there. Is there a way to just pull the “real” badges?
Here’s a screen shot of what I’m seeing on the front end:
https://drive.google.com/file/d/0B6gQiqZIow9nVjlvNlljamNnU3M/view?usp=sharing
We are considering having some custom dev done so that this will work. This question came up:
What is the function responsible for displaying a user badge and taking the user ID or username as its argument?
So it’s not possible to display user achievements on the profile? At least not without finding someone who can do a little development for me?
Here is his response:
Does ProfilePress have a function available to fetch the numeral user ID of the current displayed user profile?
No function. but it could be done by extracting the username from the profile url using regex.
Note: i just added the following action in the front-end profile shortcode parser function. do_action('pp_frond_end_profile_id', $id); and will be added to version 1.7.2 of the plugin.
Is there any sort of boolean function that can be used to check if we’re on a ProfilePress user profile?
Simply check for the existence of the shortcode profilepress-user-profile using has_shortcode() hooked into the_content filter.
in reply to: Funky formatting in badge description #8872That fixed it. Thank you!!
in reply to: Funky formatting in badge description #8844I am in the BadgeOS menu–>badges. I’m typing the content into the “Congratulations Text” box.
Yep…that’s it!
Ok, so I’m going to need a little help with doing that, if you’re able. When I look at someone else’s profile, it shows all of my badges on their achievements. I’m sure that’s what you were trying to warn me of, but I’m afraid my coding skills are rather novice 🙂
That code did the trick. Thanks so much!
It is for a profile created through the ProfilePress plugin. I’m using the “My Achievements” widget, and it does exactly what I’m looking for. I just need to put that same functionality on the front-end profile page.
in reply to: formatting for "claim a badge" widget #8669Sure! It’s http://www.five-starnetwork.com. Click on “online courses” to see the widget in the sidebar. My theme has a custom CSS editor, so if it’s a matter of adding code, I can copy/paste it in.
-
AuthorPosts