Unit related Issues

Home Forums Legacy Support Support queries Update Issues Unit related Issues

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #20435
    foxycleop
    Spectator
    Hi there: After updating, I found that ALL units became FREE and the Free units no longer open in Popups anymore. Could you please check if these issues exist on your side as well??? See image attached here....the units are in blue color (they are links)  
    #20445
    sandy
    Member
    The units are not free unless you specify it in course settings. From the screenshot it seems you've enabled the Setting WP Admin - LMS - Settings - Show Unit Description in Course curriculum. The unit description (one line or paragraph subtitle) is displayed when user clicks on the expand icon.
    #20507
    foxycleop
    Spectator
    PLease watch this 1 minute video to understand the issue. Thank you! http://quick.as/54you5vv4 There are several issues: 1. All the units are FREE (which they should not) 2. The Free unit does not open in PopUp (as it used to previously) 3. The Admin screen shows "Page Not Found" and shows a weird page 4. The news window shows the news at the end of the page. Kindly advise. ------- The above demonstration is when I am signed in as an Admin. I also tried signing in as Instructor and Student Account. Here are some issues: Here is a second video http://quick.as/gbPgT9xxX Instructor Account: Instructors can't access Free units from other instructors (i beleive it has something to do with the setting in the backend which restricts an instructor from accessing other instructor's content. Student Account: Works fine except that the FREE unit should open in PopUp which it doesn't
    #20770
    sandy
    Member
      1. Admin can open all the units irrespective of FREE or not. 2. To open free units in popup refer this : https://wplms.io/support/knowledge-base/open-free-units-in-a-popup-from-course-curriculum/ 3.  Try resaving permalinks and check if this helps. 4.  Thanks for letting us know. This is a bug and would be fixed soon in maintenance update. An Instructor can only view other instructor's unit only if Instructor privacy is disabled and only from backend. Hope this clarifies all your issue.
    #21061
    foxycleop
    Spectator
    1. Resaved Permalinks multiple times but both Activity and Admin tabs are not working. 2. An Instructor can only view other instructor's unit only if Instructor privacy is disabled and only from backend. Ok so this is a bug.....I have made yet another video explaining this slowly, hopefully this will make sense. This is a BUG. http://quick.as/p0opt42Jr 3. That tip you mentioned for PopUp No longer works. I had that previously and it was working fine for popUps but since updating to WPLMS 2.0 it stopped working. All the code is placed as it should be. Kindly provide a solution
    #21482
    Anshuman Sahu
    Keymaster
    1.Please also check after clearing the browser cache . If above does not helps please share admin credentials ans site url to check this at your end . 2. Yep this is a bug fix coming up in the next update of wplms 2.0.1 which will be released more or less today . 3. Yes  you were right the tip was no longer working but i have updated the tip now . You can add this code in your wplms-customizer.php file at the end before " ?> " in wplms customizer plugin  for free units open in popup : add_filter('wplms_curriculum_course_lesson','wplms_custom_course_curriculum_free_access_2',10,3); function wplms_custom_course_curriculum_free_access_2($html,$lesson,$course_id){     $free=get_post_meta($lesson,'vibe_free',true);     if(vibe_validate($free))       $html ='<a href="'.get_permalink($lesson).'" class="ajax_unit">'.get_the_title($lesson).(vibe_validate($free)?'<span>'.__('FREE','vibe').'</span>':'').'</a>';     return $html; }  
    #25241
    foxycleop
    Spectator
    Hi there: I made the changes that you referred above as well as the ones you mentioned in this tip https://wplms.io/support/knowledge-base/open-free-units-in-a-popup-from-course-curriculum/ (for >wplms 2.0) Still can't get the free unit to open in a popup?? Could you kindly check this on your side? Thanks!
    #25273
    foxycleop
    Spectator
    Please note I am using Blank Child Theme, the unit popup seems to be working in modern theme.
    #25712
    Anshuman Sahu
    Keymaster
    Yep it is working fin at our test site . Can you please share admin credentials and site url to check this issue at your end ? PS : mark reply as private while sharing the info .
    #25770
    foxycleop
    Spectator
    Hi You can check here: https://treptalktest.wpengine.com Authenticate: User: treptalktest Pass: 123456 ==================== Log into website with following Admin credentials: Username: WPLMS Pass: onO#focwDKBY0vma6$4P0iDs Here is a course with Free Unit for testing purposes: https://treptalktest.wpengine.com/course/scaling-vision-products/ -------------- While you are at it, it would be great if you also checked why I can't change the Blog's layout as per WPLMS 2.0 updates?? I think it is a bug.
    #26178
    foxycleop
    Spectator
    OK able to get the Blog to work, still need help with the Free Unit popup (please check the previous post for credentials)
    #26326
    foxycleop
    Spectator
    Hi there: Waiting on this....
    #26796
    H.K. Latiyan
    Participant
    I checked your site, there was a js error. I fixed the code, now the free units are opening in popup. Please check and confirm the same.
    #26801
    foxycleop
    Spectator
    which file did you fix? I need to transfer the changes in production  
    #26810
    H.K. Latiyan
    Participant
    There was unnecessary js code present in the wplms->footer->google analytic code. I removed that code and pasted the code required for this tip to work there.
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Unit related Issues’ is closed to new replies.