Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #1325171

    Hello,

    I have been trying to update my sites today with this new version but it seems to be causing large gaps on the pages once the update has been made. i have reverted back to the previous version.

    Any ideas what is wrong?

    many thanks
    Kim

    #1325216

    Hi Kim,

    Do you have staging site which you could update on first, so that we can see the actual problem? It’s difficult to know what the problem could be, if we can’t actually see it.

    Best regards,
    Rikard

    #1325455
    This reply has been marked as private.
    #1325457

    also, for reference it has happened to more than 1 of my sites so I have held off updating plugin until I can find a solution

    Many thanks
    Kim

    #1325492

    Hi Kim,

    Thanks for setting up a staging site for us.
    I can’t seem to see the large gaps.
    If the gaps appear, please try to disable CSS file merging and compression and Javascript file merging and compression in Enfold > Performance.
    Then also try to clear the browser cache.

    Best regards,
    Nikko

    #1325536

    Morning Nikko,
    I have done what you suggested but I still see very large gapping on the page. it’s as if the page is taking a long time to load and I have to scroll down and up the page for the elements to load properly. This doesn’t happen on the previous version of Enfold.

    When I log into the staging site the page loads the header image and the titlei and that’s all. Everything else is white and the page doesn’t load. Can you not see that when you log in?
    It happened on all the other sites that I updated Enfold on to.

    I have taken a screenshot of what I see when I initially log in
    http://prntscr.com/1wpb6nx

    Many thanks
    Kim

    #1325580

    on performance reasons : you should familiarize yourself with image optimization.
    f.e.: this image here: image1 is 524kb big
    this image2 450kb etc. pp.

    Since you are using the srcset option of enfold, you should ask yourself if increasing the compression level is not also an option for your images. Enfold offers a snippet for this; however, you would have to recalculate the thumbnails afterwards. Because the snippet only controls the compression during media upload.
    for 55% compression instead of 0% ( Enfold let the quality level on 100 on uploading )

    add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1);
    add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1);
    function avf_set_quality_mod($quality) { $quality = 55; return $quality;}
    #1325581

    Thanks for your input Guenni007 but that doesn’t explain the issue I’m having on all the other website with this Enfold update!

    #1325617

    Hi bauchope,

    It looks good on my end when logged in, if I’m not logged in, it’s all good except for the logo which returns this error “Failed to load resource: the server responded with a status of 401” (probably due to security), here are the screenshots on my end:
    Logged In: https://imgur.com/f6EzmKn
    Not Logged In: https://imgur.com/B3BRsN1
    I believe the issue on your end is more of caching.

    Best regards,
    Nikko

    #1325692

    I know that you write above that it was not so with the previous version. But often you forget that you have also run other plugin updates. – If you restore the older version now, do you not see the problems anymore?

    _______
    well if you look at: https://gtmetrix.com/reports/cdmercercontractors.co.uk/T9HHuSwk/

    you see that the TTFB ( Time to first byte ) is large – contact your provider and ask what could be the reason for it.
    maybe look to your site’s current memory limit – it is set in the wp-config.php file and may not match the limit allowed by your provider.
    you can look into Layerslider WP – Options – System Status – Server Settings:

    if it might be too low – put this code to the appropriate position ( f.e. under the WP_DEBUG setting ) :

    define( 'WP_MEMORY_LIMIT', '256M' );
    
    #1325847

    Hello Nikko,
    I am now having the same problem with other websites when I update. Large blank spaces after the header image and before the text/image content is visible

    See screenshot of the issue here
    http://prntscr.com/1wy5oul

    I have cleared my cache, tried on various browsers and had my colleagues check too and the sites are still showing the issue!

    Any further suggestions?

    #1325882

    Just for clarity…this only happens when I update Enfold to the latest version

    #1325988

    Hi,

    Thanks for the update. Could you link to where we can see the problem in your screenshot as well please?

    Best regards,
    Rikard

    #1326017
    This reply has been marked as private.
    #1326082

    Hi,

    Thanks for that. I can’t reproduce the results your are getting on my end, please see private. Try loading the page in an incognito or private browser window.

    Best regards,
    Rikard

    #1326088

    Hey,

    you won’t see it now because I rolled back the site to the older version of Enfold. it’s currently running 4.8.6.2
    When I update new version of Enfold 4.8.6.5 the issue happens.

    I have tried it in all browsers, incognito and on colleagues pc’s and the issue remains.

    it happens on this site and all the other sites I have tried to update.

    many thanks
    Kim

    #1326135

    Hi,

    Thanks for the update. We will need to see the actual problem in order to help you out, could you update on a staging version of the site first please?

    Best regards,
    Rikard

    #1326358
    This reply has been marked as private.
    #1326435

    Hi,

    Thanks for that. I tried deactivating all plugin, and the problem goes away after that. Please try to deactivate all plugin, then activate them one by one to see which one is causing this problem.

    Best regards,
    Rikard

    #1326462

    Ok thanks. It appears to be the Smush plugin that is causing the issue. I use Smush on all of my websites to compress image sizes. It always says that it is compatible with your theme. I wonder if this has now changed with your latest update.

    Many thanks

    #1326476

    Hi,

    Thanks for the update. Maybe there is a setting in Smush which causes the problem? You can try to deactivate everything in the plugin, then activate the settings one by one after that.

    Best regards,
    Rikard

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