Need a special offer?Find out if your project fits.
+

Did the CDN Change?

Answered
Cedric Gaines asked on September 22, 2020

I have an app developed with FM and suddenly today the user shows us the app not working...
There hasn't been a code change and the error looks like a css and js issue, so im wondering if the CDN was updated or something and if so, is there a link for the css and js to the prior version?
Ive attached a file to show you what it the FM control looks like now...
Thanks

3 answers

Public
Mykhailo Halaida Mykhailo Halaida Flexmonster September 23, 2020

Hi Cedric,
 
Thank you for posting your question.
 
Please note that the latest 2.8.16 update introduced particular accessibility improvements, which involved changing specific CSS configurations for many elements of Flexmonster UI.
 
With that in mind, the mentioned UI issues might be caused by your browser's caching or the CSS file not being updated properly.
 
We would suggest following the steps below to help you solve the broken UI problem:

  • Clear your browser's cache and reload the page.
  • Add a timestamp to the query of the URL where the CSS & JS Flexmonster files are loaded from:
     <link rel="stylesheet" href="https://cdn.flexmonster.com/flexmonster.min.css?2020-09-23" type="text/css">
    <script src="https://cdn.flexmonster.com/flexmonster.js?2020-09-23"></script>

    This simple tweak prevents the browser from loading the cached files and forces it to properly load the resources from the provided URLs.

 
Please let us know if this helps.
 
Best regards,
Mykhailo

Public
Mykhailo Halaida Mykhailo Halaida Flexmonster September 30, 2020

Hi Cedric,
 
How are you?
 
We were wondering if you've received our previous response with suggestions on how to fix the CSS issues. Was it helpful, or is there still anything we can assist you with?
 
We would be happy to hear your feedback.
 
Regards,
Mykhailo

Public
Mykhailo Halaida Mykhailo Halaida Flexmonster October 7, 2020

Hi Cedric,
 
Hope you're doing well.
 
Just checking in to ask whether you've had a chance to check out our response with suggestions on how to fix the mentioned CSS issues. 
 
Please let us know what you think.
 
Kind regards,
Mykhailo

Please login or Register to Submit Answer