-
1. Re: Links won't refresh.
Nancy OShea Jul 28, 2012 3:29 PM (in response to Ivy54)This is how most browsers work. They cache pages to improve performance. Try using a different browser.
Nancy O.
-
2. Re: Links won't refresh.
Ivy54 Jul 28, 2012 3:41 PM (in response to Nancy OShea)No, I really feel like something's wrong. If I go to this page on the site : http://www.iewaterkeeper.org/research.html and I click on one of the links, all the links change color to show that that one link has been visited. Can you think of what else it might be?
-
3. Re: Links won't refresh.
John Waller Jul 28, 2012 3:49 PM (in response to Ivy54)Probably not related but try validating the code.
There's one too many closing div tags
-
4. Re: Links won't refresh.
Ivy54 Jul 28, 2012 3:51 PM (in response to John Waller)That's amazing. I'll make the corrections and write you guys back to tell you the results. Thanks.
-
5. Re: Links won't refresh.
Ivy54 Jul 28, 2012 4:13 PM (in response to Ivy54)I deleted the extra div's in my template but it won't update the other pages. Does that mean that I have to start from scratch to recreate each page from the new template?
-
6. Re: Links won't refresh.
John Waller Jul 28, 2012 4:17 PM (in response to Ivy54)Ivy54 wrote:
I deleted the extra div's in my template but it won't update the other pages.
What happens when you try?
Any error messages?
-
7. Re: Links won't refresh.
Ivy54 Jul 28, 2012 4:28 PM (in response to John Waller)No, no error messages. Nothing happens.
-
8. Re: Links won't refresh.
John Waller Jul 28, 2012 4:37 PM (in response to Ivy54)If the Template and the Child pages are correctly set up then the update should work.
If nothing happens, then something's wrong with either the Template itself or the set up between Template and Child pages.
Does a Template update usually flow to the Child pages OK or is this the first time?
-
9. Re: Links won't refresh.
Ivy54 Jul 28, 2012 4:48 PM (in response to John Waller)This is the first time nothing happened. Normally it updates.
-
10. Re: Links won't refresh.
John Waller Jul 28, 2012 5:01 PM (in response to Ivy54)Template not updating child pages is really a secondary issue to resolve.
Still don't know if it's related to the original issue of the links.
-
11. Re: Links won't refresh.
Ivy54 Jul 28, 2012 5:08 PM (in response to John Waller)When I need to update the font link colors, it updated everything.
Here's the code to the dwt. I erased the two ending </div's> tags. After that it woudn't work. I guess I should start from scratch.
<!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" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Inland Empire Waterkeeper</title>
<!-- TemplateEndEditable -->
<link href="../_css/styles.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">
body,td,th {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}
body {
background-color: #FFFFFF;
background-image: url();
background-repeat: repeat;
margin: auto;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align: justify;
}
h1 {
font-size: 22px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h2 {
font-size: 20px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h3 {
font-size: 18px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h4 {
font-size: 18px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h5 {
font-size: 16px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h6 {
font-size: 14px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
p {
margin-top: 0;
margin-bottom: 0;
text-align: justify;
color: #5D5D5D;
}
a:link {
color: #006699;
}
a:visited {
color: #009999;
}
a:hover {
color: #0000CC;
}
a:active {
color: #006666;
}
</style>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body bgcolor="#f4f3f3">
<div class="containerlayout1">
<div class="header"><!-- TemplateBeginEditable name="header" --><img src="../_images/banner1.jpg" width="933" height="300" alt="Inland Empire Waterkeeper" /><!-- TemplateEndEditable --></div>
<div class="menubar">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html" class="MenuBarItemSubmenu">Home</a>
<ul>
<li><a href="mission.html" class="MenuBarItemSubmenu">About Us</a>
<ul>
<li><a href="../mission.html">Our Mission</a></li>
<li><a href="../history.html">Our History</a></li>
<li><a href="../community.html">Our Community</a></li>
</ul>
</li>
<li><a href="staff.html" class="MenuBarItemSubmenu">Our Team</a>
<ul>
<li><a href="../staff.html">Staff</a></li>
<li><a href="../supporters.html">Supporters</a></li>
<li><a href="../advisoryboard.html">Advisory Board</a></li>
</ul>
</li>
<li><a href="../coastkeeper.html">Coastkeeper</a></li>
</ul>
</li>
<li><a href="projects.html" class="MenuBarItemSubmenu">What We Do</a>
<ul>
<li><a href="research.html" class="MenuBarItemSubmenu">Programs</a>
<ul>
<li><a href="../advocacy.html">Advocacy</a></li>
<li><a href="../education.html">Education</a></li>
<li><a href="../research.html">Research</a></li>
<li><a href="../restoration.html">Restoration</a></li>
<li><a href="../enforcement.html">Enforcement</a></li>
</ul>
</li>
<li><a href="projects.html">Projects</a></li>
<li><a href="../datareports.html">Data & Reports</a></li>
</ul>
</li>
<li><a href="volunteer.html" class="MenuBarItemSubmenu">Get Involved</a>
<ul>
<li><a href="../volunteer.html">Volunteer</a></li>
<li><a href="../employment.html">Employment</a></li>
<li><a href="../events.html">Events & Meetings</a></li>
<li><a href="../donate.html">Donate</a></li>
</ul>
</li>
<li><a href="pressreleases.html" class="MenuBarItemSubmenu">News Room</a>
<ul>
<li><a href="pressreleases.html">In the News and Press Releases</a></li>
<li><a href="../legislation.html">Legislative Updates</a></li>
<li><a href="../waternews.html">Water in the News</a></li>
</ul>
</li>
<li><a href="reportpollution.html" class="MenuBarItemSubmenu">Resources</a>
<ul>
<li><a href="#" class="MenuBarItemSubmenu">Information</a>
<ul>
<li><a href="../watershed.html">Our Watershed</a></li>
<li><a href="../reportpollution.html">Report Pollution</a></li>
</ul>
</li>
<li><a href="photogallery.html">Photo Gallery</a></li>
</ul>
</li>
<li><a href="../contact.html">Contact Us</a></li>
</ul>
</div>
<div class="layout1"><!-- TemplateBeginEditable name="content" -->
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!-- TemplateEndEditable -->
</div>
<div class="layout1footer"><!-- TemplateBeginEditable name="layout1footer" --><img src="../_images/footer_transparent1.png" width="933" height="100" /><!-- TemplateEndEditable --></div>
</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
-
12. Re: Links won't refresh.
Ivy54 Jul 28, 2012 5:12 PM (in response to Ivy54)I actually made a mistake.
Here's the right code for the dwt:
<!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" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Inland Empire Waterkeeper</title>
<!-- TemplateEndEditable -->
<link href="../_css/styles.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">
body,td,th {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}
body {
background-color: #FFFFFF;
background-image: url();
background-repeat: repeat;
margin: auto;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align: justify;
}
h1 {
font-size: 22px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h2 {
font-size: 20px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h3 {
font-size: 18px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h4 {
font-size: 18px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h5 {
font-size: 16px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
h6 {
font-size: 14px;
color: #666666;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
p {
margin-top: 0;
margin-bottom: 0;
text-align: justify;
color: #5D5D5D;
}
a:link {
color: #006699;
}
a:visited {
color: #009999;
}
a:hover {
color: #0000CC;
}
a:active {
color: #006666;
}
</style>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body bgcolor="#f4f3f3">
<div class="containerlayout1">
<div class="header"><!-- TemplateBeginEditable name="header" --><img src="../_images/banner1.jpg" width="933" height="300" alt="Inland Empire Waterkeeper" /><!-- TemplateEndEditable --></div>
<div class="menubar">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html" class="MenuBarItemSubmenu">Home</a>
<ul>
<li><a href="mission.html" class="MenuBarItemSubmenu">About Us</a>
<ul>
<li><a href="../mission.html">Our Mission</a></li>
<li><a href="../history.html">Our History</a></li>
<li><a href="../community.html">Our Community</a></li>
</ul>
</li>
<li><a href="staff.html" class="MenuBarItemSubmenu">Our Team</a>
<ul>
<li><a href="../staff.html">Staff</a></li>
<li><a href="../supporters.html">Supporters</a></li>
<li><a href="../advisoryboard.html">Advisory Board</a></li>
</ul>
</li>
<li><a href="../coastkeeper.html">Coastkeeper</a></li>
</ul>
</li>
<li><a href="projects.html" class="MenuBarItemSubmenu">What We Do</a>
<ul>
<li><a href="research.html" class="MenuBarItemSubmenu">Programs</a>
<ul>
<li><a href="../advocacy.html">Advocacy</a></li>
<li><a href="../education.html">Education</a></li>
<li><a href="../research.html">Research</a></li>
<li><a href="../restoration.html">Restoration</a></li>
<li><a href="../enforcement.html">Enforcement</a></li>
</ul>
</li>
<li><a href="projects.html">Projects</a></li>
<li><a href="../datareports.html">Data & Reports</a></li>
</ul>
</li>
<li><a href="volunteer.html" class="MenuBarItemSubmenu">Get Involved</a>
<ul>
<li><a href="../volunteer.html">Volunteer</a></li>
<li><a href="../employment.html">Employment</a></li>
<li><a href="../events.html">Events & Meetings</a></li>
<li><a href="../donate.html">Donate</a></li>
</ul>
</li>
<li><a href="pressreleases.html" class="MenuBarItemSubmenu">News Room</a>
<ul>
<li><a href="pressreleases.html">In the News and Press Releases</a></li>
<li><a href="../legislation.html">Legislative Updates</a></li>
<li><a href="../waternews.html">Water in the News</a></li>
</ul>
</li>
<li><a href="reportpollution.html" class="MenuBarItemSubmenu">Resources</a>
<ul>
<li><a href="#" class="MenuBarItemSubmenu">Information</a>
<ul>
<li><a href="../watershed.html">Our Watershed</a></li>
<li><a href="../reportpollution.html">Report Pollution</a></li>
</ul>
</li>
<li><a href="photogallery.html">Photo Gallery</a></li>
</ul>
</li>
<li><a href="../contact.html">Contact Us</a></li>
</ul>
</div>
<div class="layout1"><!-- TemplateBeginEditable name="content" -->
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!-- TemplateEndEditable -->
<div class="layout1footer"><!-- TemplateBeginEditable name="layout1footer" --><img src="../_images/footer_transparent1.png" width="933" height="100" /><!-- TemplateEndEditable --></div>
</div>
</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
-
13. Re: Links won't refresh.
Ivy54 Jul 30, 2012 2:43 PM (in response to John Waller)I actually got the template to update the child pages by going to Modify > Templates > Update Pages.