Template doesn't update nav buttons

Hi, Having a problem getting my template to update the spry menubar links. Spent a lot of time on the template to get it right. The banner and navigation buttons are part of the template. So here's what I did....after creating and saving the page as a .dwt file I then created a page from template, the update links box was checked. Once opened I save it as index.html added my content, saved, published and continued the same way for the other pages. The pages look fine but none of the nav buttons work.  Don't know what to do.  Any suggestions. Using Dreamweaver CS4
Thanks
Frank

Sorry, not sure how to do the 'show us a link to your Template.dwt file/" So here's the code Thank you very much
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Levick Multi Services</title>
<link href="../oneColFixCtrHdr.css" rel="stylesheet" type="text/css" />
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
color: #FF0;
-->
</style></head>
<body class="oneColFixCtrHdr">
<div id="container">
  <div id="header">
    <h1><img src="../Levick Banner.jpg" alt="Banner" width="900" height="232" border="0" usemap="#Map" />
      <map name="Map" id="Map">
        <area shape="rect" coords="7,9,885,179" href="#" />
        <area shape="rect" coords="690,184,897,219" href="mailto:[email protected]" />
      </map>
    </h1>
    <table width="855" border="0" align="center" cellspacing="0">
      <tr>
        <th height="39" scope="col"><ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="../index.html">Home</a>            </li>
          <li><a href="#" class="MenuBarItemSubmenu">About Us</a>
            <ul>
<li><a href="../AboutUs.html">Our History</a></li>
<li><a href="../OurPrivacyNotice.html">Our Privacy Notice</a></li>
<li><a href="../OurLocations.html">Our Location</a></li>
            </ul>
          </li>
          <li><a href="../Services.html">Services</a>            </li>
          <li><a href="#" class="MenuBarItemSubmenu">Your Policy</a>
            <ul>
              <li><a href="#" class="MenuBarItemSubmenu">Home</a>
                <ul>
                  <li><a href="#">Types of Coverages</a></li>
                  <li><a href="#">Optional Coverages</a></li>
                </ul>
              </li>
              <li><a href="#" class="MenuBarItemSubmenu">Auto</a>
                <ul>
                  <li><a href="#">Underwriting Factors</a></li>
                  <li><a href="#">Liability Damage</a></li>
                  <li><a href="#">Property Damage</a></li>
                  <li><a href="#">Optional Auto Coverage</a></li>
                  <li><a href="#">Tort Options</a></li>
                </ul>
              </li>
              <li><a href="#">Commercial</a></li>
            </ul>
          </li>
          <li><a href="../WhyChooseUs.html">Why Choose Us</a></li>
          <li><a href="../ContactPage.html">Contact Us</a></li>
        </ul></th>
      </tr>
  </table></div>
  <div id="mainContent"><!-- TemplateBeginEditable name="MainContentRegion" -->
    <p> </p>
  <!-- TemplateEndEditable -->
  <!-- end #mainContent --></div>
  <div id="footer">
    <p>Website created and maintained by<br />
    <a href="Francis" _mce_href="mailto:[email protected]">Francis">mailto:[email protected]" >Francis J. Cunningham, Jr. </a></p>
  <!-- end #footer --></div>
<!-- end #container --></div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>

Similar Messages

  • Template doesn't update

    I tried getting an answer to this question a while ago, but I
    guess my question got lost in the shuffle. So here it is again:
    Last July, we converted our website from GoLive to
    Dreamweaver. Now, for the first time since our conversion, I had to
    make some changes on the template and there's a problem on the
    updated pages.
    The problem is that the navigation is not working properly on
    many (not all) pages updated with the template.
    The specific nav problem is that on rollover, the white
    subheadings do not show. Only an image icon shows. This problem
    occurs with the files located in a folder WITHIN a folder.
    For example: here's a page updated from the template:
    http://www.vedanta.org/vssc/news/fire1.html.
    This page is in a folder WITHIN a folder and as you can see, there
    is a problem with the main navigation at the top. On rollover of
    the subtopics, the orange buttons should appear white, and they
    don't.
    The template nav works fine:
    http://www.vedanta.org/Templates/template.dwt

    That would be it, Nate. DW cannot manage links embedded in
    javascript, EVEN
    INCLUDING THOSE IT WRITES!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "NateBaldwin" <[email protected]> wrote in
    message
    news:fikhik$45e$[email protected]..
    > >The specific nav problem is that on rollover, the
    white subheadings do
    > >not
    > show.
    > >Only an image icon shows. This problem occurs with
    the files located in a
    > folder
    > >WITHIN a folder.
    >
    > It looks like you build the drop-down navigation and
    rollovers using
    > GoLive
    > actions, yes? As far as I know, Dreamweaver can't manage
    relative image
    > and
    > link paths in GoLive-generated JavaScript code, so all
    the paths are still
    > relative to the Templates folder, and not the actual
    location of the page
    > using
    > the template. So, you're likely to have path problems in
    any pages that
    > aren't
    > 1 subdirectory deep.
    >
    > To fix it, you'd need to either make all the image paths
    root relative
    > (from
    > your site's html root - "absolute" paths in GoLive-talk)
    in the GoLive
    > action
    > JavaScript, or you could rebuild the navigation using
    Dreamweaver
    > behaviors so
    > the relative paths can be managed dynamically (assuming
    DW can do that).
    >

  • Placeholder text won't disappear + template doesn't update

    Hi,
    I'm using the latest iBook author version (2.2) on Yosemite.
    I selected a text as a placeholder, but when I type my new text, it doesn't disappear. I've already created many sections using this template and I don't want to recreate them all over...
    Also, it seems like the modifications I have made in my template, even though I save them, don't apply, like the template is not updated. I tried to right-click on the template to select "reapply to layout section" but I don't have access to it.
    Thanks a lot!

    Have you tried to give it a reset? Hold down the sleep and home keys for about 20 seconds. When you see the silver apple, let go and let it reboot and see if the badge is still there.

  • Template doesn't update properly

    Last July, we converted our website from GoLive to
    Dreamweaver. Now, for the first time since our conversion, I had to
    make some changes on the template and there's a problem on the
    updated pages.
    The problem is that the navigation is not working properly on
    many (not all) pages updated with the template. The nav works fine
    on the template itself. The template ("template.dwt") is in the
    Templates folder.
    The specific nav problem is that on rollover, the white
    subheadings do not show. Only an image icon shows. This problem
    occurs with the files located in a folder WITHIN a folder.
    For example:
    VSSC/contact.html: nav works fine
    VSSC/News/books.html: doesn't work (white subheadings don't
    show)
    I see the code pointing to the image is the same for both of
    these pages even though one is a folder within a folder:
    VSSC/contact.html:
    '../images/navigation/espanol_topics/libroso.gif'
    VSSC/News/books.html:
    '../images/navigation/espanol_topics/libroso.gif'
    The code before I updated with the template was:
    VSSC/contact.html:
    '../images/navigation/espanol_topics/libroso.gif'
    VSSC/News/books.html:
    '../../images/navigation/espanol_topics/libroso.gif'
    Is this making any sense? Is there a quick fix to this? In
    other words, a preference setting to check before updating the
    Template?
    Thanks for your help,
    Nancy

    Post a link to the site, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "eucalyptus1" <[email protected]> wrote in
    message
    news:fhi88m$5g$[email protected]..
    > Last July, we converted our website from GoLive to
    Dreamweaver. Now, for
    > the
    > first time since our conversion, I had to make some
    changes on the
    > template and
    > there's a problem on the updated pages.
    >
    > The problem is that the navigation is not working
    properly on many (not
    > all)
    > pages updated with the template. The nav works fine on
    the template
    > itself.
    > The template ("template.dwt") is in the Templates
    folder.
    >
    > The specific nav problem is that on rollover, the white
    subheadings do not
    > show. Only an image icon shows. This problem occurs with
    the files
    > located in
    > a folder WITHIN a folder.
    >
    > For example:
    >
    > VSSC/contact.html: nav works fine
    > VSSC/News/books.html: doesn't work (white subheadings
    don't show)
    >
    > I see the code pointing to the image is the same for
    both of these pages
    > even
    > though one is a folder within a folder:
    >
    > VSSC/contact.html:
    '../images/navigation/espanol_topics/libroso.gif'
    > VSSC/News/books.html:
    '../images/navigation/espanol_topics/libroso.gif'
    >
    > The code before I updated with the template was:
    > VSSC/contact.html:
    '../images/navigation/espanol_topics/libroso.gif'
    > VSSC/News/books.html:
    '../../images/navigation/espanol_topics/libroso.gif'
    >
    > Is this making any sense? Is there a quick fix to this?
    In other words,
    > a
    > preference setting to check before updating the
    Template?
    >
    > Thanks for your help,
    > Nancy
    >

  • Saving Template doesn't update pages

    I just made changes to my template, saved it, and the connected pages are not updating. The FAQ say's to select the 'Update' button, which I can't seem to find.
    Any suggestions?

    File extension is .dwt
    Not exactly sure of your 2nd question. I only have one web site I work with. I’m quite the novice. But I think the answer to your question is yes.
    The .dwt file is located within my Templates folder of the site
    Thanks,
    Stacy

  • Dreamweaver CS6-updating template doesn't update pages, update screen hangs

    I'm working with a dwt file provided with shopping cart software which I purchased from a third party developer. I've made changes on the main.dwt provided to personalize it for my business. To begin with, everything seemed to be going smoothly, but then at some point, updating the template stopped updating the pages dependent on it, unless the pages are actually open in Dreamweaver. Even when the pages are open, however, the "Update files dependent on" box seems to hang. If I click "close" it asks if I want to stop updating the site. It's very cumbersome to have to open every page in the site in order to get the changes in the template to propagate to the pages. I'm running CS6 on Windows 7 Home Premium. My site is not yet published, so I can't provide a link to it. It's still on the drawing board.

    Is the .dwt template file still within the Dreamweaver generated Templates folder in your site root?
    index.html <--your site's home page
    Templates <-- the Templates folder on same level as site home page
         yourtemplate.dwt <-- your .dwt file
    If it's not, that can cause all kinds of problems in DW.

  • Error while updating phone button template in CUCM 8.6

    Experts,
    I'm getting following error while updating phone button template in CUCM 8.6;
    Update failed. java.sql.SQLException: System catalog (sysprocbody) corrupted.
    Please check the screen shot attached here with.
    What could be the reason?
    Thanks
    Vivek

    I'm not a Cisco employee, so I can't do anything with your backup.!
    You need to take a backup as a precaution (You should have been doing this anyway) Then you need to call Cisco TAC to get the underlying problem fixed. CalManager is a locked-down environment, and only TAC can get the low-level access needed to fix database problems.
    GTG

  • My iPhone 4 doesn't have update software button in general. How do i update my software?

    My iPhone 4 doesn't have update software button in general. How do i update my software?

    janice k wrote:
    My iPhone 4 doesn't have update software button in general
    Thats because you don't have iOS 5 or 6 installed.
    Search the forums before posting. Your question has been asked and answered hundreds of times.

  • My iPad 2 will not allow me to update my apps. When I hit the update button I get a spinning circle but then it times out and doesn't update. Please help.

    My iPad 2 will not allow me to update my apps. When I hit the update button I get a spinning circle but then it times out and doesn't update. In the past when I have updated successfully, the spinning circle would show me an indicator of time left on the update. I no longer have this Indicator. The circle just spins and times out and nothing happens. I've reset the iPad in the settings menu, reset the router, logged in and out of Apple id, powered ithe iPad off and on, and tried a couple other "fixes" that I've read online. So far no luck. AAny help would be greatly appreciated. Much thanks!

    How much free space do you have? If it is low, installers may not be able to run properly.

  • Updating nav data using Templates in one go

    Can anyone advise me on this:  i have a large site with hundreds of HTML files that use one of four different Templates, all of which use the same Navigation ul tags (as produced by Project Seven's Pop Menu)......
    often, I want to update all the files that utilize that nav data, and as you know, DW's template feature update will agreeably update them all, automatically.  However, my issue is in collecting all the differnet HTML files, which all reside in different folders at the root level of my site, and put them all to the server in one fell swoop.  The synch capability of DW is great but (as far as I can tell) it only gives me a complete list of those filesa affected by the update,  without distinguishing between HTML and all others.
    (I like to use the 'index' designation on many subroot level HTML docs, and put them into  separate folders, such that the URL need not have the extension HTML when giving the link to someone.  But that means all the ifles are in different folders.
    is there a way to tell DW to 'find " all the files that are HTML, that have been updated by the Template change and then 'put' them to the server in one go........?
    I'd be most grateful........
    todd

    Doing all this via DW Templates is a maintenance chore.
    Edit the navigation in the Template, let DW update all Child pages then upload all changed Child pages. For every single edit. Painful.
    Have you thought of setting up your navigation as a Server Side Include instead? It's far quicker and much more efficient than DW Templates.
    http://www.projectseven.com/products/menusystems/pmm3/tutorials/site-wide/includes/
    Then you can avoid all the Template editing, child page propagating and uploading.

  • Nav buttons + borders + hover

    How do I get the 2 px border I have around my navigation
    buttons to change color on mouse over? On the site I'm building I
    have a hover set for links, but this doesn't do it. I somehow
    managed to get the border to hover on the nav buttons on 1 of my
    pages but I'm not sure how. Help?

    Need a link to see what you've tried so far....
    I should image that changing the color of the border on hover
    should work
    though unless there is a conflicting style.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.macromedia.com/devnet/dreamweaver/css.html
    - CSS Tutorials
    "drewspuppet" <[email protected]> wrote in
    message
    news:e3akcm$108$[email protected]..
    > How do I get the 2 px border I have around my navigation
    buttons to change
    > color on mouse over? On the site I'm building I have a
    hover set for
    > links,
    > but this doesn't do it. I somehow managed to get the
    border to hover on
    > the
    > nav buttons on 1 of my pages but I'm not sure how. Help?
    >

  • How can I fix the Mac App Store "Update All" button?

    When I have multiple updates, the "Update All" button appears, but doesn't work. It's not greyed-out; if I click on it, it gets dark while I hold the mouse button down. But nothing happens. No error message; it just doesn't work.
    I can manually update my apps one at a time; the "Update" buttons next to individual apps work.
    I'm running 10.8.5 on a MacBook Pro.
    I've tried restarting, and repairing permissions, neither of which helped.

    You need to update to Snow Leopard 10.6.6 to get the App store. If you're on an earlier version of Snow Leopard, just hit
     > Software Update
    If you're on 10.5 Leopard, you'll need to contact Apple and purchase a Snow Leopard disk or a Lion USB Flash drive.

  • AS3 swf doesn't update variables set via javascript

    Can't figure this one out:  I've got a C4 project with 2 slides.  First slide has a button that executes a Javascript call:
    SetStringVariable("myVar");
    Where myVar is an internal C4 user variable with a default value of "Hello World".
    The second slide has myVar being displayed in a text caption.
    I publish the swf (AS3) and add this javascript function to the .htm file:
    function SetStringVariable(n)
         document.getElementById('Captivate').SetVariable(n, "I set my variable!");
         alert("my var: " + document.getElementById('Captivate').GetVariable(n));
    When you run the project on the web, the alert comes up with "I set my variable!" but the caption on slide 2 still says "Hello World".  Not sure why this occurs since I've just done a round trip with the variable.  It's as if C4 assigns the variable behind the scenes, but the UI doesn't update.  This does not occur if the C4 project is published in AS2.
    Anyone experience this?  Any workarounds?  I'd like to be able to use the SetVariable function in AS3 projects.
    TIA,
    Jim Leichliter

    Steve Howard noted that you can edit the CaptivateMainTimeline.as file typically located C:\Program Files\Adobe\Adobe Captivate 4\ActionScript 3.0\.
    First, I added an external callback:
    try{
                   if((ExternalInterface.available == true) && (parent==stage))
                        myTrace("ExternalInterface is available");
                        ExternalInterface.addCallback("cpSetValue", cpSetValue);
                        ExternalInterface.addCallback("cpGetValue", cpGetValue);
                        ExternalInterface.addCallback("mycpSetValue", mycpSetValue);
                        ExternalInterface.addCallback("mycpSetValue2", mycpSetValue2);
                        ExternalInterface.addCallback("cpSetValueJim", cpSetValueJim);
    Then I wrote my handler for the callback function which was a slight modification to the cpSetValue function that was already there:
         //JBL: For External Interface setting any type of value
              public function cpSetValueJim(variable:String, val):void
              //myTrace("cpSetValue variable1 " + variable + " ; val  " + val);
              var arr:Array = variable.split(".");
              var ref = this;
              for(var i=0; i < arr.length -1; i++)
                   ref = ref[arr[i]];
              ref[ arr[arr.length -1] ] = val; // This works fine for numbers, booleans and strings
    Just make sure you publish your project in AS3.
    You can place some js in a captivate button:
    SetStringVariable("NameOfYourUserVariable");
    Modify the published .htm file by placing in this js function.
    function SetStringVariable(n)
         document.getElementById('Captivate').cpSetValueJim(n, "I set my variable!");
         alert("my var: " + document.getElementById('Captivate').GetVariable(n));
    That's powerful stuff.  Thanks Steve (ACE) for pointing this out!  This opens up a whole new world of possibilities.

  • Simple nav buttons not displaying correctly

    When I add content to the page that expands the table, the
    nav buttons on the left "spread out". This isn't happening in
    Safari. Any help would be much appreciated. Here is the page I'm
    working on:
    http://www.csayersdesign.com/achieveIT/pages/company.htm

    Curtis Sayers wrote:
    > When I add content to the page that expands the table,
    the nav buttons on the
    > left "spread out". This isn't happening in Safari. Any
    help would be much
    > appreciated. Here is the page I'm working on:
    >
    http://www.csayersdesign.com/achieveIT/pages/company.htm
    >
    >
    Problem is you're doing what a lot of beginners do, trying to
    create a
    page by using one single table and splitting the cells into
    numerous
    cells......that aint going to work as you have found out.
    It doesn't help either that you are allowing Fireworks to
    generate this
    code. When you do that it normally produces fragile code that
    the
    browser tries its best to interpret and a lot of times fails
    The design you're trying to produce is a fairly basic 2
    column table
    which you should ideally set up directly in Dreamweaver.
    A sticking plaster option would be to remove all the elements
    in your
    navigation side bar and merge that column back into one
    single cell. You
    can do that by click-dragging in Dreamweaver then in the
    properties
    inspector where it says 'cell' in the bottom left corner
    click the white
    square icon which will merge all the cells into one.
    The downside to this is that it may upset the fragile code
    created by
    Fireworks and throw your page into even more turmoil.
    If it does work you then need to insert another table (a
    nested table)
    into the cell which you merged back into one. Then put your
    navigation
    buttons into it.
    Tables that are independent of one another cannot interact
    and so you
    create a more stable environment for your design.

  • My apps are not being updated when pressing the update all button. It just says installing and no update is being done., my apps are not being updated when pressing the update all button. It just says installing and no update is being done.

    my apps are not being updated when pressing the update all button. It just says installing and no update is being done., my apps are not being updated when pressing the update all button. It just says installing and no update is being done.

    Must be serious because you have stated the problem 4 times now.
    Here are a number of things that you can try and maybe one of them will help.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Make sure that you do not have a stalled download in iTunes - a song or podcast .... if you have a download in there that did not finish, complete that one first. Only one thing can download at a time on the iPad so that could be what is causing the problem.
    If that doesn't work - sign out of your account, restart the iPad and then sign in again.
    Settings>iTunes & App Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>iTunes & App Store>Sign in and then try to update again. Tap one waiting icon only if necessary to start the download stream.
    You can also try deleting the waiting icons - tap and hold down on an icon until it wiggles - the tap the X on the icon to delete it. Then try to download again.
    You can try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your app preferences and device settings again.
    You can also try going to the App Store, find an app that needs an update, tap on the app icon to bring up the description page, then tap on install that way, rather than using the Update option from the app updates screen.
    And ... You can always install the updates in iTunes on your computer and then sync them to the iPad.

Maybe you are looking for

  • Ipod touch is showing in my computer but not itunes?

    Please help me, i have tunred my laptop and Ipod on and off i have reinstalled a newer version of itunes, i have also tried using different USB ports. It shows my ipod in my computer but not in itunes!

  • Lighning to 30-Pin Connector: iPhone not charging anymore

    My Lightning to 30-Pin Connector doesn't charge my iPhone anymore. Anyone similar problem? Can it be exchanged in the warranty time?

  • Bapi function module  for the transaction VBO2 in 4.6 version

    can u please tell me the how to proceed for the uploading rebate agreement data into transaction VBO2(change rebate agreement) USING the which bapi function module in 4.6c version.

  • Adding a new tab at a specific place

    Hi, can someone help with a tab question. In earlier version of Indesign (CS6) you use to be able to use the 'enter' key to add a new tab at a specific measurement. Example: you start with a tab at 100mm, then you could type 125mm (in the x measureme

  • I cannot add a homemade video to itunes

    I made a video using Windows 8 Movie Maker. Now I want to add it to iTunes library and then burn. I have tried importing and dragging the video but it doesn't appear anywhere in iTunes. What am I doing wrong or is this impossible with Windows 8?