Hi, thanks for the fix. Will wait for the next Enfold Update. Best regards, Philipp
Hi Ismael, do you have any updates on this issue? Deleting/regenerating the merged styles is no solution as the regenerated file will have the same filename again.
This issue means that any changes made to my custom styles on the production server will not be visible to the end user immediately. They will only see the changes after the cache expires, which is usually 1 month.
So this is actually a very important issue which should be solved with high priority.
Thank you
Thanks Basilis for your response, but i think this is not a bug, so there is no need to give you access to my website. When I have a look at your code, it seems, the hash is generated like this:
Inside /themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php
$data['hash'] .= $file;
.....
$data['hash'] = $file_group_name .'-'. md5( $data['hash'] . $data['version'] );
So the hash will always stay the same.
Thanks