Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1659396
Time units in front-end are not translatable
Closed

Comments

  • Trollegustav started the conversation

    Time units in front-end are not translatable.

    wp-content/plugins/eltdf-lms/post-types/course/templates/single/parts/curriculum.php:80
    <?php echo esc_html( $element['extra_info_unit'] ); ?>



  •  1,845
    Elated replied

    Hello there,

    You can try with this css code:

    .eltdf-element-extra-info-unit {
        font-size:0px!important;
    }
    .eltdf-element-extra-info-unit:after {
        content:"Text";
        font-size:17px!important;
    }
    

    Just paste it in Appearance > Customize > Additional CSS.

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Trollegustav replied

    Thanks for the hack, but I would rather see you fix this in a coming update of your plugin :)

  •  1,845
    Elated replied

    Hello there,

    You're welcome! Thank you for your feedback, it's important to us to have feedback from our customers so we can improve our themes and include that in one of our next updates.

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.