images at mainbody

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Mar 19, 2013 12:13 pm
Reply with quote
Report this post
Hi,
the Images at mainbody of the quickstart had desappeared!
I'd changed the icons but now there's no one image.
How could I fix them??

Thanks a lot.

http://s365430443.mialojamiento.es/guiakemen
User avatar
Gold Boarder

GK User
Wed Mar 20, 2013 11:50 pm
Reply with quote
Report this post
Hi, because URL of your image included in css are wrong (style1.css file):

Code: Select all
.gkRocket {
    background-image: url("../../images/style1/gkrocket.png");
}


Change to:

Code: Select all
.gkRocket {
    background-image: url("../images/style1/gkrocket.png");
}


You've added to much "../" this same with .gkCrop etc.
User avatar
Platinum Boarder


cron