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 #2157753
last widget
Closed

Comments

  •  1
    farhan started the conversation

    how to remove that last widget after navigation

  •  1,845
    Elated replied

    Hi,

    We see that you've managed to achieve this in the meantime ( https://www.screencast.com/t/BwCZmH0rVbV9 ).

    Let us know if there's anything else!

    Best regards,

    Kevin


    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
    farhan replied

    My site loading too slow please help me out of this http://rockefellertextiles.com/

  •  1
    farhan replied

    unable to update wp bakery :( 

  •  1,845
    Elated replied

    Hello,

    1. If you are getting the error that destination folder already exists:

    7042930773.png

    This means that plugin folder needs to be removed manually from the server. 
    (You need basic FTP knowledge, and knowin
    g your username/password for FTP, but explaining that kind of things is not covered with theme forest rules.)

    Connect to the hosting server via FTP and just delete the plugin folder:

    2195893382.png

    2. 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 7 or greater in order to process PHP code faster.

    Kind Regards,

    Milica



    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.