Forums
This topic is locked
modifying a navigation
Posted 16 Jul 2003 00:15:29
1
has voted
16 Jul 2003 00:15:29 Lucyna Klaczko posted:
Hi when I go into an instance of a template to modify the navigation DW will not allow me. It gives me an error message indicating that making the change would require changing code that is locked by a template or translator. It then discards my changes.
I have set the navigation as an editable region on my template. The change I am trying to make is to enable an image to appear in the down state once the page has loaded.
Does anyone know a workaround for this?
Thank you for your help!
Lucy
Replies
Replied 18 Jul 2003 15:05:04
18 Jul 2003 15:05:04 Dave Joosten replied:
Hello Lucy,
You need to make sure in the code that the part you wish to change is within the editable code, ill give you a sample:
<!-- TemplateBeginEditable name="Main_Region" -->Between this part you should be able to change anything at any page<!-- TemplateEndEditable -->
Now to change something global, go straight into your template file and change it there, keep in mind sometimes you wanna change something your template has the body enabled for editing but the header disabled and some codes would wish to change/update both, this might be the porblem you are getting. I suggest you go into the code manual in this case to be sure.
Let me know if that made any sence to you and if it works for you now.
Cheers,
Dave Joosten
You need to make sure in the code that the part you wish to change is within the editable code, ill give you a sample:
<!-- TemplateBeginEditable name="Main_Region" -->Between this part you should be able to change anything at any page<!-- TemplateEndEditable -->
Now to change something global, go straight into your template file and change it there, keep in mind sometimes you wanna change something your template has the body enabled for editing but the header disabled and some codes would wish to change/update both, this might be the porblem you are getting. I suggest you go into the code manual in this case to be sure.
Let me know if that made any sence to you and if it works for you now.
Cheers,
Dave Joosten