Limit the number of Instructors listed on front end

Home Forums Legacy Support Support queries Styling issues Limit the number of Instructors listed on front end

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #111159
    master2907
    Spectator
    Hello, I don´t know if this is possible: We have a course with 21 Intructors each doing one unit. Now in order to show that they have a course on all intructor page I have to add all of them via coauthor to the course setup page. And to pay them a commision they also have to be added. Now we have a couple of problems: 1) Is it possible to show only the first 2-4 Instructors on the course page? It looks pretty shitty to have a long list like this: http://prntscr.com/f5qye0 2) As well as on the course list page. Can I only show a single Author/Instructor? (The first one) http://prntscr.com/f5qyky http://prntscr.com/f5qyri 3) As a coauthor he or she can´t modify a unit which is assigned to it, is this correct? Would be nice to accomplish that (at least it doesn´t show the edit course button in their dashboard) 4) I am not sure if its a bug but as a coauthor I am able to remove or add students. but once I go to next page on "members" tab it doesn´t seem to load the option to edit the student clicking on first page again same happens. I have to reload the members tab in order to load the edit options. (hope you understand, see attached screenshots) http://prntscr.com/f5qxwe <---with options http://prntscr.com/f5qy3t <--- no options 5) It seems like I can only add 21 coauthors but for this particular case I need 22! Is there a limit? Because it won´t let me add more. Thanks a lot for your answer
    #111278
    Kindly provide us your wp-admin credentilas and your site url. We will provide you css fixed for them.
    #113383
    master2907
    Spectator
    This reply has been marked as private.
    #113384
    master2907
    Spectator
    This reply has been marked as private.
    #113587
    1. and 2. Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save. .course .item-instructor .instructor_course{display:none !Important;} .course .item-instructor .instructor_course:nth-child(1){display:block !Important;} .course .item-instructor .instructor_course:nth-child(2){display:block !Important;} .single-course .instructor_course{display:none !Important;} .single-course #item-admins .instructor_course:nth-child(2){display:block !Important;} .single-course #item-admins .instructor_course:nth-child(3){display:block !Important;} 4. Yes, it was a bug earlier. Please update your theme to the latest version 2.8.1.
    #113918
    master2907
    Spectator
    Thanks for the code. So far it worked on the course start page but this http://prntscr.com/f5qyri is still the same. Can you please answer point 3 and 5 as well. Thanks
    #113988
    This reply has been marked as private.
    #113990
    master2907
    Spectator
    It is on the front page on https://windooo.com Since there are just random courses visible you might refresh one or two times. THe name of the course is "In 20 Tagen..." But you´ll see it ;) Thanks
    #114112
    This reply has been marked as private.
    #114121
    master2907
    Spectator
    very nice. Thanks a lot. I think we can close this topic now.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Limit the number of Instructors listed on front end’ is closed to new replies.