Viewing 9 replies - 1 through 9 (of 9 total)
  • I have also discovered a small bug,which for me, who is a rookie, is a bigger bug than it probably is.

    I have 4 small social media icons in my header. When I activate the W3TC the icons are there but appear as 4 empty boxes. I mean they are in color but no font inside. Like facebook icon blue but no F inside.When I deactivate the plugin everything goes back to normal.

    Any ideas?

    Cheers

    Thread Starter sigurdurg

    (@sigurdurg)

    I would take a look at the minify. Do you set it to auto or manual?

    Is your Javascript broken? (You can use chrome’s developers console)

    Thread Starter sigurdurg

    (@sigurdurg)

    As an added note:
    I added
    ′case (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && (int) $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’):′
    in inc/define.php wp_is_https() function (last case) to fix W3 Total Cache from breaking http / https when I have a load balancer that handles the SSL.

    It is on auto. I have tested all the possible options and it is the css-minify that is causing this problem. When I disable it everything works fine.

    Do you have idea why is css.minify conflicting?

    Tnx for the help!

    Thread Starter sigurdurg

    (@sigurdurg)

    I had this problem with my client’s website, and that’s included in bug #2 in the original post.

    When Minify is fixing the css, it grabs (by fault, thus a bug) the last absolute URL and applies it to the rest of the relative URL’s.

    What that means is, when you have google fonts, and plugins in your setup, the CSS will point to your images on google’s servers – as if they are your own.
    Of course Google doesn’t store the images that are on YOUR blog ??

    The quick-fix for that is to set minify to manual and order the CSS files so all external CSS is loaded last.

    What’s your site?

    Ok, I see. I will try to figure out how to do that. But as it seems there is one more(new) bug ?? For some reason when I have minify on, the mobile version of my theme does not appear. Plus for some other strange reason, site is slower than ever, loading for ever..

    https://goodmood-gm.com/

    Here is the link to it and txn again!

    p.s. I had to turn of minify for now, since now the server was returning error when I have it ot. Totally weird.

    Thread Starter sigurdurg

    (@sigurdurg)

    The mobile version doesn’t appear probably because of the CSS minify bug.. (your website is responsive – meaning it will resize according to how big your screen is, so for mobile, it will adjust everything for a mobile)

    I would look into configuring Minify by hand.

    Thread Starter sigurdurg

    (@sigurdurg)

    Hey, if you’re interested, I am opening a early-bird special for an online course in making your WP website fast ..
    I cover all sorts of things, such as configuring W3 Total Cache.

    If you’re interested, go here – [Link removed – these forums are not the place to promote your own commercial services]

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Found 2 bugs in Minify’ is closed to new replies.