Frontend Course Admin Ajax Big Issue!

Home Forums Legacy Support Support queries Other issues Frontend Course Admin Ajax Big Issue!

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #211157
    housedada
    Participant
    Hi guys, thanks for the great job on this theme! We are currently experiencing some problems using the frontend students managing system for administrators. When the page loads the list works properly (Showing 5 students and all related actions). As soon as we try to use the filters, the search field or the pagination the list is correctly reload but without the checkbox for the bulk actions, the actions for the single user and the course progress bar. Please see attached screenshot for reference. https://imgur.com/ysQGyj4 https://imgur.com/vGWlmIr if you need we could easily provides you an admin account. Many thanks in advance, Mitch
    #211281
    housedada
    Participant
    Sorry we uploaded the same image twice. Please see this 2 atteched for a correct reference. https://imgur.com/ysQGyj4 https://imgur.com/lrFavt1
    #211347
    logan
    Member
    Hello,

    Thank you very much for your feedback.

    I would like to request temporary access (wp-admin URL and credentials) in a private reply to your site to take better look at the issue.  The information you will enter is private which means only you and I can see and have access to it.

    #211349
    housedada
    Participant
    This reply has been marked as private.
    #211468
    Mk
    Moderator
    Its working fine at my local so I would like to have your ftp credentials too, to check this issue at your end. please share in private reply. My local proof : http://somup.com/cqhvj2nG3u
    #211483
    housedada
    Participant
    This reply has been marked as private.
    #211687
    Mk
    Moderator
    Go to wp-admin -> plugins -> editor-> wplms-customizer plugin-> and add following code below in wplms-customizer.php :   add_filter('body_class',function ($classes){   if(isset($_GET['action']) && $_GET['action']=='admin' && is_user_logged_in() && current_user_can('edit_posts')){     $classes[] = 'admin';   }   return $classes; });
    #211741
    housedada
    Participant
    This reply has been marked as private.
    #211805
    Anshuman Sahu
    Keymaster
    Well we use this class to detect whether the current user is admin or not and that we did while the page is being loading . in your case this class was not adding somehow because you have chose to revert pretty permalinks in wp-admin -> lms -> settings . So we added it manually
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Frontend Course Admin Ajax Big Issue!’ is closed to new replies.