Problems with Stingray sites/all/themes/stingray/images/background.png
Hello,
i turned own drupals statistics and found something amazing.
At admin/reports/page-not-found my topscorer is:
sites/all/themes/stingray/images/background.png
There are lots of problems to load the page??
Why does that happen????
Watch my site (i use your stingray theme):
http://www.stillgruppen.de
Its also very slowly... Is this a stingray problem???
Thank you very much for your help.
Thanx
Tags:
Hello,
i turned own drupals statistics and found something amazing.
At admin/reports/page-not-found my topscorer is:
sites/all/themes/stingray/images/background.png
There are lots of problems to load the page??
Why does that happen????
Watch my site (i use your stingray theme):
http://www.stillgruppen.de
Its also very slowly... Is this a stingray problem???
Thank you very much for your help.
Thanx
Hi,
You can fix the background error in the stylesheet you're using (style1.css or whichever it is you're using). There's a reference to a file that doesn't exist, a leftover from the development stage. You'll see on approx line 391:
#primary-links ul li a {
display: block;
margin: 0 1px 0 0;
padding: 0 10px;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
background: url(../images/background.png);
}
You need to cut out the "background: url(../images/background.png);" and resave the file.
The speed of the site may be due to the site's memory - certain modules like the display block and imagecache require a bit more memory to run smoothly. You can try increasing the memory limit using your php.ini file on the server if your host allows it.



