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 #2115020
Edit template
Closed

Comments

  • mikeron80 started the conversation

    I bought a template from you, I detail the data:

    Item URL:
    https://themeforest.net/item/esmarts-a-modern-education-and-lms-theme/20987760

    Item ID:
    20987760

    Item Purchase Code:
    dabe03a4-b4cf-4d15-8d60-cc27782ff78c

    I have this questions:

    1 IMG:

    1) How do I edit the text of the titles "Instructor", "Categories"

    2) I want the "Reviews" not to appear

    3) How do I edit the text of the button?

    2 IMG:

    1) I want the "forum" item not to appear

    2) Where can I change that title?

    3) How can I change the title text of these tabs

    3 IMG:

    1) How can I change the title text of these tabs

    2) How do I remove the "Courses" tab



  •  1,845
    Elated replied

    Hi there,

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

    1- Theme labels can be changed or translated to your language with poedit software which is native wordpress way - following guides may be helpful

    http://code.tutsplus.com/tutorials/translating-your-theme--wp-25014 (read from point 3)
    https://www.wpbeginner.com/wp-tutorials/how-to-translate-a-wordpress-plugin-in-your-language/
    https://www.themeum.com/how-to-translate-a-wordpress-theme-with-poedit/
    https://wplang.org/translate-theme-plugin/

    or you can try any other plugin for translation such as Loco translate plugin 

    https://wordpress.org/plugins/loco-translate/ 

    here is a beginners guide https://localise.biz/wordpress/plugin/beginners

    and the WPML Plugin: https://wpml.org

    In order to edit the text you are referencing in the questions below, please edit the following file with poedit software:

    wp-content/plugins/eltdf-lms/languages/eltdf-lms.pot

    2- In order for the Reviews part not to appear in the Course single page information area please copy the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS:

    .eltdf-course-single-holder .eltdf-course-basic-info-wrapper .eltdf-course-reviews {
        display: none !important;
    }
    

    3- In order to delete the forum tab you can use the following JS code by adding it into Elated Options > General > Custom JS:

    jQuery(window).on('load', function() {
        jQuery('li.eltdf-custom-tab-link').each(function() {
            if (jQuery(this).find('.eltdf-tab-title').text().indexOf("Forum") >= 0){
                jQuery(this).css('display', 'none');
            }
        })
    });
    

    4- In order to set only one tab and have it activated please use the following code:

    .single-instructor .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li.courses_tab,
    .eltdf-instructor-single-holder .eltdf-tabs .eltdf-tab-container#tab-courses {
        display: none !important;
    }
    .single-instructor .eltdf-instructor-single-holder .eltdf-tabs .eltdf-tab-container#tab-curriculum {
        display: inline-block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .single-instructor .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li.curriculum_tab a {
        color: #42495b !important;
    }
    .single-instructor .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li.curriculum_tab a:after {
        opacity: 1 !important;
    }
    

    Hope this helps! If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,
    Sean


    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.

  • mikeron80 replied

    I can't find the part where I can translate these texts "About this course", "Syllabus" (IMG, IMG2)

  •  1,845
    Elated replied

    That would be within the file at:

    wp-content/plugins/eltdf-lms/languages/eltdf-lms.pot

    line 1321 and 1317.

    Or you could edit them within the code directly in these files:

    wp-content/plugins/eltdf-lms/post-types/course/templates/single/parts/curriculum.php and

    wp-content/plugins/eltdf-lms/post-types/course/templates/single/parts/content.php

    Hope this helps! If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,
    Sean


    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.

  • mikeron80 replied

    Why this part of the events looks bad. (1 img).

    In the demo it is different (img demo).

  •   Elated replied privately
  • mikeron80 replied

    where I can translate everything I detail in the attached images, this because I can't find it. 

    thank you

  •  1,845
    Elated replied

    Hi there,

    You can find these within the following files:

    wp-content/plugins/the-events-calendar/lang/the-events-calendar.pot

    wp-content/themes/esmarts/languages/esmarts.pot

    Or the following php files:

    wp-content/plugins/the-events-calendar/src/Tribe/Editor/Blocks/Event_Links.php

    wp-content/plugins/the-events-calendar/src/views/blocks/event-links.php

    wp-content/plugins/the-events-calendar/src/Tribe/iCal.php

    wp-content/themes/esmarts/framework/modules/events/events-functions.php

    wp-content/plugins/the-events-calendar/src/views/modules/bar.php

    wp-content/themes/esmarts/tribe-events/modules/bar.php

    wp-content/themes/esmarts/tribe-events/single-event.php

    Hope this helps! If there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,
    Sean


    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.

  • mikeron80 replied

    why I don't get the description (IMG 1, img 2) of the event as seen in the sample version (IMG Sample version).

  •  1,845
    Elated replied

    Hello,

    We can't replicate the issue locally.

    Do you mind disabling any third party plugins to rule out plugin conflict as the cause.

    Then if it's not a conflict issue, please give us wp-admin access in a private reply so we can investigate this thoroughly.

    Best regards,

    John


    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.

  • mikeron80 replied

    Why don't I have registration enabled? (1 img) 

    How do I enable it (example)

  •  1,845
    Elated replied

    Hi there,

    If you want to allow anyone to register, you should navigate to Settings -> General and check this option:

    6781220985.png

    Let us know if you need any further help.

    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.

  • mikeron80 replied

    I now have 3 requests:

    1) In the course part I want the "Description" tab not to appear because I don't need it (1.jpg).

    2) In the instructors section I don't want the "Courses" tab to appear, I don't need it either (2.jpg).

    3) I want to create my own tabs, and I am using the "Elated Tabs" option. But when I create the tabs you can see in the others the information of the tab 1. (TABS.jpg )


    Please help me with these three requests.

  •  1,845
    Elated replied

    Hi there,

    1- In order to hide the description tab on course single pages please copy the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS:

    .single-course .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li.description_tab {
        display: none !important;
    }
    

    2- In order to set the instructor single tabs please use the following code:

    .single-instructor .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li.courses_tab,
    .single-instructor .eltdf-instructor-single-holder .eltdf-tabs .eltdf-tab-container#tab-courses {
        display: none !important;
    }
    .single-instructor .eltdf-tabs .eltdf-tab-container {
        display: inline-block !important;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .35s cubic-bezier(.22,.61,.36,1);
        -moz-transition: all .35s cubic-bezier(.22,.61,.36,1);
        transition: all .35s cubic-bezier(.22,.61,.36,1);
    }
    .single-instructor .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li a {
        color: #42495b !important;
    }
    .single-instructor .eltdf-tabs.eltdf-tabs-standard .eltdf-tabs-nav li a:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #4582ff;
        opacity: 1 !important;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }
    

    3- In order to fix this issue you can substitute the following file with the one within the zip file attached below:

    wp-content/themes/esmarts/assets/js/modules.min.js

    This is the temporary fix we could recommend for this issue. A permanent solution will be included within the upcoming theme update.

    Hope this helps! If there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,
    Sean


    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.

  • mikeron80 replied

    it got damaged (1.jpg), help please.

    --------------------------


    I fixed it!!!

  • mikeron80 replied

    1) I need to remove that part of categories (1.jpg)

    2) there is a way that the images are on the left side of the number (Elated counter). 

    2.jpg

  •  1,845
    Elated replied

    Hi,

    Thank you for writing in.

    About you issues:

    1. You can remove categories from single course page with this CSS code:

    .eltdf-course-single-holder .eltdf-course-basic-info-wrapper .eltdf-course-categories {
        display: none;
    }
    

    https://www.screencast.com/t/PhAYjZwrfK

    2. I can see that you manged to move the plus sign on the left side in front of the number:

    https://www.screencast.com/t/H9rEyiaN

    So, I assumed that you managed to solve this.

    Let us know if there's anything else.

    Best,

    Jim


    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.

  • mikeron80 replied

    I could not fix the numbers with the sign, install a pluguin but it does not work well.

    watch this: https://www.estudiotrebol.com/ipbf2/ipbf-nuevo that one is made with (Elated counter). I need you to help me as I do so that the image of the sign is on the left side of the number

  •  1,845
    Elated replied

    Hello there,

    In order to fix this issue please copy the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS

    .eltdf-counter-holder .eltdf-counter-image {
        width: auto !important;
        margin-bottom: 0 !important;
    }
    

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,
    Sean


    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.

  • mikeron80 replied

    Hola, tengo 2 solicitudes:

    1) There is a way to remove the buy button and put it anywhere with a shortcode.

    2) If the buy button is removed there is a way to reduce that space that is where those items that have been removed were. 

    PD: Attached sample image.

  •  1,845
    Elated replied

    Hello,

    Please note that there are other sections in this area along with the button as well:

    3503954064.png

    Moving only the button would be possible with some CSS, but note that that would most likely make your site unresponsive, meaning that the layout wouldn't look good on different screen sizes.

    What you can do is move the entire section containing the button using the following CSS:

    .eltdf-course-single-wrapper {
        display: flex;
        flex-direction: column;
    }
    .eltdf-course-single-holder .eltdf-course-title-wrapper {
        order: 1;
    }
    .eltdf-course-single-holder .eltdf-course-image-wrapper {
        order: 2;
    }
    .eltdf-course-single-holder .eltdf-course-basic-info-wrapper {
        order: 3;
    }
    .eltdf-course-single-holder .eltdf-course-tabs-wrapper {
        order: 4;
    }
    

    That will give you the following result:

    8378940278.png

    Let us know if this works for you.

    Best regards,

    John


    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.

  • mikeron80 replied

    and if I want to customize that page to my liking, that all those elements by default be removed. And I adapt it to my liking with wpbakery composer.

  •  1,845
    Elated replied

    Hello,

    Yes, you should customize your page however you want, you can remove some elements or add some new elements, or just replace images.

    Please let us know if there is anything else we can do for you, thanks!

    Kind Regards,

    Milica


    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.

  • mikeron80 replied

    Hello, One question, I want the accountant to be justified to the center (1IMG), Example (2IMG).

    1IMG: 1IMG-01.jpg

    Example: 2IMG

    2IMG-01.jpg

  •  1,845
    Elated replied

    Hello,

    Would you mind providing us with login credentials (in Private Reply) and site url, so we can take a closer look or just URL of that page?

    Kind Regards,

    Milica



    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.

  •   mikeron80 replied privately
  •  1,845
    Elated replied

    Hi there,

    Unfortunately we were unable to acces the site backend with the credentials you provided, probably amidst limited user privileges. So if you want the most precise answer, please assign administrator privileges to the user you created for us. 

    Anyway, from the fronted, what I've managed to figure out is that you have some left-padding in these inner columns which you'll have to remove if you want to center the content with some CSS:

    2825376339.png

    You should be able to remove it here:

    2139139088.png

    And you should do so for every one of these 3 columns holding Counter elements.

    After that, if you add the following CSS into Appearance -> Customize -> Additional CSS, text should be centered:

    .eltdf-counter-holder {
        text-align: center;
    }
    
    3640601214.png

    I've also noticed that you've already figured out how to make these buttons squared:

    2743683134.png

    Let us know if you need any further help.

    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.

  • mikeron80 replied

    1) Hi, I want the buttons to be square (contact form).

    3-01.jpg

    2) I am using "Elated button" and I need those buttons to be square. 

    1-01-1.jpg

    2-01-2.jpg

  •  1,845
    Elated replied

    Hi there,

    You may achieve this by adding this code to Appearance > Customize > Additional Css

    .eltdf-contact-form-animation, .eltdf-contact-form-animation:after {
        border-radius: 0 !important;
    }
    

    Hope this helped and let us know if you have any additional questions anytime.

    Best,

    Mici


    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.

  •  1,845
    Elated replied

    Hello,

    insert this custom css to Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS for big button

    .eltdf-contact-form-animation {
        border-radius:0;
    

    For smaller button

    .eltdf-btn.eltdf-btn-solid {
        border-radius:0;
    }

    Let us know  if there is anything else.

    Best Regards,

    Alexios


    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.

  • mikeron80 replied

    Hi, missing some buttons to make them square:

    1) the calendar search button must be square

    1-img-01.jpg

    2) Remove those buttons within an event

    2-img.jpg

    3) In the cart the two buttons must be square

    3-img-01.jpg

    4) The payment button must be square

    4-img-01.jpg

  •  1,845
    Elated replied

    Hello,

    1. 

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-filters .tribe-bar-submit .tribe-events-button {
    border-radius: unset;
    }
    

    2.

    .eltdf-events-single-content-holder .tribe-events-cal-links {
        display: none !important;
    }
    

    3.

    .eltdf-shopping-cart-dropdown .eltdf-cart-bottom .eltdf-btn-holder a {
    border-radius: unset !important;
    }
    

    4.

    button#place_order {
        border-radius: unset !important;
    }
    

    Please let us know if there is anything else we can do for you, thanks!

    Kind Regards,

    Milica



    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.