Home › Forums › Legacy Support › Support queries › Update Issues › Unit related Issues
- This topic has 14 replies, 4 voices, and was last updated 8 years, 9 months ago by H.K. Latiyan.
Viewing 15 posts - 1 through 15 (of 15 total)
-
AuthorPosts
-
January 25, 2016 at 6:54 am #20435foxycleopSpectatorHi 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)January 25, 2016 at 7:03 am #20445sandyMemberThe 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.January 25, 2016 at 8:31 am #20507foxycleopSpectatorPLease 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'tJanuary 25, 2016 at 1:51 pm #20770sandyMember1. 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.January 26, 2016 at 2:36 am #21061foxycleopSpectator1. 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 solutionJanuary 27, 2016 at 7:08 am #21482Anshuman SahuKeymaster1.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; }February 4, 2016 at 10:07 am #25241foxycleopSpectatorHi 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!February 4, 2016 at 11:33 am #25273foxycleopSpectatorPlease note I am using Blank Child Theme, the unit popup seems to be working in modern theme.February 5, 2016 at 12:22 pm #25712Anshuman SahuKeymasterYep 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 .February 5, 2016 at 1:54 pm #25770foxycleopSpectatorHi 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.February 6, 2016 at 9:51 pm #26178foxycleopSpectatorOK able to get the Blog to work, still need help with the Free Unit popup (please check the previous post for credentials)February 8, 2016 at 5:43 am #26326foxycleopSpectatorHi there: Waiting on this....February 9, 2016 at 10:18 am #26796H.K. LatiyanParticipantI 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.February 9, 2016 at 10:29 am #26801foxycleopSpectatorwhich file did you fix? I need to transfer the changes in productionFebruary 9, 2016 at 11:00 am #26810H.K. LatiyanParticipantThere 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.
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)
- The topic ‘Unit related Issues’ is closed to new replies.