Page 1 of 1

Link not updating

Posted: Mon Oct 25, 2021 11:07 pm
by skanaba
We are puzzled ...we updated a link on this website: https://wearepuppeteers.com/ in the footer the link to site map keeps pointing to an xml file. However, we have updated the site map link to go to an html page with the xml file info pasted in on the page. We see that the server has the updated file. If we go to the actual site map page: https://wearepuppeteers.com/site-map.html The site map link in the footer points to the right page. When going to any other page, the link is not pointing to the site-map.html page....even though the master page has that link in it. We did clear cookies, browsing history but it still keeps on trying to point to the xml file. What can I do to fix the issue? Here is a direct link to the WB project file:
https://wearepuppeteers.com/WAP_Website_10-23-21.wbs Thanks for your help!

Re: Link not updating

Posted: Tue Oct 26, 2021 12:36 am
by crispy68
Looking at your code, you have the link set to 'file' rather than the page as you can see by the code below:

Code: Select all

<a href="file://https://wearepuppeteers.com/sitemap.xml" class="black-text-links" target="_blank">Site Map</a>
After you did the update, did you re-upload all the pages again? Every page that uses your master page has to be uploaded again.

Re: Link not updating

Posted: Tue Oct 26, 2021 7:03 pm
by skanaba
Thanks. That did the trick. Happy Tuesday.