Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-13-2008, 04:31 PM
Pablo163
 
Posts: n/a
Modifying a Template will not update the pages

I have a template that is having problems to update all the pages built with
the template. When I edit > save > Update template used in these files,
everything looks fine- the updates log shows that it has updated 12 of 12
pages, BUT, when I check the pages, they won't have the changes made. Here are
some things that I have being trying:
1. When I created each page based on the template - In the new document log >
page from template, I checked the option "update page when template changes"
2. I tried changing the area that I edited (Menu Botons) to repeat region,
then to editable region, and so on... But the problem persist.
3. I chose modify > Templates > Apply Template to page.... and nothing.
4. I re-read the DW Help, tutorials and watch the adobe videos on this
topic...
If somebody can tell me what I might be doing wrong, I will appreciate your
help

Reply With Quote
  #2 (permalink)  
Old 08-13-2008, 04:33 PM
Alan
 
Posts: n/a
Re: Modifying a Template will not update the pages

first question: Are you uploading the changed local files to the remote
host?

Templates only affect LOCAL files. You have to upload the changed files to
show the changes on the hosted site.

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



Reply With Quote
  #3 (permalink)  
Old 08-13-2008, 06:51 PM
Pablo163
 
Posts: n/a
Re: Modifying a Template will not update the pages

No. I'm not uploading the website yet. Everything is done on my local files
because I want to finish the layout and settings before I upload the website.
Let me ask you: Do you mean that I won't be able to see changes in DW local
files?

Reply With Quote
  #4 (permalink)  
Old 08-13-2008, 06:55 PM
Murray *ACE*
 
Posts: n/a
Re: Modifying a Template will not update the pages

> Do you mean that I won't be able to see changes in DW local
> files?


No, he doesn't mean that.

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). 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


--
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
==================


"Pablo163" <webforumsuser@macromedia.com> wrote in message
news:g7v6v6$rb3$1@forums.macromedia.com...
> No. I'm not uploading the website yet. Everything is done on my local
> files
> because I want to finish the layout and settings before I upload the
> website.
> Let me ask you: Do you mean that I won't be able to see changes in DW
> local
> files?
>


Reply With Quote
  #5 (permalink)  
Old 08-13-2008, 09:32 PM
Pablo163
 
Posts: n/a
Re: Modifying a Template will not update the pages

The region of the template that I'm changing was originally editable region,
but when I was trying to fix the problem, I changed it to repeating region and
also optional region. Since I still have the problem, I'm back to editable
region. Now, I see that a common mistake #4 is having changes in a editable
region. What should I do if I need that region to be editable but at the same
time I need it to be able to make the changes in all the pages related to the
template?

Reply With Quote
  #6 (permalink)  
Old 08-13-2008, 10:09 PM
Alan
 
Posts: n/a
Re: Modifying a Template will not update the pages



> What should I do if I need that region to be editable but at the same
> time I need it to be able to make the changes in all the pages related to the
> template?


The above sentence states two contrary things.

If that area is a locked area in the template, not an editable region, then
to edit it you open the Template, edit it, and the changes propagate to all
the child pages when you save it.

If you need that area to contain different things on different pages, then
it has to an Editable region, so you can alter the section's contents in the
individual pages.

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



Reply With Quote
  #7 (permalink)  
Old 08-14-2008, 01:34 AM
Pablo163
 
Posts: n/a
Re: Modifying a Template will not update the pages

Let me give you a detail example of what I mean. The design has a menu in the
left side made of image/buttons. In the template, they are all in gray color
and I indicated a swap image of the buttons in blue, BUT, I need that area
editable because I want to indicate for the viewers, that they are in a
specific topic when they see a different static blue button on each page while
the other buttons still in gray. Here is a link of one website (nott mine) with
a side menu similar to what I want: http://www.cdhcpa.com/about_us/
I originally tried to do this with code and with Spry, but It looks different
in every browser, specially IE and I already spend too many weeks trying to
solve code problems - its a Nightmare, thats why I'm doing the buttons with
images....

Reply With Quote
  #8 (permalink)  
Old 08-14-2008, 01:46 AM
Alan
 
Posts: n/a
Re: Modifying a Template will not update the pages



> BUT, I need that area
> editable because I want to indicate for the viewers, that they are in a
> specific topic when they see a different static blue button on each page


You can do that with css or javascript that is outside of that area, in an
editable section in the document's head for example.

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



Reply With Quote
  #9 (permalink)  
Old 08-14-2008, 02:35 PM
Pablo163
 
Posts: n/a
Re: Modifying a Template will not update the pages

Since I originally tried to do this with CSS and could not do it... and the way
I'm doing it now (manually with swap images) seems to be impossible, I think
that my next questions should be:
1. Is there's a step by step instruction about this somewhere? I already read
DW help, a tutorial and DW videos, but did not found solution to this specific
task.
2. Do you know if there's a service in which people could send a project
with an specific problem and we pay for the fix, so we can continue with the
rest. In my case after many weeks on this, I'm burn out....and very
frustrated....

Reply With Quote
  #10 (permalink)  
Old 08-14-2008, 02:43 PM
Murray *ACE*
 
Posts: n/a
Re: Modifying a Template will not update the pages

> 2. Do you know if there's a service in which people could send a project
> with an specific problem and we pay for the fix, so we can continue with
> the
> rest. In my case after many weeks on this, I'm burn out....and very
> frustrated....
>


You can contact me offlist if you'd like to discuss a contract to complete
this project - please use "forums at great-web-sights.com" as an email
address (please replace the " at " with "@").

> Since I originally tried to do this with CSS and could not do it... and
> the way
> I'm doing it now (manually with swap images) seems to be impossible


The thread has actually touched on several different things - can you
describe what specific thing you are referring to here, please? And if it's
the issue where you want to indicate to the user which button they just
clicked on to get to the current page, that is done very simply using CSS.
As we have been saying all along, we need to see your page's code to make
specific suggestions to you.

--
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
==================


"Pablo163" <webforumsuser@macromedia.com> wrote in message
news:g81ca5$auc$1@forums.macromedia.com...
> Since I originally tried to do this with CSS and could not do it... and
> the way
> I'm doing it now (manually with swap images) seems to be impossible, I
> think
> that my next questions should be:
> 1. Is there's a step by step instruction about this somewhere? I already
> read
> DW help, a tutorial and DW videos, but did not found solution to this
> specific
> task.
> 2. Do you know if there's a service in which people could send a project
> with an specific problem and we pay for the fix, so we can continue with
> the
> rest. In my case after many weeks on this, I'm burn out....and very
> frustrated....
>


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:48 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Credit Card Consolidation | Internet Advertising | Jigsaw | Investing | Electricity Suppliers



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114