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 #1844498
Images
Closed

Comments

  •   elephant2009 started the conversation
  •   Elated replied privately
  •   elephant2009 replied privately
  •  1,845
    Elated replied

    Hi there,

    6. For this you will have to set those CSS code also for the different screens:

    @media only screen and (max-width: 1440px){
    .eltdf-title-holder.eltdf-transparent-outline-type .eltdf-page-title {
        bottom: 0px;
        font-size: 240px;
    }
    }
    @media only screen and (max-width: 1024px){
    .eltdf-title-holder.eltdf-transparent-outline-type .eltdf-page-title {
        bottom: 0px;
        font-size: 180px;
    }
    }
    @media only screen and (max-width: 768px){
    .eltdf-title-holder.eltdf-transparent-outline-type .eltdf-page-title {
        bottom: 0px;
        font-size: 120px;
    }
    }
    @media only screen and (max-width: 480px){
    .eltdf-title-holder.eltdf-transparent-outline-type .eltdf-page-title {
        bottom: 0px;
        font-size: 75px;
    }
    }
    

    When I tried to go to the Appearance > Customize > Additional CSS, it loads pretty fast. Please check if your browser is up to date. 

    8. Make sure that in Revolution slider > Global settings those grid sizes are set:

    7392941046.png

    9. Like me colleague said in previous reply. There are global options but also page options. Page options overwrite those global options. You're seeing this "A" because this is set on that page backend here (if you enable Page transitions you will find it):

    4595260242.png

    I removed this for you. 

    10. I will take a look at this with our developers, to see what can cause this issue. As soon as I find out, I will let you know. 

    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.

  •   elephant2009 replied privately
  •  1,845
    Elated replied

    Hi there,

    9. I set this for you on your pages where A appear, I removed A. Page options overwrite global options and this was set on that page but you can only see it when you turn on page transition on the page. I will see this with our developer, to fix this little glitch in next update. Thanks for pointing this out. 

    1. Here are some general tips for speeding up your website:

    a. Consider optimizing your images with some tool like this one:
    www.jpegmini.com

    b.  Also you can install some plugin for cache, like WP Fastest Cache or some other:
    https://wordpress.org/plugins/wp-fastest-cache/
    https://wordpress.org/plugins/wp-super-cache/
    https://wordpress.org/plugins/w3-total-cache/
    c. Enable gzip compression on your server. You can read more about it here:
    http://www.feedthebot.com/pagespeed/enable-compression.html

    But it comes down to pasting this code to .htaccess file located in your folder:

    <ifModule mod_gzip.c>mod_gzip_on Yes
    mod_gzip_dechunk Yes
    mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
    mod_gzip_item_include handler ^cgi-script$
    mod_gzip_item_include mime ^text/.*
    mod_gzip_item_include mime ^application/x-javascript.*
    mod_gzip_item_exclude mime ^image/.*
    mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
    </ifModule>

    d. Also check - Leverage browser caching:
    http://www.feedthebot.com/pagespeed/leverage-browser-caching.html

    e. Use at least PHP 5.6.x or greater in order to process PHP code faster. I will recommend you to set it to be greater than 7.0. 

    I can suggest you to analyze your website on Gtmetrix and see here what are the main problems. For example, most "F" grades are related to server, some for images and content:

    5554815748.png

    Take a look at every grade and see what can you do about it (I mentioned some above).

    2. You have widget areas for sticky menu so you can add the same widget here:

    5087253965.png

    Let me know if you managed this! 

    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.