Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author NodeCode

    (@nodecode)

    How is Masonry loaded exactly? Directly via an HTML tag such as <script src="/path/to/masonry.pkgd.min.js"></script>, or asynchronously via another javascript?

    Is your browser console returns an error?

    Thread Starter Matthieu FAURE

    (@mfaure)

    Yes, directly from the HTML:


    <script type='text/javascript' src='https://wp.tanaguru.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.8.1'></script>
    <script type='text/javascript' src='https://wp.tanaguru.com/wp-includes/js/masonry.min.js?ver=3.1.2'></script>
    <script type='text/javascript' src='https://wp.tanaguru.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2'></script>
    <script type='text/javascript' src='https://wp.tanaguru.com/wp-content/themes/twentythirteen/js/functions.js?ver=2014-03-18'></script>

    Hi!
    I have a similar problem that might be related. When I use a child theme (of Cyberchipms’ Parallax Pro) with WP Minify Fix, the CSS gets a little screwed up, see attached images below. I’ve taken all modifications out of the child theme style.css so that all that it contains is this:

    /*
    Theme Name: Parallax Pro Child
    Theme URI: https://cyberchimps.com/
    Description: Child Theme for the Parallax Pro Theme
    Author: CyberChimps
    Author URI: https://cyberchimps.com/
    Template: parallaxpro
    Version: 1.0.0.5
    */
    
    /* =Import Parallax Pro Theme Styles */
    @import url('../parallaxpro/style.css');

    I’ve narrowed it down to the “Enable CSS minification” option – when enabled, it looks dodgy, when disabeld, it looks as it should.

    Hope this is helpful!

    /Fredrik Pettersson, CSR-kommunikation.se

    Screenshots:

    Page/post without CSS minification

    Page/post with CSS minification enabled

    Page/post when I have tapped the menu icon without CSS minification

    Page/post when I have tapped the menu icon with CSS minification enabled

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Masonry not loaded if WP Minify Fix is activated’ is closed to new replies.