Change in my page

Website URL www.walterfava.com.ar

“Hello, I have the following problem. I’m setting up a website, but it’s not reflecting the changes in the browser. I have already cleared the browser cache, but the problem still persists. I completely removed the website from the hosting, and when I only load the index.html file, the entire website appears with the graphics and JavaScript. I don’t know what else to do; I need the website to be updated.”

(other information and details relevant to your question)

Looks good to me. Maybe you can try using a private/incognito window?

2 Likes

I made changes to the website that are not being reflected. I have been waiting for over 6 hours, and nothing has happened. I have checked the configurations countless times and cleared the cache. In the Chrome inspector, the CSS hasn’t changed, and there are JavaScript files that I have deleted, yet they still persist.

I saw these in your page:

<!-- Tipografias & Iconos -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,1,-25" />
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<!-- BS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!-- CSS Propios -->
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/query.css">

There are a lot of cdn files, so of course, uploading the index.html file only gives an “entire” website.

Are you sure you are doing this properly? Like, you have done this after uploading? Also make sure you are touching the correct file.

2 Likes

I don’t have any issues with the CDN files; they load perfectly. My problem arises with the CSS. I uploaded the complete website to the Netlify hosting, which pulls the code from Git, and it worked perfectly. Yesterday, the website was functioning flawlessly until I decided to make some changes today. The problem is not with the code or the browser; there seems to be something stuck on the server. Or at least, that’s what everything leads me to believe.

Furthermore, I’ll leave a screenshot showing how the website currently looks. The CSS code is correct, but the items are appearing vertically instead of horizontally as they should.

I’ll leave you with how it looks on Netlify, where the CSS loads correctly.

Appears fine to me, are you using .PHP? You can also try this.

?v=<? echo filemtime("...path to the file..."); ?>

Just add it to the end of the URL in the CSS or JS files, just keep in mind though this kinda bypasses cache and the browser will reload the files each time the page is visited instead of caching it.

<link rel="stylesheet" href="/css/style.css?v=<? echo filemtime("/css/style.css"); ?>">
1 Like

Do you have the same CSS on Netlify and here?
If not, check if your current CSS was corrupted.
If yes, keep in mind that there’re records of their website acting weird here, though there wasn’t even a problem in files.
BTW I was on mobile so your site is all good to me.

3 Likes

I am infinitely grateful for the help you are offering me. This is a static website, not PHP, just basic HTML, and it has only one JavaScript script to change an image according to the screen resolution. In smartphone mode, the second section of the website is not centered, and the social media icons are not responsive. Strangely, these issues do not appear on Netlify. I have uploaded the website multiple times to the InfinityFree hosting, but the problems persist. Moreover, when inspecting the website in Chrome’s developer tools after clearing the cache, there is a JavaScript file that no longer exists in the files I uploaded because I deleted it from the hosting. However, it still shows up there.

Try clicking both of these links in your browser:

https://www.walterfava.com.ar/css/query.css

https://www.walterfava.com.ar/css/style.css

If one (or both) of them do not work, please try clearing your cache again:

3 Likes

They are functioning correctly; it is not a browser cache issue.

I’ll leave an image where on the left (new) is the Chrome inspector of Netlify, and those same files were uploaded again to InfinityFree. Even after clearing the browser cache (once again), the old CSS still appears (image on the right).

Your site looks good to me and is displaying the new, or the left version.
Please think about whether you had actually cleared your cache, or use a different network / device.

1 Like

Download Brave, enter the URL, and it appears with the old CSS. I just used my son’s cell phone with 4G, and it also appears with the old CSS. I’ll attach a screenshot.

I currently don’t have my pc available, so to me there wasn’t even a issue. ( It is supposed to look like that on mobile, right? )
You might wanted to wait for others to come and solve the problem for you. Sorry :slightly_frowning_face:

Did you update the files on Netlify?

2 Likes

No issue on my end as well

Issue is likely on your end.
Try vpn or use other devices

4 Likes

Ok, I’m glad you see it well, but here in Argentina, for now, it’s not the case. I’ve already tried it on my son’s phone, my daughter’s phone, uninstalled and installed Chrome, used Brave, Edge, a friend’s CPU, my notebook, and it still looks bad. I have no choice but to migrate hosting.

1 Like

yes