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 #2000917
Change the button label
Closed

Comments

  • hoi2008 started the conversation

    Hi team,

    can you please let me know how to change the "Buy Course" button into "Enroll Now", as I see this on your demo page below:

    https://esmarts.elated-themes.com/course/pc-systems/

    Your prompt response is highly appreciated!

    Best,

    Howard

  •  1,845
    Elated replied

    Hi Howard,

    Welcome to your support management and thank you for choosing our theme!

    In order to do so, you would need to use your FTP client to edit the file on the following path:

    wp-content\plugins\eltdf-lms\post-types\course\helper-functions.php

    On line 494 you can replace 'Buy Course' with 'Enroll Now':

    1800476798.png

    The alternative solution would be to add the following JavaScript code to Elated Options -> General -> Custom Code -> Custom JS: 

    var btn = document.querySelector('.eltdf-course-action .eltdf-btn-text');
    if (btn) btn.innerHTML = 'Enroll Now';

    If you need any further assistance, please write back in.

    Best regards!

    Joey


    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.