-
AuthorPosts
-
May 9, 2018 at 2:28 pm #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 MauroMay 10, 2018 at 4:17 pm #954637In 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
May 11, 2018 at 7:14 am #955044Hi 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.
May 11, 2018 at 3:20 pm #955317Ok 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 versionThank you
MauroMay 11, 2018 at 3:55 pm #955331If 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
MauroMay 12, 2018 at 11:23 pm #955882Hi,
> 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,
BasilisMay 14, 2018 at 5:16 pm #956544What do you think about that stylesheet rules in style.css in enfold-child folder are ignored if we enable “CSS file merging and compression”?
May 16, 2018 at 9:07 am #957395Hi,
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,
IsmaelMay 16, 2018 at 1:15 pm #957475moving 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
May 18, 2018 at 11:26 pm #958857Hi,
> @import url(“../enfold/style.css”);
That cant be on the inline CSS, please move that on your child theme style.css file :)
Best regards,
BasilisMay 21, 2018 at 2:57 pm #959797I have moved
@import url(“../enfold/style.css”);
to style.css in child theme folder but errors are still thereMay 23, 2018 at 4:19 pm #960916Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.