Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #953944

    Hi,
    we have a website https://tinyurl.com/y8g8k8jk and a clone used to test https://tinyurl.com/yb5qvls9
    we tested the update 4.3 on the staging site and enabling in “Website performance and optimization” both “CSS file merging and compression” and “Javascript file merging and compression” we experience several errors, most of them related with custom styles that we have in style.css like widget images too small, wrong extra spaces before and after slider, wrong font dimensions, header background ignored, like if all what has been set in style.css was ignored.
    Most of the errors disappear when we deselect “CSS file merging and compression” but still remain a wrong extra spaces before and after slider in the home page, that doesn’t disappear disabling “Javascript file merging and compression” but disappear if we set “Disabling of template builder elements” to “Always load all elements”, that really we would like to keep enabled, because it is a great good news in order to have a faster website, you are really moving in the right direction. Bravi!
    Everything has been tested with Autoptimize and WpRocket disabled in incognito mode on a clean cache Chrome
    We would suggest also to give the possibility to enable either file merging or compression or both separately. maybe this could give a better chance to use at least a part of this functionality
    Thank you Mauro

    #954637

    In each slide in the home page there should be a caption but but now are not anymore visible, only one is there but it is misplaced

    #955044

    Hi profumopuntoit,

    You have these files in your child theme, have you updated them with fresh copies? The slideshow_fullsize file moved to a different folder now, please check the parent theme file structure and adjust your child theme accordingly.

    Best regards,
    Victoria

    • This reply was modified 6 years, 6 months ago by Victoria.
    #955317

    Ok thank you very much, your suggestion fixes the extra space in the slider in the home page

    for others reference:

    mods where due to these tickets

    and
    https://kriesi.at/support/topic/schema-org-type-imageobject/#post-887952

    /enfold/includes/helper-markup.php doesn’t need anymore to be modified because because now
    $attributes[‘itemprop’] = ‘ImageObject’;
    is included in the new version

    Thank you
    Mauro

    #955331

    If we enable “CSS file merging and compression” remain still the errors related with the custom styles that we have in style.css in enfold-child like widget images too small, wrong font dimensions, header background ignored, like if all the styles that has been set in style.css was ignored.
    The errors disappear when we disable “CSS file merging and compression”. For debug sake I leave it enabled so you can give a look to what I mean
    But would be loaded 83 files instead of 117
    It is not a big problem because already we use Autooptimize to merge and minify (for “compression” you mean minification?)

    Using “CSS file merging and compression” together with Autoptimize would cause an extra CPU load?

    Thank you
    Mauro

    #955882

    Hi,

    > Using “CSS file merging and compression” together with Autoptimize would cause an extra CPU load?

    You mean an extra load on the web site?
    No there shouldnt be any problem on that at all.

    Best regards,
    Basilis

    #956544

    What do you think about that stylesheet rules in style.css in enfold-child folder are ignored if we enable “CSS file merging and compression”?

    #957395

    Hi,

    Using “CSS file merging and compression” together with Autoptimize would cause an extra CPU load?

    Is it working if you move the css codes from the style.css file to the theme’s Quick CSS field?

    You can disable the theme’s compression features if you already enabled the Autoptimize plugin.

    Best regards,
    Ismael

    #957475

    moving the css codes from the style.css file
    leaving only
    @import url(“../enfold/style.css”);

    to the theme’s Quick CSS field give the same problems that disappear when we deselect “CSS file merging and compression”

    Yes we are fine with the Autoptimize plugin. It was just for debug sake, to let you know

    #958857

    Hi,

    > @import url(“../enfold/style.css”);

    That cant be on the inline CSS, please move that on your child theme style.css file :)

    Best regards,
    Basilis

    #959797

    I have moved
    @import url(“../enfold/style.css”);
    to style.css in child theme folder but errors are still there

    #960916

    Hi,

    Thank you for the update. Please try this code in the functions.php file then re-enable the compression feature.

    add_action( 'wp_enqueue_scripts', 'ava_theme_enqueue_styles', 9999 );
    function ava_theme_enqueue_styles() {
        wp_deregister_style('avia-style');
    }

    Please use the Autoptimize plugin temporarily if the code didn’t work.

    Best regards,
    Ismael

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