Course description and instructor profile pic

Home Forums Legacy Support Support queries How-to & Troubleshooting Course description and instructor profile pic

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #330280
    OpenCoursa
    Participant
    1. & sign issue is still not fixed https://prnt.sc/w6mx40 2. Creating course from backend/wp-admin and when try to edit from front-end long description doesn't exist as nothing has been written here. confirmed bug! 3. I've reported this issue in past but this is still not fixed, Most of the courses have multiple instructors and their names is clashing together https://prnt.sc/w6nh9p and there is no spacing in between names and there is no picture of the second instructor 4. And course instructor image is not correct with all courses showing in course directory, pictures are not showing correct https://prnt.sc/w6nko4, course directory https://opencoursa.com/courses
    #330282
    OpenCoursa
    Participant
    This reply has been marked as private.
    #330370
    Ada
    Participant
    Hii , I tried to creating a course and adding description from backend and it was clearly visible to front-end as well . https://prntscr.com/w73zbg https://prntscr.com/w740k1 To add space between instructor name add this code in apeearance >> Customize >> Custom CSS
    
    .course.directory .course_instructors {
        display:grid !important;
        grid-gap:10px;
    }
    .single-course .course_element_text .course_instructors {
        display:grid !important;
        grid-gap:10px !important;
    
    }
    
    The third one seems to be some cache issue as the image is correct in the single course page so try clearing your site cache and check if the problem is resolved.
    #330685
    OpenCoursa
    Participant
    This reply has been marked as private.
    #330783
    Diana
    Participant
    This reply has been marked as private.
    #330823
    OpenCoursa
    Participant
    This reply has been marked as private.
    #330998
    Diana
    Participant
    This reply has been marked as private.
    #331128
    OpenCoursa
    Participant
    any update?
    #331600
    OpenCoursa
    Participant
    are you ok? I'm still waiting here as always
    #331715
    Diana
    Participant
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Course description and instructor profile pic’ is closed to new replies.