-
AuthorPosts
-
January 31, 2020 at 8:43 am #1180175
Congrats to this bohemian group of programmers and designers! Enfold is truly a masterpiece and support is phenomenal!
February 1, 2020 at 9:51 am #1180480February 4, 2020 at 1:28 pm #1181263This reply has been marked as private.February 4, 2020 at 2:59 pm #1181289Aloha,
Thanks for contacting us! :)
Could you please post FTP and WP admin logins here privately so we can look into it?
Cheers!
YigitFebruary 4, 2020 at 7:52 pm #1181490This reply has been marked as private.February 5, 2020 at 2:31 am #1181603This reply has been marked as private.February 9, 2020 at 5:01 pm #1182780Hi,
Sorry for the late reply but thanks for the WebPageTest, I notice that you have quite a few images but have not enabled gzip Compress Images, which is the only “F” on your test and it says that doing this should cut your load in half. Typically you only need to add this to your .htaccess file:<IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Remove browser bugs (only needed for really old browsers) BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent </IfModule>
You could also use progressive JPEG images which will also help you a lot on the 69 images on your homepage. TinyJPG has a WordPress plugin which you could try. Compress JPEG & PNG images
Best regards,
MikeFebruary 11, 2020 at 10:01 am #1183370This reply has been marked as private.February 11, 2020 at 3:25 pm #1183537Hi,
I don’t believe “WP Smush” adds gzip to your .htaccess, which would benefit you the most, and “WP Smush” has caused some errors lately but I can’t remember what the error was, I will have to dig a little deeper to find them.Best regards,
MikeFebruary 12, 2020 at 12:06 am #1183702This reply has been marked as private.February 12, 2020 at 2:42 pm #1183893Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #wrap_all .av-product-class-minimal-overlay a:hover .inner_product_header { opacity: 1 !important; background: rgba(0,0,0,0) !important; } #top #wrap_all .av-product-class-minimal-overlay a:hover .woocommerce-loop-product__title { color: #D3D3D3 !important; }
After applying the css, Please clear your browser cache and check.
Best regards,
MikeFebruary 13, 2020 at 8:55 am #1184085This reply has been marked as private.February 13, 2020 at 2:09 pm #1184140Hi,
It looks like the social icons are shortcode in a text widget, if this is correct please try recreating them from scratch and then use a “Custom HTML” widget.Best regards,
MikeFebruary 17, 2020 at 3:59 am #1185056This reply has been marked as private.February 17, 2020 at 2:18 pm #1185220Hi,
I believe this is because posts and pages are searched when a 404 is generated, since a breadcrumb doesn’t offer any value on a 404 would you like it hidden?Best regards,
MikeFebruary 21, 2020 at 3:32 am #1186597This reply has been marked as private.February 22, 2020 at 2:11 pm #1186967Hi,
I see that the error is for/config-woocommerce/config.php:2016\
and you said that you changed/config-woocommerce/config.php
so if you have been replacing the/config-woocommerce/config.php
with each update there is a good possibility that the file has changed.
Try replacing with the standard file for this version to see if it corrects the error.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.