cwhlin
Forum Replies Created
-
Oh, never mind! I got the excerpt to show. Hopefully I can now solve the image issue. Thank you!
Amit, thank you for your response but I don’t think that’s it. On this page, you can see if I use both the EA course grid and the Learndash course grid. The short description is there but I cannot get the excerpt to show in the EA course grid. Another issue I have is the thumnbail of the EA Course List uses a low-resolution image. Is there any way to change that?
Forum: Plugins
In reply to: [Code Snippets] CSS StylingHi. I tried to insert a css and it works for the frontend but not for the admin section. For example, I’m trying to change the color of the admin sidebar with a snippet but it doesn’t work. Thank you for your help!
Forum: Plugins
In reply to: [Interactive Content – H5P] API Score ReportingI modified the js file as follows:
H5P.externalDispatcher.on(‘xAPI’, function (event) {
console.log(event.data.statement);
var statement = event.data.statement;
if (statement.result.completion && statement.result.score.scaled === 1){
alert(‘You exceeded our expectations!’);
}
});However, the h5p doesn’t load in this case. If I remove the condition, then it will load.
I’m not really using badgeOs (except the log function). Should I migrate now? Again, my question is: If I turn on Gamipress now and a user logs in 3 times, after which time I publish a rank that requires 3 log-ins. Would that rank be automatically applied to the user? Thank you.
@rubengc, can you explain what you mean by “just check how integrations are adding it”?
Wow. These are great. I’ll definitely take a closer look. Thanks again!
Hi. I used your badgeos import. I was hoping the log would be imported so points can be automatically awarded based on the logs (like user log in) but I guess since I only award points for first log in and learndash actions, nothing really got transferred. That’s ok. I look forward to when Learndash activities can be recounted. I also have a question about deducting the points when certain actions are taken. I will open a new topic. Thank you.
@rubengc, I installed Gamipress on a staging site to test. I imported the data from BadgeOs but nothing came over. I guess it’s because I didn’t have any point activities set up with BadgeOs (but I was hoping the log would be transferred).
I went to GamiPress -> Tools but the Recount Activity Tool options are only for “Recount comments” and “Recount post publishing.” I do not award points for these activities so I do not know if they are counted. Is there any way to recount points for finishing a Learndash lesson (I have the Learndash plugin installed). Thanks.
Hi. Did you get an answer to this?
Forum: Plugins
In reply to: [Theme My Login] Turning on wp-login.php access for staging site not workingBecause TML’s login page (on the staging site) is blocked (per the staging site’s security) until one logs in as admin to the staging site. When I set up the staging site (by copying my live site), I had disabled access to wp-login.php so now when I access the staging site’s /wp-login.php, it redirects me to the staging TML login page (which as explained above is blocked).
So far the work-around has been to disable TML, log in via staging site’s wp-login.php and then activate TML to test features with TML. I know the solution is to stop the redirect from wp-login.php to TML’s login page on the staging site, but I can’t quite figure out which file is triggering that redirect.
@ph2016 did you ever find a solution?
@dean-radish, thank you so much for this. I too have a website with the parents signing up for the kids. I was thinking of removing the email requirement altogether for the child’s account (and linking them to the parent account via PMPro’s Sponsored Member add-on) so I need to remove the email requirement (and use username only) … not sure if that can be done. Again, thank you so much!
@dean-radish, can you share your code on how you successfully
1. created multiple accounts under the same email address?
2. skipped validation for a certain “required field”? (I’m thinking of not requiring email for the child accounts but only username and password)Thank you.