-
AuthorPosts
-
March 7, 2019 at 8:04 pm #1076103
Hey,
We’re using the Quick CSS-field in the Enfold settings to set a background image to an external URL. If we, after this, activate CSS file merging in Performance settings, the URL is changed from “https://other-domain.com/file.png” to “https://site-domain.com/wp-content/uploads/dynamic_avia/other-domain.com/file.png”. The file is not located at the latter URL, so it will return a 404-error when trying to fetch it.
This only happens with CSS file merging activated, so there must be something wrong in the compression when merging the files.
Can you take a look at this?March 13, 2019 at 12:26 am #1078038Hey emilbroll,
Which CSS file? Can you please show us the code exactly?
Best regards,
BasilisMarch 13, 2019 at 11:02 pm #1078428Hi!
It’s the merged CSS file (/wp-content/uploads/dynamic_avia/avia-merged-styles-*ID*.css) that is generated when CSS file merging is active. The affected CSS is in the Quick CSS-field in the Enfold settings.March 18, 2019 at 4:18 pm #1079939Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisMarch 19, 2019 at 2:01 pm #1080339Hi!
Before we do this, though, have you been able to reproduce the issue on your test installs?March 22, 2019 at 1:29 am #1081653Hi,
Thanks for the update.
We can’t reproduce the issue on our end. What is the actual css code that you’re using? We added this css code:
.set { background: url('http://localhost/test.jpg'); }
.. which is then converted to the following css after the compression:
.set{background:url('//localhost/test.jpg')}
Please make sure that the site is running on version 4.5.5.
Best regards,
IsmaelMarch 22, 2019 at 10:25 am #1081781This reply has been marked as private.March 22, 2019 at 3:58 pm #1081890The same thing happens with body backgrounds as well. What is the point of having an option to “CSS file merge and compression” if it just botches things up? We do not specify our body background in Quick CSS – we are making the selection within the Enfold control panel. Same result, lost body background if you enable CSS file merge and compression. So it does not seem to be just limited to Quick CSS body background designations.
What is the fix for this support gurus? This DOES adversely affect GTMetrix scores by not merging and compressing.
March 25, 2019 at 3:42 am #1082485Hi,
@emilbroll: The site is running on version 4.5.4. Please upgrade to version 4.5.5 and then try to compress the css again.
@crtdude: That’s not supposed to be happening. Please make sure that the site is running on version 4.5.5.Best regards,
IsmaelMarch 25, 2019 at 5:06 am #1082509I am running 4.5.5 already.
March 26, 2019 at 7:41 pm #1083219Hi crtdude,
Please refer to solutions posted here
https://kriesi.at/support/topic/again-one-problem-with-merged-css/If you need further assistance please let us know.
Best regards,
VictoriaMarch 29, 2019 at 2:34 pm #1084589Hi,
Updating to 4.5.5 isn’t possible, it seems – our site is at 4.5.4, but it is saying no update is available. Why?April 1, 2019 at 11:34 pm #1085740Hi,
Try to do a manual update of the theme for now.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.