Copy link to clipboard
Copied
I tried to update an email address on the website using Email Spalm Blocker and it produces an error.
Error:
"Making this change would require changing code that is locked by a template or a translator. The change will be discarded"
What to do here?
Please advise
Copy link to clipboard
Copied
Make the change in the template.
Copy link to clipboard
Copied
That error usually means your site used Dreamweaver Templates during development. In order to make changes to pages outside of the specified Editable Regions, the change will need to be made to one or more .DWT files located in the site's "templates" folder. You will then be asked to update all Child pages made from the .DWT. Once that's done each changed page will then need to be uploaded to your server.
If you are trying to add a script to a page that doesn't have an Editable Region in the <head></head> section, one will need to be added to your .DWT so you can modify the script for that page.
Copy link to clipboard
Copied
Open the Template.dwt file to make changes.
Save changes and populate to child pages.
Upload all child pages to your remote server.
Good luck.
Copy link to clipboard
Copied
Unsolicited advice: CS6 is woefully outdated and on life support. It's time to replace your 13+ year old app with a modern code editor before you're forced to.
CODE EDITORS:
-- Adobe Dreamweaver CC - https://www.adobe.com/products/dreamweaver.html
-- Codespaces (free, browser-based) - https://github.com/features/codespaces
-- Notepad++ (free) - https://notepad-plus-plus.org/
-- Nova (Mac only, formerly called Coda) - https://nova.app/
-- Pinegrow - https://pinegrow.com/
-- Sublime Text - http://www.sublimetext.com/
-- Visual Studio Code (free) - https://code.visualstudio.com/
-- Wappler ~ Visual Web App Builder - https://wappler.io/
Find more inspiration, events, and resources on the new Adobe Community
Explore Now