Course İnstructor Bugs and Errors

Home Forums Legacy Support Support queries How-to & Troubleshooting Course İnstructor Bugs and Errors

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #360652
    ixiredu
    Participant
    Hi, I have some problems with course instructors. I ask for your help.
    #360653
    ixiredu
    Participant
    This reply has been marked as private.
    #360706
    Ada
    Participant
    This reply has been marked as private.
    #360815
    ixiredu
    Participant
    Hi, 3- Thank you for the information. a--I changed the URL, but I started getting the same error again. Do I have to Duplicate every time? b--I also want to put Course Categories as a filter option. c--I also want to change the order of Filter widgets.
    #360846
    Ada
    Participant
    This reply has been marked as private.
    #361256
    ixiredu
    Participant
    This reply has been marked as private.
    #361316
    Ada
    Participant
    Hi, a- Because you have connected the same page in the wooCommerce>> product >>store page. So you need to disconnect it from there also then edit the page with elementor. b- I'll tell you here after confirming with my team.
    #361359
    Anshuman Sahu
    Keymaster
    Please try adding this code in your wplms-customizer.php file in wplms customizer plugin :
    
    add_filter('wplms_course_filters_course-cat',function($args){
    	$args['orderby']       =  'course_cat_order';
    	$args['order']       =  'DESC';
    	return $args;
    });
    
    then set order in course cat from wp-admin -> lms -> course category : https://prnt.sc/15dt2m9
    #361488
    ixiredu
    Participant
    This reply has been marked as private.
    #361507
    Ada
    Participant
    Hi, a- It's because you have enabled service worker. please try disabling service worker while editing the page in elementor then 1. Edit page in chrome, right-click – inspect element 2. Locate application mode and locate the currently active service worker and unregister it: http://prntscr.com/10hqjy3 3. When you visit the app / PWA page the service worker will enable it again.
    #361570
    ixiredu
    Participant
    Hi, a- Service worker pasif yaptım. Ama sorunu çözemedim. Yardımcı olur musunuz? https://prnt.sc/15j7cnb
    #361598
    Ada
    Participant
    HI, As I said in previous reply. you need to edit the page then in inspect goto application and unregister service worker . then it'll work. https://drive.google.com/file/d/1L23zstMWFPeCf-ZGRZofHEv9YKituv6H/view
    #362173
    ixiredu
    Participant
    This reply has been marked as private.
    #362347
    Ada
    Participant
    Hi, I checked on your site but I did not found this code in your wplms-customizer plugin. where have you added the code. I checked the code on local and it's working. see-> https://drive.google.com/file/d/1ILXHChGujLQmcMNEQxJh3CYuDWHZHd_K/view
    #362546
    ixiredu
    Participant
    Hi, I added the code in this way, but the sorting is still not according to the information below? https://ibb.co/JznPKHj
Viewing 15 posts - 1 through 15 (of 22 total)
  • The topic ‘Course İnstructor Bugs and Errors’ is closed to new replies.