Code: Select all
Open style sheets and change image calls:
old url(uploads/folder/image.jpg)
new url([[root_url]]/uploads/folder/image.jpg)
Code: Select all
Open style sheets and change image calls:
old url(uploads/folder/image.jpg)
new url([[root_url]]/uploads/folder/image.jpg)
staartmees wrote:did you clear the websitecache after the upgrade?
Code: Select all
Warning: Parameter template is not known by module CartMadeSimple dropped in /mysite.com/public_html/lib/misc.functions.php on line 1411
Code: Select all
.searchform form {
background: transparent;
border: none;
margin: 0; padding: 0;
}
Code: Select all
form {
margin:10px; padding: 0;
border: 1px solid #f2f2f2;
background-color: #FAFAFA;
}