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 #1846773
Sliders
Closed

Comments

  • ThreePublicity started the conversation

    Hi 

    - I am trying to import the slider found on the Courses Divided homepage but it is not in the Rev. Slider folder. http://academist.elated-themes.com/courses-divided/

    Can you assist with building it, please?

    - Also where does the "apply now" button on the courses page link to? Is there a submission form somewhere?

    - How/when can students complete the quizzes for a course?

    - How do I change the pink colour in the menu and in the buttons in Course Single page?

    - Does a student HAVE to Checkout when Applying for a course or can their information just be submitted on the site.

    - In the Instructor single page, how do you change the word Curriculum to Biography?  http://academist.elated-themes.com/instructor/tom-ander/

    Thanks

  •  1,845
    Elated replied

    Hi there,

    Sorry for the late response, it's caused because of the numbers of tickets we are getting these days.

    1. This is not the slider from Revolution slider. This is shortcode Blog slider, which will list blog posts in slider.

    2.  It will add to cart that course and then it will appear button View cart so you can proceed with shopping. Courses are connected with Woocommerce and you have to go through the Woocommerce checkout to buy them.   

    3. Students can complete the courses anytime, after they bought the course. When they buy the course, they can access dashboard where you can set quizzes. 

    4. Go to the Academist options > General and there you can set First main color. Also, you can set your menu items to be in different color in Acamedist options > Header and there you can find 1st level menu and change the color. 

    5. Can you explain me this little bit better this? 

    6. You can change that in theme files or you can set this code in Appearance > Customize > Additional CSS:

    .curriculum_tab span.eltdf-tab-title {
        font-size:0;
        line-height:17px;
    }
    .curriculum_tab span.eltdf-tab-title:after {
        content:"Biography";
        font-size:17px;
    }
    

    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.

  • ThreePublicity replied

    Hi Marie,

    Thank you for your response.

    Instructor Page: After adding the CSS code 'Curriculum' changed to 'Biography' on the course pages too. I only want it changed on the Instructor page not the courses page.

    1. Colours

    Throughout the theme there are pink colours, the instances of this on the Course Single pages. I changed the First Level Menu Colour in Header Options but that doesn't change the pink line under the menus. See attached for the areas.

    2. Courses:

    On each course there is an APPLY NOW button. I want to redirect this button to an application form where students submit contact details for the course they're interested. Another thread said you would provide some additional jQuery.

    However, I would still want the student to be able to log into the Dashboard and take Quizzes. But I do not want to accept payments on the website.

    3. Clients Slider

    How do I change the logos in the slider on the About Us page: http://academist.elated-themes.com/about-us/

    Also, on the same page, I linked a YouTube video but it doesn't show up on the frontend.

    4. Top Bar: Register on the top bar says "you do not have permission to register". Where do I find the Registration link to add to the widget in the top bar? 

    - Also, which widget works for the social icons?

    - how do you configure Facebook login option?

    - the top bar does not show on the Homepage.

    5. Posts - How do I remove the blog slider image inside the post? It's fine as the small featured imaged but when I click the article I don't want the image shown.

  •   ThreePublicity replied privately
  •  1,845
    Elated replied

    Hi there,

    If you want to change that on instructor page, just paste this code:

    .single-instructor .curriculum_tab span.eltdf-tab-title {
        font-size:0;
        line-height:17px;
    }
    .single-instructor .curriculum_tab span.eltdf-tab-title:after {
        content:"Biography";
        font-size:17px;
    }
    

    1. Add this CSS in Appearance > Customize > Additional CSS:

    .eltdf-main-menu>ul>li.eltdf-active-item>a .item_text:before {
        border-bottom: solid 2px #65494f;
    }
    .eltdf-main-menu>ul>li>a .item_text:before {
        border-bottom: solid 2px #65494f;
    }
    

    2. You can try to do that with this additional jQuery, just paste it in Academist options > General > Custom JS:

    $('.single-course .eltdf-course-action button').remove();
    $('.single-course .eltdf-course-action').append( '<a itemprop="url" href="#" target="_self" class="eltdf-btn eltdf-btn-small eltdf-btn-solid eltdf-btn-arrow"> <span class="eltdf-btn-text">Apply</span></a>');
    

    2a. So you want your courses to be free, if I understood this?

    3. Go to the page backend and there you can find this items and here is where you can change that:

    7476800424.png

    3a. You will have to add the link here: 

    5261355465.png

    4. Go to the Settings > General and there you can change it:

    4670710941.png

    4a. Go to the Appearance > Widget and there you can add this widgets (one or group):

    8972477389.png

    4b. Can you tell me what did you mean with FB login? Send me some screenshot so I can see. Thanks!

    4c. Go to the page backend and there you can add your top bar:

    6023646936.png

    5. Just paste this code:

    .single-post .eltdf-blog-holder.eltdf-blog-single .eltdf-post-image {
        display:none;
    }

    *Just a note, please in the future try not to write more than 1-2 questions regarding one topic and please write one topic per ticket. That way we can keep better track on the question and provide precise answer. Thanks for understanding.

    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.

  • ThreePublicity replied

    Thanks so much, Marie.

    1. Colours:

    The colours are still pink in some areas. See some of the areas attached.

    2. Courses:

    No, the courses aren't free. I want a price to be displayed. We only accept payments at the school directly. So we do not need the online payment option. However, we would still like the students who submit forms to be listed in the Members tab - and we would like them to be able to take the quizzes online.

    Is there a way to add students to the Dashboard if they have already registered for a course?

  •  1,845
    Elated replied

    Hello there,

    We are sorry for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. We hope you can understand.

    1. In order to change all of the text to the color you want paste the following code into Academist Options > General > Custom JS:

    $('a, span, span:after').filter(function() {
        var match = 'rgb(255, 25, 73)';
        
        if ($(this).css('background-color') == match) {
            $(this).css('background-color', '#29abe2');
        }
        else if ($(this).css('color') == match ){
            $(this).css('color', '#29abe2');
        }
    });
    

    In order to change the underlines of elements paste the following code into Appearance > Customize > Additional CSS:

    .eltdf-course-list-holder.eltdf-cl-hover article .eltdf-cli-text-holder .eltdf-cli-top-info .eltdf-instructor-name:after {
        background-color: #29abe2;
    }
    

    2. In order to achieve this you will need to setup WooCommerce as if you are selling a product online and then only set the payment method to be 'cash on delivery'. You can run the Official setup wizard for WooCommerce:

    6446527957.png

    And here is a helpful link to make the process a little easier:

    https://docs.woocommerce.com/document/digital-downloadable-product-handling/

    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.

  • ThreePublicity replied

    Thanks for the reply.

    1. Existing Users:

    Is there a way to add students to the Dashboard if they have already registered for a course?


    2. WooCommerce

    I enabled WooCommerce as instructed. What is the purpose of digital downloads? Students are not downloading anything from the website, just submitting information and accessing the dashboard for quizzes.


    3. Cart:

    The cart displays the wrong cost of Courses. e.g. Beginners Course is listed at 1.00 in the cart.

    Cart widget does not display correctly when placed in the Header or Top Bar.


    4. Courses APPLY NOW button:

    I need the APPLY NOW button on a course to act like the button on the Academist demo.

    Apply Now - View Cart - Proceed to Checkout (Would like to change "Proceed to Checkout" to "Submit Application" Would like to change BILLING DETAILS to Student Application) then (Would like to change "Place Order" button to "Submit").

  •  1,845
    Elated replied

    Hi there,

    1. I didn't quite understand what you're referring to. Can you explain me little bit better? Thanks! 

    2. This is Woocommerce default option and this goes with the plugin itself. Woocommerce is integrated with our courses, but you also have default functionality of the Woocommerce here. 

    3. Can you send me some screenshots so I can take a look? I tried to replicate this, but I couldn't. 

    4. Go to the WooCommerce > Settings > Advanced and set there your cart page and checkout page here:

    2260644728.png

    And then you should remove the code that we provided down below:

    8939521070.png

    ... if you want our default functionality here. After that you can change those labels with some 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.

  • ThreePublicity replied

    Hi

    1. How do students access the quizzes? When I logged in with a student's credentials, it won't let me click on any of the lessons or quizzes.

    2. A pink colour still shows up in the Account, User Dashboard, etc

    3. I would like to change the following on the Checkout Page:

    Apply Now - View Cart - Proceed to Checkout button (Would like to change "Proceed to Checkout" to "Submit Application" Would like to change BILLING DETAILS to Student Application) then (Would like to change "Place Order" button to "Submit").

    Checkout Confirmation Page:

    Change: Thank you. Your order has been received.

    To: Thank you. Your submission has been received.

    4. User dashboard::: change

  • ThreePublicity replied

    Hi - its been a month and I have had no response to this issue

  •  1,845
    Elated replied

    Hello,

    So sorry for this inconvenience. I really don't know how it's possible that this happened. Most likely that was caused after some Ticksy Ticket system update.

    Once again sorry for that.

    1. Please note that you can access any lesson / quiz after purchasing some course within your (student) account → User Dashboard → Courses → 

    3051700943.png


    Then you can go to single course page and navigate to Curriculum tab → 

    8814194556.png

    Then choose desired lesson or quiz.

    5919297728.png

    2. In order to make sure we understand what the issue is, please provide these: 

    (a)URL and (b)screenshot with the element highlighted and (c)detailed description of what the issue is.

    And we will try to provide a solution for you as soon as possible.

    9678639575.png

    If you are referring to the arrows within navigation menu on dashboard page (screenshot above), you can change that color by suing this custom css below →

    .eltdf-membership-dashboard-nav-holder ul li:before {
        color: yellow;
    }

    3. Theme labels can be changed or translated to your language with poedit software which is native wordpress way - following guide may be helpful http://code.tutsplus.com/tutorials/translating-your-theme--wp-25014 (read from point 3) or any other plugin for translation such as Loco translate plugin https://wordpress.org/plugins/loco-translate/ and here is beginners guide https://localise.biz/wordpress/plugin/beginners

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vladimir


    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.