Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1180175

    Congrats to this bohemian group of programmers and designers! Enfold is truly a masterpiece and support is phenomenal!

    #1180480

    Hey ttem,

    Thanks for the kind feedback, please see private.

    Best regards,
    Rikard

    #1181263
    This reply has been marked as private.
    #1181289

    Aloha,

    Thanks for contacting us! :)

    Could you please post FTP and WP admin logins here privately so we can look into it?

    Cheers!
    Yigit

    #1181490
    This reply has been marked as private.
    #1181603
    This reply has been marked as private.
    #1182780

    Hi,
    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,
    Mike

    #1183370
    This reply has been marked as private.
    #1183537

    Hi,
    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,
    Mike

    #1183702
    This reply has been marked as private.
    #1183893

    Hi,
    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,
    Mike

    #1184085
    This reply has been marked as private.
    #1184140

    Hi,
    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,
    Mike

    #1185056
    This reply has been marked as private.
    #1185220

    Hi,
    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,
    Mike

    #1186597
    This reply has been marked as private.
    #1186967

    Hi,
    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

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.