Forum Replies Created

Viewing 10 posts - 14,961 through 14,970 (of 14,974 total)
  • Author
    Posts
  • in reply to: No cart on product #579

    Can you send us your website link, temporary admin account. We need have it to check problem.
    Thanks!

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Load Time #577

    I see your website use HTTPS but you embeb video or anything with HTTP so your website block

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Load Time #573

    I disable all plugins on your site and enable some recommend plugins now it ok,

    I saw have some plugins have same function, maybe it cause conflict. You need define which plugin need for you site and remove redundant plugins. After that enable step by step plugin to know which plugin cause problem.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Load Time #569
    This reply has been marked as private.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Load Time #567

    It because your hosting block 3rd party extensions (google font, jquery,…)
    Can you ask for SSL certificate and did as i said you before.
    If still can you send us ftp account, we will take a look and help you solve your problem.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Load Time #564

    You can try like document at https://documentation.cpanel.net/display/ALD/Restart+Services

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Load Time #562

    You need put exactly

    
    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>
    

    After that you need restart your server.

    Best regards!

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Load Time #551

    Hi,

    We check your site and saw problem come from your server, It Block header control, so have more files can’t load.
    You can ask support from hosting provider or you can do.

    2. If your server is Apache, you can add below code in .htaccess in root – wordpress folder of this site

    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>
    

    2. If your server is Nginx you add code to Nginx-config > nginx.conf

    If still you still can’t, pls send us ftp account via private message. We will help you solve.

    Best regards!

    • This reply was modified 8 years, 1 month ago by Harry.
    • This reply was modified 8 years, 1 month ago by Harry.
    • This reply was modified 8 years, 1 month ago by Harry.
    • This reply was modified 8 years, 1 month ago by Harry.
    • This reply was modified 8 years, 1 month ago by Harry.
    • This reply was modified 8 years, 1 month ago by Harry.
    • This reply was modified 8 years, 1 month ago by Harry.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Load Time #546

    Can you send us temporary admin account and set as private reply. We will take a look and help you solve your case.

    Regards!

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Color #545

    Hi,

    We will update feature to theme color in future.

    This time you can copy css syntax from “style.css in gecko” to “style.css in gecko-child”
    You can find all “#b59677” and replace with your color
    Example:

    a.button-o-w:hover {
    border: 1px solid #b59677;
    background: #b59677;
    color: #fff;
    }
    

    Change it to

    a.button-o-w:hover {
    border: 1px solid red;
    background: red;
    }
    

    Best regards!

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 posts - 14,961 through 14,970 (of 14,974 total)