The background image not visible

GK User
Sat Mar 09, 2013 8:27 pm
Please, could you tell me why I don't see he background image??
http://keloniamenus.com/

Thanks a lot
User avatar
Gold Boarder

GK User
Sat Mar 09, 2013 8:44 pm
Your defined background is missing itself in below location, check to make sure it does exists.

/templates/images/style1/fonsfustakelonia1.jpg

See you around...
User avatar
Platinum Boarder

GK User
Sat Mar 09, 2013 8:52 pm
Yes, it is...
User avatar
Gold Boarder

GK User
Sat Mar 09, 2013 8:57 pm
User avatar
Platinum Boarder

GK User
Sat Mar 09, 2013 10:57 pm
I don't understand. The image is in the folder...
User avatar
Gold Boarder

GK User
Sat Mar 09, 2013 11:17 pm
As you can see folder path is wrong.

Your file is in
/templates/gk_boutique/images/style1/fonsfustakelonia1.jpg

CSS is looking for
/templates/images/style1/fonsfustakelonia1.jpg

So change your code in override.css to match
/templates/gk_boutique/images/style1/fonsfustakelonia1.jpg


See you around...
User avatar
Platinum Boarder

GK User
Sun Mar 10, 2013 10:44 am
Sorry, it's true.Thanks a lot and apology...
hehe
User avatar
Gold Boarder

GK User
Sun Mar 10, 2013 10:49 am
Hi, when a new user wants to register I have this message again:

Could not open socket

Why??

Thanks a lot.
User avatar
Gold Boarder

GK User
Sun Mar 10, 2013 12:53 pm
Hi, I think it's rigthy now.
I change the code in /public_html/plugins/captcha/recaptcha/recaptcha.php
on or around line 189:
if (($fs = @fsockopen($host, $port, $errno, $errstr, 10)) == false )
by
Code:

if (($fs = @fsockopen(gethostbyname($host), $port, $errno, $errstr, 10)) ==
false )
Thanks.
User avatar
Gold Boarder

GK User
Tue Mar 12, 2013 11:42 am
Glad to know its all fixed now, if you need further help please open a new topic so others can benefit from fixes :)

See you around...
User avatar
Platinum Boarder


cron