Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @teerata
    with Mise PRO version you can change the height of the slider using the customizer.
    If you want to change the slider height in the free version you have to edit the file in “../wp-content/themes/mise/js/jquery.mise.js” find the line 42:

    
    var windowHeight = $(window).innerHeight() / 1.5;
    

    and replate it with:

    
    var windowHeight = $(window).innerHeight();
    

    Best Regards,
    CrestaProject

    Thread Starter teerata

    (@teerata)

    Thanks for your help.

    I have a new question
    Mise PRO version in Customize –> Mise Onepage

    On All Section can move up or down ?
    I want change section position

    Mise PRO version, It Can or Not ?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I have a new question
    Mise PRO version in Customize –> Mise Onepage

    For pro or commercial product support please contact the author directly on their site. This includes pre-sales questions or any questions regarding the “pro” version.

    https://crestaproject.com/contact/

    As the author is aware, commercial products are not supported in these forums. As you are their potential customer I am sure they will have no problem supporting you there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change slider height’ is closed to new replies.