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

Comments

  • Sébastien started the conversation
    Hello,

    how can I increase the speed of the slider of the homepage?
    on ipad the top header is transparent, how can I correct it?

    thank you
  •  1,845
    Elated replied

    Hi Sabastien,

    Unfortunately there is no such option :(

    You can try to adjust these values in modules.js file located in your theme folder/assets/js/modules.js http://screencast.com/t/ITEwE1Dc

    and than minify that file using some tool like this: http://jscompress.com/ and name that file as modules.min.js and save it to same folder to overwrite existing file.

    But be aware that these adjustments are not update proof and you'll have to do that after each theme update.


    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.

  • Sébastien replied
    Thank you for the answer. Regarding the second question on the top header on Ipad ( transparent text on white background) , you would also answer to delete it or make it readable ?
    
    thank you in advance
  •  1,845
    Elated replied

    Hi Sabastien,

    Try with this code below, add this code to custom css in Elated Options > General. Hope this will work.

    @media  (max-width: 1024px) {
      .eltdf-top-bar .eltdf-icon-shortcode.circle .eltdf-icon-element, .eltdf-top-bar .eltdf-icon-shortcode.square .eltdf-icon-element {    
        color: #222222 !important;
      }
    }



    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.

  • Sébastien replied

    Hi,

    Sorry but your correction does not work. Do you have an other code. Thanks

  •  1,845
    Elated replied

    Hi,

    First at all sorry for the late response!

    You can try this code maybe:

    @media  (max-width: 1024px) {
      .eltdf-top-bar .eltdf-vertical-align-containers .eltdf-position-center {
          display: block!important;
      }   .eltdf-top-bar .eltdf-vertical-align-containers .eltdf-position-center h5 {
          color: red!important;
          font-size: 13px!important;
      }
    }

    which you need to add to Custom CSS field going to Elated Options -> General from your admin panel,

    All the best!


    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

    Hi,

    Try to add this custom css code in Edge options -> General -> Custom CSS field

    @media  (max-width: 1024px) {
      .eltdf-top-bar .eltdf-icon-shortcode.circle .eltdf-icon-element, .eltdf-top-bar .eltdf-icon-shortcode.square .eltdf-icon-element {    
        color: #222222 !important;
      }
       .eltdf-top-bar .eltdf-vertical-align-containers .eltdf-position-center {
        display: block!important;
        }     .eltdf-position-center-inner h5 {
             color: #000 !important;
        }
    }



    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.