• Resolved kklo

    (@kklo)


    Hi

    1 – how do I make the “courses” page responsive, since this page is standard Tutor LMS?
    I can’t format for mobile.
    2 – I want the Title Background, marked on the image, to be 100%
    3 – How to translate the marked text, attached image

    Image

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support Md. Jobayer Al Mahmud

    (@jobayertuser)

    Hello @kklo

    The image is broken I can not see anything.

    Thread Starter kklo

    (@kklo)

    Hi @kklo

    Insert this css in Appearance > Customize > Additional CSS

    .courses-archive-hero-section .hero-container{
        max-width: 100% !important;
        padding-inline: 0 !important;
    }
    Thread Starter kklo

    (@kklo)

    Thanks

    And how can I do the translation in item 3?

    Hello @kklo,

    You can use a multilingual plugin like Loco Translate to translate those strings. You will find those strings within Tutor LMS language folder.

    Thread Starter kklo

    (@kklo)

    Hi, @munayam

    Yes, I’ve been using it for a long time, found many words, but this one in particular Loco Plugin didn’t find

    Plugin Support Md. Jobayer Al Mahmud

    (@jobayertuser)

    Hello @kklo

    Can you share the screenshot of the untranslated string?

    Thread Starter kklo

    (@kklo)

    Hi, @jobayertuser

    templates/course-filter/filters.php:25
    msgid “Search…”
    msgid “Pesquisar…”

    Even creating and translating in the tutor-pt_BR.po file, this translation does not appear.

    If you do the translation in your own code, when updating the plugin I lose this translation. What can I do?

    • This reply was modified 2 years, 5 months ago by kklo.

    Hello @kklo,

    After you update a plugin you need to run the sync once from your multi-lingual plugin. Please do not save translation in the plugin folder but save them in a separate language folder. These strings appear in Tutor LMS free plugin’s .pot file- see this image

    Thread Starter kklo

    (@kklo)

    Hi,

    I’ve been using Loco Plugin for a long time and this untranslated line of code is not in the translation, even after syncing.

    Could you tell me the number of the line in the .POT file that this term is, please.

    Hello @kklo,

    You can navigate to the following file and replace line 25 with the line of code given below then save changes and run the sync from Loco

    wp-content/plugins/tutor/templates/course-filter/filters.php

    
    <input type="Search" class="tutor-form-control" name="keyword" placeholder="<?php _e( 'Search...', 'tutor' ); ?>"/>
    
    
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Courses Page’ is closed to new replies.