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 #1747942
lesson popup scroll
Closed

Comments

  • bguimbal started the conversation

    Hello,

    Sorry about that, but I still have a question!

    By default it is possible to scroll in the lesson popup window with the mouse wheel, but there is no scroll bar on the right, so some students think that there is no additional content.

    By default, eltdf-popup-content overflow-y is defined as hidden.

    If I define it as auto or scroll, there is a scroll bar and it works fine, but the mouse wheel does not work anymore.

    But we would like to get the usual behavior where both the scroll bar and the mouse wheel can be used to scroll.

    How can we do that?

    Thank you!


  •  1,845
    Elated replied

    Hello there,

    Thanks for writing in!
    We are very sorry for the late answer, we were working with a limited resources for a past few days and we are not working during the weekends, thank you for your patience and your understanding!

    Such an option, unfortunately, does not exist within the theme, we are sorry. Achieving this will require some custom coding, but we are not in a position to accept any custom work, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Thanks for understanding.

    As a workaround you can use this code which will make scroll bar appear, however please bear in mind that content wont be scroll-able though scroll bar, only mouse wheel:

    .eltdf-course-popup .eltdf-course-popup-inner .eltdf-grid-col-8 {
        overflow: scroll;
    }




    Please let us know if there is something else we can do for you!

    Thank You,
    Kind Regards,
    Norah


    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.

  •   bguimbal replied privately
  •  1,845
    Elated replied

    Hello there,

    Thanks for writing in!

    Could you please try to copy this code in Appearance > Customize > Additional CSS:

    .eltdf-popup-content {
        overflow-y: overlay !important;
    }

    Please let us know if there is something else we can do for you!
    Thank You,
    Kind Regards,
    Norah



    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.