Hi all,
I thought I could escape from this ongoing issue we are having with 3.20.6 issue but no luck of that
What we seeing is when a maintainer edit a page and goes back to view the changes on the live public site the site menu completely disappears majority of the time, to overcome this problem they have to go and clear the squid cache from the admin interface, for it to appear in the live public site, this never seemed to have occured in the older version of 3.12, just wondering whether others are having the same issue out there and if so how they overcame this.
Could this be a caching bug issue or some loose connections.
I am lost for answers therefore need your outside assistance.
:rolleyes:’ /> <img src=‘http://forums.matrix.squiz.net/public/style_emoticons/<#EMO_DIR#>/rolleyes.gif’ class=‘bbc_emoticon’ alt=’:rolleyes:
Can you check to see if it's not a css issue? Just to rule it out.
[quote]
Can you check to see if it's not a css issue? Just to rule it out.
[/quote]
I don't believe its a css issue, because the css code i have pasted below has being used for the last four years with older verisons.
/* @group template styles */
#top {
background-image: url("http://xxxxxxx/xxxx/xxxx/image/xxxx/xxxxxx/xxxxx.jpg");
}
.accent {
background-color: #878c73;
}
div.topofpage {
padding-top: 24px;
}
/* @end */
/* @group its-sidebar */
#content #its-sidebar, #content #related-information {
float: right;
clear: right;
width: 200px;
margin:0 18px 12px 6px;
padding: 4px 6px;
font-size: 12px;
background-color: #dec;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border: 2px solid #d0e0c0;
}
#content #related-information {
background-color: #f4f4e7;
border: 2px solid #ecede2;
}
#content #its-sidebar h2, #content #related-information h3 {
font-size: 18px;
margin: 0 0 4px 0;
color: #554;
}
#content #its-sidebar ul, #content #related-information ul {
margin: 0;
padding: 0;
list-style: none;
}
#content #its-sidebar li, #content #related-information li {
list-style: none;
margin: 0;
padding: 0 0 4px 10px;
background-image:url(http://www.unimelb.edu.au/template-assets/07/images/tiny_olive_arrow.png);
background-position:0px 4px;
background-repeat:no-repeat;
}
#related-information img {
border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
}
#related-information p {
color: #554;
}
#its-sidebar #site-search {
border-top: 1px dotted #cca;
}
#its-sidebar #site-search #searchtext {
width: 130px;
margin-right: 10px;
}
#content #its-sidebar p {
margin-right: 0;
}
#its-sidebar .phone-prefix {
color:#554;
}
/* @end */
/* @group news */
.news-updated {
font-size: 90%;
color: #999;
}
.news-summary {
font-size: 110%;
font-style: italic;
font-family: Georgia, times, serif;
color: #567;
margin-bottom: 1em;
}
.news-meta {
margin-top: 1em;
font-style: italic;
}
#news-listing ul {
margin: 0;
list-style: none;
padding: 0;
}
#news-listing li {
margin: 0;
list-style: none;
padding: 0 0 6px;
border-top: 1px solid #ccc;
}
#news-listing .news-summary {
margin-left: 1em;
}
/* @end */
/* @group pager */
.pager {
color:#666;
margin-top: 12px;
border-top: 1px solid #ccc;
}
/* @end */
B)