Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Frank Goossens

    (@futtta)

    1. Probably inline CSS, toggle the option to aggregate inline css?

    2. Untick the force JS into head option (this can break things though)

    Frank

    Thread Starter vit4e

    (@sistem_down)

    Hey Frank,

    Thanks for answer.

    1. When i unchecked inline css its sill broken and i now have one css file to be optimized

    https://www.webengineers.rs/wp-content/cache/autoptimize/css/autoptimize_37098c57130249ec797b87a805e53355.css?071695.

    My all options under css except “Optimize Css Code” are unchecked.

    2. When i unchecked force JS into head option my slider stop working(LayerSlider WP), but i dont have any problems with js.

    Plugin Author Frank Goossens

    (@futtta)

    for JS: exclude jquery.js

    for your menu: can you share a screenshot of how it looks if you are optimizing all CSS (so including inline)?

    for CSS “to be optimized”; you can either “inline all CSS” or choose “inline and defer” (more difficult), there’s more info in the FAQ.

    frank

    Thread Starter vit4e

    (@sistem_down)

    JS: I exclude it and got my slider. Now I have 2 files for remove. I ques this is end of js optimization?
    ? https://www.webengineers.rs/wp-includes/js/jquery/jquery.js?9c8992
    ? https://www.webengineers.rs/wp-content/plugins/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?9c8992

    2. I am sending you image with menu before and after optimization. (I check “inline all css”). I have no logo right now to be clear.

    https://postimg.org/image/7aa6neh59/

    Plugin Author Frank Goossens

    (@futtta)

    for JS; set exclusion to jquery/jquery.js to only exclude the first one

    for CSS; try excluding hoxa/css/default.css

    frank

    Thread Starter vit4e

    (@sistem_down)

    Frank,

    I fix all issue with js.

    I still have just problem with how my menu look. I try for 5 hours to fix and i dont know whats going now. I try to exclude with full path, wp-content path, even like you wrote. I try to exclude both default and menu css and its like it dont recognize it.

    I also try to unchecked css and istall WP Minify Fix to test. I also exclude files and it still cant be excluded.

    Is it possible to do this with .htaccess file or somehow? If its not main menu i would give it up long time ago.

    Sorry for taking your time.

    Plugin Author Frank Goossens

    (@futtta)

    .htaccess won’t help here ??

    you could always add some custom styles to make sure the menu looks (more) OK, e.g.

    .navbar-default {
        background-color: transparent !important;
        border-color: white !important;
        margin-bottom: -1px !important;
    }
    
    .navbar-default .navbar-nav > li > a {
        color: #575757;
    }

    Thread Starter vit4e

    (@sistem_down)

    Ok i will try to fix directly with css.

    Frank i just have one more question. After i finis all of this optimization i got for first time “Prioritize visible content” issue. Is this because of this plugin?

    Thanks.

    Plugin Author Frank Goossens

    (@futtta)

    that’s because you inline all of your CSS and google thinks it’s too much to simply inline. you could try “inline&defer” instead (cfr. FAQ).

    frank

    Thread Starter vit4e

    (@sistem_down)

    Frank,

    Thank you a lot for support. You rocks man. Your plugin is one of the best that i ever use.

    Cheers.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Got some issues when install Autoptimize’ is closed to new replies.