"Contact Administrator" error on spanish course creation page +display bugs

Home Forums Legacy Support Support queries Styling issues "Contact Administrator" error on spanish course creation page +display bugs

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #182854
    Dave
    Spectator
    Hello, I have a problem on the course creation page of my spanish version website and a few minor display bugs.
    1. When creating a course on the spanish version of my website, there is an error that the administrator has to be contacted and that the course cannot be created. On the english, porgutuese and german version of my website, it works without any problems.
    See image: https://imgur.com/TWuD9UP
    1. There are a few minor display bugs on the all courses page and the course page itself.
    • All courses page:
    1. Space between the name of the instructor and its description is too small.
    2. Contact symbols for the instructor are very far apart and they are displayed vertically and not horizontally.
    3. The little icon if the instructor is online or not is displayed at a wrong place.
    See image: https://imgur.com/fwXV0r4
    • Course page:
    1. The slash icon at the breadcrumbs is white (therefore not visible) and should have the colour of the text.
    2. Contact symbols for the instructor are are displayed vertically and not horizontally.
    3. The little icon if the instructor is online or not is displayed at a wrong place.
    See image: https://imgur.com/CxKWSjf Would be great if you can explain me how I can fix these issues. Thank you.
    #183028
    Diana
    Participant
    @Dave, For the issue 2 and 3: I will fix this using custom css and then will share the screenshot with you. But or the Issue 1: Can you please tell me your site is multilingual or it is a multisite. If it is a multisite, did you set the course creation limit for the instructor from wp-admin > LMS > Settings I need your credentials for issue 1 with site url. P.S mark your reply as private while sharing the credentials  
    #183577
    Dave
    Spectator
    This reply has been marked as private.
    #183715
    Diana
    Participant
    For course directory(all courses page) .directory.course .course_instructor span{ color:#000000 !important; }   For single course page: Paste the below css in wp-admin > Appearance > Customize > Custom CSS .single-course.c2 .course_header #item-header-content .breadcrumbs li+li:before, .single-course.c2 .course_header #item-header-content a, .single-course.c3 .course_header #item-header-content .breadcrumbs li+li:before, .single-course.c3 .course_header #item-header-content a{     color:#000000 !important; }   .single-course ul.instructor_meta { display:flex !important; } I want to ask where you want to place that online icon on the page
    #184155
    Dave
    Spectator
    Hi Diana, thanks for your answer. Css codes worked, but there are still some things mentioned above that I cannot fix:  
    • When creating a course on the spanish version of my website, there is an error that the administrator has to be contacted and that the course cannot be created. On the english, porgutuese and german version of my website, it works without any problems.
    See image: https://imgur.com/TWuD9UP  
    • All courses page (and course categories page):
    1. Space between the name of the instructor and its description is too small.

    2. Contact symbols for the instructor are very far apart and they are displayed vertically and not horizontally.

    See image: https://imgur.com/MATnums   I disabled the chat plugin for now as it still has some bugs, so there is no need to replace the online icon.   Would be fantastic if you could provide me also a solution for the points stated above, as I am not able to fix it alone. Thank you very much!

    #184216
    logan
    Member
    hey, for the first issue we have found that you did the wrong translation of string in Spanish. you can still create course. watch video : https://screencast-o-matic.com/watch/cFXIXzrnGe for second issue use these codes in your wp-admin > appearance > customize > custom css > paste. 1) refer: http://prntscr.com/lhryjw .course ul#course-list .instructor_course h5.course_instructor span {margin-left: 10px !important;} 2) Refer: http://prntscr.com/lhrxg2 .directory.course ul#course-list li.course_single_item ul.instructor_meta li:nth-child(2) a.button.tip{position: absolute !important; top: -44px !important; left: 35px !important;}
    #184385
    Dave
    Spectator
    Hello Logan,   thank you very much for providing the css codes. Worked perfectly and now it looks as it should.   Ok great that we still can create courses. As we also want other instructors being able to create courses without seeing this error message. Is there any way I can choose the correct translation string to display it correct? Actually I did all the same steps for my other languages and there it works, that´s why I am wondering where I did a mistake. I am using the WPML translation plug in.   Thank you once again
    #184637
    Diana
    Participant
    @Dave, This string is coming from wplms front end plugin. You have to check the translation there. If you will still face the issue then Let me know, I will resolve this using javascript
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘"Contact Administrator" error on spanish course creation page +display bugs’ is closed to new replies.