Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #781600

    I just upgrade from an earlier version of ENFOLDS from 3.6 to 4.05
    Wordpress 4.7.4

    Avia Layout builder would not load.

    Please refer to this closed support ticket.
    https://kriesi.at/support/topic/avia-layout-builder-is-not-loading-after-update/

    HOW I FIXED THIS ISSUE:
    1. I deactivated all plugins
    2. Changed theme to 2016
    3. Activate enfold-child – Avia Layout Builder DID NOT load
    4. Activated Enfold Parent Theme – Avia Layout Builder worked
    5. Removed All Content from Enfold-Child directory
    6. Uploaded clean enfold-child theme elements (style.css, functions.php, screenshot.png )
    7. Activated enfold-child – Avia Layout Builder worked
    8. One by one copied the original enfold-child theme files back into the new enfold-child folder replacing existing elements
    9. Tested the load of Avia Layout Builder functionality was working after each file was copied in
    10. Confirmed – No offending code
    11. Avia Layout Builder loaded OK!

    So now I can work with AVA LAYOUT BUILDER and edit my pages.

    Then I noticed that…
    1. a MASONRY GALLERY that include image captions was slow to activate once it scrolled into the view port – still no fix
    2. a MASONRY GALLERY that did not include captions did not show at all. – see below

    After a couple of hours trouble shooting – trying to rebuild elements etc. with no positive results, I found this…

    Please refer to this closed support ticket.
    https://kriesi.at/support/topic/masonry-gallery-not-working-7/

    I can absolutely confirm on a MASONRY GALLERY that did not include captions – by activating “Lightbox Link Active” in the Image Link masonry settings – the MASONRY GALLERY now loads on the front end.

    At least it’s working.

    I gather this is a bug and look forward to a timely them bug fix update.

    thanks

    #781618

    Hi HuxburyQuinn!

    There is a fix coming out on the next version, for that problem from Kriesi.
    He has fixed many of the bugs reported the last month and Enfold will be out really soon.

    Thank you very much

    Regards,
    Basilis

    #781900

    Thanks.

    Please also note – Masonry Gallery image order is not working either.

    #794851

    I see that people are still having issues with Masonry Gallery after upgrading to enfold 4.0.7

    As part of my speed optimisation, I have noticed that Masonry Gallery does not dynamically set <img srcset= for different device views. i.e the theme resized images are not used and only the original placed sourced image is used.

    This is decreasing my PageSpeed insights score – optimised images – everything placed in a Masonry Gallery

    just wondering if there is a quick fix for this?

    • This reply was modified 7 years, 6 months ago by HuxburyQuinn.
    #795007

    Hi,

    Please try adding following code to Functions.php file in Appearance > Editor

    
    add_filter( 'wp_calculate_image_srcset', 'av_disable_srcset' );
    function av_disable_srcset( $sources ) {
        return false;
    }
    

    Best regards,
    Yigit

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