Templates not updating other documents

Help please.  my site that has three templates - 1 main and two nested are not updating the children pages.  what could possible cause this?

PLEASE - don't use nested templates!  Why have you?  They are and will be trouble for you.
Here are seven common mistakes that will result in changes not propagating from Template to child -
1.  Rename the Templates folder
2.  Move the Templates folder to some other folder level in the site other than root level
3.  Move a template out of the Templates folder.
4.  Make changes to an editable region of the Template (which will not propagate)
5.  Assume that Template changes will be effected by just uploading the changed Template file to the server without also uploading the changed local files
6.  Corrupt the site cache so that the link between Template and child page is broken
7.  Improperly create your child pages by simply opening the Template, adding page specific content, and resaving the Template with an *.html extension rather that its *.dwt extension. (you can tell if this is the case by looking at the code on a child page - if you see anything like <!-- TemplateBeginEditable... then this is what you have done).  If you *have done this*, then recreate the child pages (in DWCS3) using FILE | New > Page from Template, select the Template and click CREATE.
The 6th problem can be repaired by using SITE | Advanced > Recreate Site Cache, and the six others can be fixed by just not doing them.  Have you done any of those?
Or, read this -
http://www.adobe.com/go/dd83ba8b

Similar Messages

  • Dreamweaver CS6 Templates not updating pages since i copied the website to a new computer

    Dreamweaver CS6 Templates not updating pages since i copied the website to a new computer
    First i install CS6 on the new computer
    copy the projects
    import the websites
    Now, when i change any template the pages do not update any more. New pages working correct. Also manuell updating works.
    Any Idea?
    Where are the info about the join template and the pages. Seems on the old computer - but where?
    Thx

    hm?
    now I made a new page from the template on the new machine - and find one difference:
    New Page:
    <!doctype html>
    <html lang="de"><!-- InstanceBegin template="Templates/mainvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>....
    Old Page:
    <!doctype html>
    <html lang="de"><!-- InstanceBegin template="/Templates/mainvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>...
    The slash / after template=" is not there on the new machine. If i remove the slash on the copied pages and restart dreamweaver then it works. A lot of work, but i can solve my problem this way.
    Maybe there is some checkbox for path handling...?

  • Whenever i try to update my macbook pro, it downloads then says I need to restart my computer. I restart the computer, and everything just freezes. When my computer eventually turns back on, its not updated. other apps i try to download dont download also

    Whenever i try to update my macbook pro, it downloads then says I need to restart my computer. I restart the computer, and everything just freezes. When my computer eventually turns back on, its not updated. other apps i try to download dont download also

    First, do the following:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    When you complete the above re-download your OS X upgrade (not sure which one that is, but I assume Mavericks.) After the download is completed re-install it. Hopefully, this time it will do what you expect.

  • Dreamweaver Template files not updating other files

    I took over a website and the site uses Dreamweaver Templates.  I'm not too familiar with the way that Templates works.  Anyway, the nav (links at bottom of website) need to be updated.  I updated the secondary.dwt file within the Templates folder.  I uploaded it, but it's not updating the pages on the website that use this template file.  Please help! 

    When you update the template from within DW, you should get a dialog asking if you want to update all of the files that use the template. When you click "OK" everything is updated across the site.
    If you updated the template outside of the defined site, it won't update anything and you may have a bit of work on your hands.
    In DW, you should have a Files tab with a drop down menu. The drop down menu should have all of your defined sites. Choose the site you are working on and a list of the files in that site will appear. Choose the template and make your changes and it will ask if you want to update everything else.

  • When I update template, it does not update other pages

    I have created a template .dwt (XHTML) and have some .html pages. The problem is when I update the .dwt (XHTML) pages it does not update the other pages. I have tried everything but the other pages do not update. Could it be something to do with the folder files on the right which aren't selected properly? If so how do I update my source folder so that this will work?

    Hi,
    When you update a template, do you get dialog to update the other files? Launching those html files, do you see those related to your template?
    Please also provide more information like which version of Dreamweaver are you using and on which platform?

  • Why does updated template not affecting other pages?

    I changed the organization's address on the template's footer section and clicked "apply template to pages" under "modity-->template".  This should change the address in other pages.  But it had no effect.  What didn't I do right?

    Just to verify, you're talking about your local files, right? Templates do nothing on a server is the reason I ask.
    Simply saving a change to a .dwt template will update any child page that was created using it. You shouldn't need to go into any menu to make the child pages update.
    My guess would be that the template .dwt has been moved out of the DW generated Templates folder in your local site root.

  • Template Not Updating Files

    I am helping someone with implementing CSS on a website. She
    created the entire site in Dreamweaver MX using one dreamweaver
    template. I did a remote get of all the files from her ftp site,
    including the template file. So now I have the entire directory
    structure on my local computer as is what is on the server.
    I opened her template file and added a link to the style
    sheet I created. However when I went to save the template file,
    dreamweaver didn't ask me if I wanted to update the files that were
    created previously with this same template. What could be causing
    the template to not update all of the HTML files associated with
    it? Is it because they weren't created on my local machine?
    Please help a VERY FRUSTRATED guy :-)

    This is the problem - look at the markup below. You say that
    this is a child
    page, yet the markup still uses -
    <!-- TemplateBegin....
    which means that the page is NOT a child page, it is a
    template page. This
    must mean that you used the wrong procedure to create your
    child pages -
    rather than creating them with FILE | New > Templates >
    Site Name > Template
    Name > Create, you must have just opened the template,
    added new content,
    and then saved the page with an *.html extension. That will
    never work.
    Your alternatives now are to recreate each page from this
    template, using
    the proper method, and copy and paste your existing page
    content into the
    new page, finally saving the new page over the old page. Do
    this for each
    page you have created (or someone has created) improperly.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "midnighttwink" <[email protected]> wrote in
    message
    news:[email protected]...
    > Yes, that is the link that is not propogating. Here are
    the first 20
    > lines of
    > the index.html file which was created by her based on
    this template. And
    > No I
    > wasn't aware that Fireworks menus were not compatible
    with DW templates.
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    > <html>
    > <head>
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>Untitled Document</title>
    > <!-- TemplateEndEditable -->
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <!-- TemplateBeginEditable name="head" --> <!--
    TemplateEndEditable -->
    > <script language="JavaScript">
    > <!--
    > function mmLoadMenus() {
    > if (window.mm_menu_0517194225_0) return;
    > window.mm_menu_0517194225_0 = new
    Menu("root",120,24,"Arial, Helvetica,
    >
    sans-serif",18,"#ffffff","#ffff00","#009933","#33cc33","center","middle",3,1,100
    > 0,-5,7,true,true,true,0,false,false);
    >
    > mm_menu_0517194225_0.addMenuItem("Facts","window.open('
    http://dipetanecanada.com
    > /html/facts_about_dipetane.html', '_self');");
    >
    > mm_menu_0517194225_0.addMenuItem("Uses","window.open('
    http://dipetanecanada.com/
    > html/uses_of_dipetane.html', '_self');");
    >
    >
    mm_menu_0517194225_0.addMenuItem("More Info","window.open('
    http://dipetanec
    > anada.com/html/links_to_more_info_on_dipetane.html',
    '_self');");
    >
    > mm_menu_0517194225_0.addMenuItem("FAQ's","window.open('
    http://dipetanecanada.com
    > /html/frequently_ask_questions__faq_.html', '_self');");
    > mm_menu_0517194225_0.hideOnMouseOut=true;
    > mm_menu_0517194225_0.menuBorder=1;
    > mm_menu_0517194225_0.menuLiteBgColor='#006600';
    >

  • Template not updating html.

    I now have about 50 total pages ready to upload to my host,
    and have a huge problem. Seems that all the images, and links are
    going to: file:///C|/Documents and Settings/ bla bla !! I did a
    find and replace, on my templates but it does not update the html
    in the pages themselves. And I cannot edit the editable area's via
    code. Please tell me I don't have to start from scratch!? I have
    already done so twice, and I'm afraid a third time is just out of
    the question.

    > file:///C|/Documents and Settings/ bla bla !!
    This is pointing to your hard drive. Are you working in a
    defined DW site?
    Is the Template folder in the root of your site?
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html

  • Remote file template not updating on website

    Hello I am very very new to dreamweaver and have been handed a website that I have to maintain and make changes to.
    The website uses a template called index with further nested templates as shown
    The index template contains the code for the Menu Bar and footer and although I have been able to make other updates and changes I am finding that any changes to the code on this template do not show up on the site. The strange thing is that both the local and remote code has updated as I would like it is just the website itself that is not changing. When I view the website source code it is different to the remote file code. I assume that the link between the two is somehow broken but I do not know how to fix it. Is there a trick to fixing such a problem or am I wrong about this being the problem?
    Here is the remote file code which is that same as the local code - I have out the code that is not updating in bold and underlined it:
    <body>
    <div class="container">
      <div class="header">
        <div id="header_top">
          <div id="text_only"><a href="http://www.genesi-fp7.eu/betsie/parser.pl">Text-only</a> </div>
           <div id="admin"><a href="../admin/index.php">admin</a> </div>
          <div id="search"><a href="../webpages/search/search.html">search</a></div>
          <div id="header_middle">
            <div id="logo_left"><img src="../images/500px-Flag_of_Europe.svg.png" alt="European Union" width="167" height="111" border="0" /></div>
            <div id="logo_middle"><img src="../images/Genesi_Logo.png" alt="GENESI" width="620" height="111" border="0" /></div>
            <div id="logo_right"><a href="http://cordis.europa.eu/home_en.html"><img src="../images/fp7.png" alt="Seventh Framework Programme" width="154" height="111" border="0" /></a></div>
          </div>
          <div id="header_bottom">
            <ul id="MainMenu" class="MenuBarHorizontal">
              <li><a href="../index.html">home</a> </li>
              <li><a href="../webpages/news/news.php">news</a></li>
    <li><a href="../webpages/programme/programme_wp1.html">programme</a></li>
    <li><a href="../webpages/consortium/consortium_0.html">consortium</a></li>
    <li><a href="../webpages/downloads/downloads.php">downloads</a></li>
    <li><a href="../webpages/links/links.html">links</a></li>
              <li><a href="../webpages/contact/contact.html">Contact</a></li>
            </ul>
          </div>
        </div>
        <!-- end .header --></div>
      <!-- TemplateBeginEditable name="mainSection" -->
      <div class="mainSection">
        <h1>here is the main section </h1>
      </div>
      <!-- TemplateEndEditable -->
      <div class="footer">
        <div id="footer_top">This project is co-financed by the <a href="http://ec.europa.eu/index_en.htm">European Commission</a> and made possible within the <a href="http://cordis.europa.eu/fp7/home_en.html">VII Framework Programme</a></div>
        <div id="footer_middle">Page maintained by <a href="mailto:[email protected]">Molly Buckingham</a> &middot; Last update: <!-- #BeginDate format:En2 -->03-Apr-2013<!-- #EndDate -->
        </div>
        <div id="footer_bottom">
          <div>&copy; 2012 <a href="../webpages/consortium/consortium_1.html">G.EN.ESI Consortium</a> &middot; <a href="../webpages/footer/Disclaimer.html">Disclaimer</a> &middot; <a href="../webpages/footer/privacy_notice.html">Privacy Statement</a></div>
        </div>
        <!-- end .footer --></div>
    And here is the source code from the website - again the code is underlined and in bold
    <!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div class="container">
      <div class="header">
        <div id="header_top">
          <div id="text_only"><a href="http://www.genesi-fp7.eu/betsie/parser.pl">Text-only</a> </div>
           <div id="admin"><a href="../../admin/index.php">admin</a> </div>
          <div id="search"><a href="../search/search.html">search</a></div>
          <div id="header_middle">
            <div id="logo_left"><img src="../../images/500px-Flag_of_Europe.svg.png" alt="European Union" width="167" height="111" border="0" /></div>
            <div id="logo_middle"><img src="../../images/Genesi_Logo.png" alt="GENESI" width="620" height="111" border="0" /></div>
            <div id="logo_right"><a href="http://cordis.europa.eu/home_en.html"><img src="../../images/fp7.png" alt="Seventh Framework Programme" width="154" height="111" border="0" /></a></div>
          </div>
          <div id="header_bottom">
            <ul id="MainMenu" class="MenuBarHorizontal">
              <li><a href="../../index.html">home</a> </li>
              <li><a href="../news/news.php">news</a></li>
    <li><a href="../programme/programme_wp1.html">programme</a></li>
    <li><a href="consortium_1.html">consortium</a></li>
    <li><a href="../downloads/downloads.php">downloads</a></li>
    <li><a href="../links/links.html">links</a></li>
              <li><a href="../contact/contact.html">Contact</a></li>
            </ul>
          </div>
        </div>
        <!-- end .header --></div>
      <div class="mainSection">
        <div class="SubMenuBar">
          <ul id="SubMenu" class="MenuBarVertical">
             <li><a href="consortium_1.html">Universit&agrave; Politecnica Delle Marche</a></li>
          <li><a href="consortium_2.html">Granta Design Ltd</a></li>
          <li><a href="consortium_3.html">Faber s.p.a.</a></li>
          <li><a href="consortium_4.html">Sibuet Environnement</a></li>
          <li><a href="consortium_5.html">Bonfiglioli Vectron Gmbh</a></li>
          <li><a href="consortium_6.html">ENEA</a></li>
          <li><a href="consortium_7.html">University of Bath</a></li>
          <li><a href="consortium_8.html">Grenoble Institute of Technology</a></li>
          </ul>
        </div>
        <!-- InstanceBeginEditable name="content" -->
        <div class="content">
          <h1><strong>The Università Politecnica delle Marche</strong></h1>
          <p><img src="../../images/delle_Marche.jpg" alt="The Università Politecnica delle Marche" width="142" height="142" />The Università Politecnica delle Marche(UNIVPM)  is situated in the Marche Region (area of  Ancona) that is the one of most important European industrial districts related  to the household appliances, in fact many European leader companies such as  Indesit , Elica, Ariston TG, Faber, and many others, have their headquarters  there. Thanks to this geographical position UNIVPM has many collaborations with  these companies and it has matured a vast skill on research topics related to  the household appliances field. UNIVPM has 5 faculties, 550 professors (the  largest is the Engineering Faculty with 180 professors), 12 technical Departments  and 17,000 students; it participates to 23 academic spin-off. The central administration  of UNIVPM has a management department which gives support to technical departments  in European project set up, negotiation and administration of the grant  agreement, draft and negotiation of the consortium agreement as well as project  financial reporting. In this project will be involved the Department of  Mechanics that has a remarkable experience on European Projects since it has  been coordinator of 6th and 7th FP projects and it is involved in 9 active  European projects.  In particular, UNIVPM  coordinates the G.EN.ESI project from an administrative and technical point of  view.</p>
          <p>The scientific contact at the Università Politecnica delle Marche for the G.EN.ESI  project is Prof. Michele Germani. </p>
        </div>
        <!-- InstanceEndEditable --></div>
          <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("SubMenu", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
      <div class="footer">
        <div id="footer_top">This project is co-financed by the <a href="http://ec.europa.eu/index_en.htm">European Commission</a> and made possible within the <a href="http://cordis.europa.eu/fp7/home_en.html">VII Framework Programme</a></div>
        <div id="footer_middle">Page maintained by <a href="mailto:[email protected]">Chunlei Li</a> &middot; Last update: <!-- #BeginDate format:En2 -->25-Apr-2012<!-- #EndDate -->
        </div>
        <div id="footer_bottom">
          <div>&copy; 2012 <a href="consortium_1.html">G.EN.ESI Consortium</a> &middot; <a href="../footer/Disclaimer.html">Disclaimer</a> &middot; <a href="../footer/privacy_notice.html">Privacy Statement</a></div>
        </div>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MainMenu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Thank you in advance for your help

    Jon Fritz that did actually work for some of the pages but not others. I upadted each invidivual page, except the main page as I have not finished the content and now some of the pages are acting strangely.
    Here is the website http://www.genesi-fp7.eu/index.html
    As you can see every page except the 'Contacts' and 'Links' page is now reading the correct code when you click on the 'Consortium' tab. The strange thing however is that the footer has updated on the 'Links' page suggesting that this part of the template has updated. Both these pages are based on the Index-misc nested template. The code is copied here:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <link href="../styles/genesi.css" rel="stylesheet" type="text/css" />
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/MainMenu.css" rel="stylesheet" type="text/css" />
    <link href="../SpryAssets/SubMenu.css" rel="stylesheet" type="text/css" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="google-site-verification" content="3L2ZN1aLnNO1X__brL1UzpHsgkiL7NdjWT8oJnAxF64" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>G.EN.ESI</title>
    <!-- InstanceEndEditable -->
    <!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <!-- InstanceBeginEditable name="head" -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div class="container">
      <div class="header">
        <div id="header_top">
          <div id="text_only"><a href="http://www.genesi-fp7.eu/betsie/parser.pl">Text-only</a> </div>
           <div id="admin"><a href="../admin/index.php">admin</a> </div>
          <div id="search"><a href="../webpages/search/search.html">search</a></div>
          <div id="header_middle">
            <div id="logo_left"><img src="../images/500px-Flag_of_Europe.svg.png" alt="European Union" width="167" height="111" border="0" /></div>
            <div id="logo_middle"><img src="../images/Genesi_Logo.png" alt="GENESI" width="620" height="111" border="0" /></div>
            <div id="logo_right"><a href="http://cordis.europa.eu/home_en.html"><img src="../images/fp7.png" alt="Seventh Framework Programme" width="154" height="111" border="0" /></a></div>
          </div>
          <div id="header_bottom">
            <ul id="MainMenu" class="MenuBarHorizontal">
              <li><a href="../index.html">home</a> </li>
              <li><a href="../webpages/news/news.php">news</a></li>
    <li><a href="../webpages/programme/programme_wp1.html">programme</a></li>
    <li><a href="../webpages/consortium/consortium_0.html">consortium</a></li>
    <li><a href="../webpages/downloads/downloads.php">downloads</a></li>
    <li><a href="../webpages/links/links.html">links</a></li>
              <li><a href="../webpages/contact/contact.html">Contact</a></li>
            </ul>
          </div>
        </div>
        <!-- end .header --></div>
      <!-- InstanceBeginEditable name="mainSection" -->
      <div class="mainSection">
        <div class="SubMenuBar"><!-- TemplateBeginEditable name="subMenu" -->
          <ul id="SubMenu" class="MenuBarVertical">
            <li><a href="#">MISC</a></li>
          </ul>
        <!-- TemplateEndEditable --></div>
        <!-- TemplateBeginEditable name="content" -->
        <div class="content">
          <h1>Introduction to the G.EN.ESI Project</h1>
          <p>The sustainability of industrial products, particularly  household appliances, is an important issue today.  Energy consumption in the  residential/domestic sector is about 20% of world consumption, and associated  greenhouse gas emissions exceed 35%.   Household appliances contribute greatly to these values and thus require  particular attention as far as sustainability is concerned.</p>
          <p>It is well known that decisions taken during the early  design of products are very important in determining total product cost.  It is possible to hypothesize the same for  environmental impacts – i.e. the sustainability of a product is largely  determined during the early design stage. In order to allow designers to make  well-informed decisions, new design methods and tools are needed to provide the  basis for determining the degree of sustainability of a given product or  process.  Many eco-design procedures and  tools have been developed but they are often far from a practical day-by-day  application in company engineering departments, and they are not well  integrated with computer-aided design tools.   This project wants to make up for this limitation and to develop an eco-design  methodology (called G.EN.ESI) and a related software design tool (called the  G.EN.ESI platform) able to help product designers in ecological design choices,  without losing sight of cost and typical practicalities of industry. The  software platform will propose a guided process towards eco-design among  several design choices based on the different scenarios of product lifecycle.  The proposed approach will be applied to the household appliance field but it  can be easily extended to other mechatronic products.</p>
          <p>The project started in February 2012 and will continue until  January 2015.</p>
        </div>
        <!-- TemplateEndEditable --></div>
          <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("SubMenu", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
      <!-- InstanceEndEditable -->
      <div class="footer">
        <div id="footer_top">This project is co-financed by the <a href="http://ec.europa.eu/index_en.htm">European Commission</a> and made possible within the <a href="http://cordis.europa.eu/fp7/home_en.html">VII Framework Programme</a></div>
        <div id="footer_middle">Page maintained by <a href="mailto:[email protected]">Molly Buckingham</a> &middot; Last update: <!-- #BeginDate format:En2 -->03-Apr-2013<!-- #EndDate -->
        </div>
        <div id="footer_bottom">
          <div>&copy; 2012 <a href="../webpages/consortium/consortium_1.html">G.EN.ESI Consortium</a> &middot; <a href="../webpages/footer/Disclaimer.html">Disclaimer</a> &middot; <a href="../webpages/footer/privacy_notice.html">Privacy Statement</a></div>
        </div>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MainMenu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Murray do you suggest that I try and get rid of the nested templates or am I biting off more than I can chew after two days of self training?
    Thank you

  • Template not updating child pages

    Hi,  here's a link to the conundrum:
    http://theexperience-exchange.co.uk/stop.html
    This page (as are a few others) is based on a template document (stored in a Templates folder in the site root).
    I added an editable region in the form of a new div with some text etc.  When I do a 'save' I get the update files dialogue box, but it doesn't update the child pages.
    I did look on the forum for an answer, althought there are similar examples of this issue, they don't seem to have had any dircet help.
    As ever, any ideas would be greatly appreciated. 
    I'm signing off for the night, catch up with you all in the morning.
    Thanks in anticipation
    RP

    Let's start with the obvious things.
    1. Are you sure you're editing the correct template.dwt file? 
    Your Stop.html page is referencing this one.   internal_pages.dwt
    2. After saving your template and updating the child pages, did you upload the child pages to your server?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Dreamweaver templates not updating on second installation

    I have just purchased the new Dreamweaver CS5.5.  I installed it on my laptop first and it is working fine.  However the package is not working correctly on my husband's laptop.  He is finding that the templates are not updating the files despite going through the process. I am the 'techie' in our partnership and I did make sure both installations were identical. 
    Updates we are trying to make are outside of the editable regions.
    It has taken me years to get him to accept an update for this programme, and now it doesn't work for him, he is not well pleased at me spending hundreds of pounds, when the Dreamweaver MX2004 worked well for him. 
    Please can someone point me in the right direction to put this right.
    Jean

    We are not working on the same templates.  In our partnership, I build the templates and then turn them over to my husband to input the content.  The particular problem we are incurring at the moment is on a fully functioning website.  We noticed that on changeover from Dreamweaver MX2004 to CS5.5, the css file wasn't being read, the difference being:
    from  <link type="text/css" media="all" rel="stylesheet" href="/styles/style.css" />
    to <link type="text/css" media="all" rel="stylesheet" href="../styles/style.css" />
    don't really understand this, but having updated the template, the dialogue box came up asking if you want to update all files connected to template, said ok, and the finish dialogue box says 211 files updated.  But when you open the file it hasn't actually updated at all.
    Website looks ok online now as he has went back to MX2004 to upload a new page.

  • Files using template not updating after moving

    On this site "C" (see link) site I want to move the Template&Library folder and get them inside the local root folder, which is actually "Os". When  I move it in DW the links are updated nice - but when I change the template, the files using it are not updated. Anyone care to tell me how to move these two folders to Os folder and not experiencing this problem?
    http://302.se/3839

    You should never had a folder named "public_html" in a properly defined site.
    And "Os" is not the root folder of the C site.  You would need a NEW site definition with Os as the root for the Templates to work properly.

  • Template not updating meta tag info.

    I use DW MX on PC w/XP Home OS -- in the event that this info
    makes any difference.
    I updated meta tag info in a template then applied it to all
    the child pages. The changes were not propogated. I've looked over
    the info at "Template child pages are not updated when parent
    template is changed," from
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=dd83ba8b
    I haven't done any of the boo-boos on the list other than to
    recreate the cache file (#6) -- to no avail I might add...
    Any suggestions?

    > Out of curiosity how
    do most SE's locate sites/info?
    By using links from other sites, or domains that have been
    submitted to
    them. The former method is MUCH faster than the latter. If I
    put a link to
    a client site on my site, it's spidered in days/or a few
    weeks at most.
    > She's had several clients remark that the old title info
    is displayed
    > (from
    > her previous, now-defunct site) when they save her
    current site as a
    > favorite.
    > So she'd like the new info to be reflected,
    understandably.
    I'd have to see the site.
    > I've also tried to update by making a wee change in the
    template file and
    > resaving, which also draws a blank. I've wracked my tiny
    brain...
    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done)
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Cricketgrrl" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > SE's ignore meta tag information, so there would be no
    benefit to doing
    > this.
    >
    > > The client's also paying a company for SE
    optimization,
    > > which requested the meta tags be updated/changed.
    >
    > Your client is being ripped off. This is a useless
    change.
    >
    > Nevertheless, if the meta tags are in a non-editable
    region of the
    > template,
    > changes to them in the template page will propagate to
    all LOCAL files
    > that
    > are child pages of that template, which must then be
    uploaded.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    >
    >
    > I'll pass the SE comments on to my client. Out of
    curiosity how
    do
    > most
    > SE's locate sites/info? I realize this is complete study
    of its own.
    > Nonetheless, I'd like to be able to pass on some useful
    info to my client.
    >
    > She's had several clients remark that the old title info
    is displayed
    > (from
    > her previous, now-defunct site) when they save her
    current site as a
    > favorite.
    > So she'd like the new info to be reflected,
    understandably.
    >
    > I've tried numerous times to update the local pages via
    Modify > Templates
    > >
    > Update pages... and after supposedly doing its thing,
    the update log
    > shows
    > this info:
    >
    > Updating D:\CoachBenita\_web\
    > Done.
    > files examined: 11
    > files updated: 0
    > files which could not be updated: 0
    > total time: (0:00:01)
    >
    > I've also tried to update by making a wee change in the
    template file and
    > resaving, which also draws a blank. I've wracked my tiny
    brain...
    >

  • Template not updating pages on save

    I created a template, then created pages based on that template. I make a change to the template, save, it says it will update my 10 pages, then the log shows that 0 pages were updated. I check the pages, they didn't update. What's the problem? Why are my pages not updated?
    Thanks,
    KoffeeKat

    Are you working with valid code?
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Do you have an editable region in your Template's <head> tags?
    Can you post your Template code into a reply?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Dreamweaver Template not updating pages error code 2?

    Hi All
    I wonder if someone can help me - I have a site that i made with Dreamweaver. I then got a new computer (windows 7) and updated my dreamweaver from cs4 to cs5. I have just tried to update my pages and it doesnt seems to be working.
    Not sure what information you need - but I have a root folder and within the root site there is a folder with Templates and the templates have the extension .dwt
    I have read some posts that say recreate the cache which i have tried - this hasnt worked
    I then read another post that says you can update the pages by Modify > templates > Update Pages..
    When i tried this I get the update dialog box, but when i try to update the pages i get the following error message:
    "error accessing file - (name of the dwt file), file not found, error code 2"
    Can i ask the what is the error code 2 - i mean is there any information about the error code which will help me to resolve my templates not being found? as i am bit stuck...
    Would appreciate any help on this and thank you in advance
    Regards
    Lorna

    I would like further help with the issue Guy McMickle identified.
    When I update links to my two template files I receive the above Error Code 2 message four times. There are 22 page files based on these templates.
    The <!-- InstanceBegin template... code does not exist in either of the template files. I does, however, show up in every one of the 21 files that were created from one of the two templates. In these files it shows up in uneditable header code.
    Why does the error code only show up four times? If the instanceBegin code is only generated when a file is created based on a template, how can it be avoided or corrected?

Maybe you are looking for