Link not updating

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
skanaba
 
 
Posts: 89
Joined: Wed Jan 24, 2018 12:16 am

Link not updating

Post 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!
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Link not updating

Post 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.
skanaba
 
 
Posts: 89
Joined: Wed Jan 24, 2018 12:16 am

Re: Link not updating

Post by skanaba »

Thanks. That did the trick. Happy Tuesday.
Post Reply