Okay
  Public Ticket #3561507
Editing a course from a mobile phone: the name of the course does not fit
Closed

Comments

  •  1
    kezalkoatlj started the conversation


    Hello!

    When editing the name of the course from a mobile phone, we cannot see the whole name, it does not fit. https://prnt.sc/KESdidVzcfZA Can it be moved to the second line? And how can it be done?

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    @media(max-width:500px){
        .wplms_create_course_wrapper .wplms_edit_course_content .text_field{
        font-size:1.2rem;
        padding:1rem 0;margin:1rem 0;
    }
    }


  •  1
    kezalkoatlj replied

    Hello!

    We tried but it didn't help...https://prnt.sc/QzbKwgl6-b0c 

    We would like to add one more line to the desktop version as well.
    We have a request from our future clients for the possibility of entering more words (Course name) https://prnt.sc/LwhzpKH4lg-_ 
    There are course names that we cannot shorten and need to expand the field for input.

  • [deleted] replied

    The issue is actually not resolvable the text fields cannot be broke into new line .

  •  1
    kezalkoatlj replied

    If it is not resolvable then how do you suggest editing the title completely? Even more so in the mobile view?

  • [deleted] replied

    at best we can make the title more smaller in mobile devices using this below solution.


    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 

    @media(max-width:500px){
        .wplms_create_course_wrapper .wplms_edit_course_content .text_field{
        font-size:0.8rem;
        padding:1rem 0;margin:1rem 0;
    }
    }

  •  1
    kezalkoatlj replied

    If you make this font smaller (smaller enough to fit the entire course title), it will be unreadable and lose its priority on the page as a course title.  https://prnt.sc/pJw5EcCpg8aA   

    Course editing should be simple, accessible, and intuitive for instructors.

    Therefore, another solution is needed.

  • [deleted] replied

    Im sorry currently making it smaller is the only solution we have .

  •  1
    kezalkoatlj replied

    Please, it is very important to fix this bug, because it is very disruptive when creating or editing a course. Kindly ask you to replace input with textarea. This may be a solution to the issue.
    This will help a lot. 

  • [deleted] replied

    its not easy to replace it with text area the UI.

    Its just you wanted that other customers has not demanded this , if we change it and other customers does not want this .

    AS a product owner we have to take a collective decision

  •  1
    kezalkoatlj replied

    Hello,

    The bug persists, and it's a significant problem because users find it inconvenient to enter the course name as soon as they register on the website and begin creating the course. Therefore, it's not just an inconvenience; it discourages people from using our website. Have you already investigated this issue? When can we expect it to be resolved?

  • [deleted] replied

    already told this is not a bug .