not loading header
If you are planning to organize any conference or festival, there are many ways to get help via our forum.
- GK User
- Tue Mar 10, 2015 8:56 am
i could upload and change the header image without a problm until yesterday. But now i cant... Actually the header image (i tried both jpg and png and the size is 213 kb, dimentions 2557 × 838) can be uploaded and then i save it as u can see on the first picture attached. but when i go to frontend, it is not there and the bckgroung is empty.... when i go back to dashboard/appearances/customize the image that i uploaded and saved is previouslt uploaded one. the current header place is blank. i redo the uploading but still the same result.... plus i put the picture on ftp as well...
what can be the reason of this problem?
what can be the reason of this problem?
-
- Senior Boarder
- GK User
- Tue Mar 10, 2015 10:59 am
Hello,
No you are using this image:
http://itef.kalemkultur.com/wp-content/ ... r_tr_4.png
as your header and unfortunately i can't be found on your server (it was removed probably).
Send me a PM with backend and FTP access and I"ll be able to check the issue exactly.
No you are using this image:
http://itef.kalemkultur.com/wp-content/ ... r_tr_4.png
as your header and unfortunately i can't be found on your server (it was removed probably).
Send me a PM with backend and FTP access and I"ll be able to check the issue exactly.
-
- Moderator
- GK User
- Tue Mar 10, 2015 11:07 am
i keep uplading and deleting it.... now i uploaded a jpg version to ftp as well. but st,ll the same. i also send pm
-
- Senior Boarder
- GK User
- Wed Jan 06, 2016 9:51 pm
I used to have problems with uploading new header image to my theme. It was solved and you told me to add the url of the image to edit css, inside these lines:
div {
background: url(img_flwr.jpg);
background-size: 2560px 838px;
background-repeat: no-repeat;
}
#gk-header-mod {
/*
background-image: url('http://itef.kalemkultur.com/wp-content/uploads/2016/01/bg1.png') !important;
background-size: cover;
*/
}
I did but still I cant cahnge the header image. What can be the problem?
div {
background: url(img_flwr.jpg);
background-size: 2560px 838px;
background-repeat: no-repeat;
}
#gk-header-mod {
/*
background-image: url('http://itef.kalemkultur.com/wp-content/uploads/2016/01/bg1.png') !important;
background-size: cover;
*/
}
I did but still I cant cahnge the header image. What can be the problem?
-
- Senior Boarder
- GK User
- Wed Jan 06, 2016 10:56 pm
I don't understand, it's enough to add the following css code to your override.css file:
- Code: Select all
#gk-header-mod {
background-image: url('http://itef.kalemkultur.com/wp-content/uploads/2016/01/bg1.png') !important
}
-
- Moderator
- GK User
- Thu Jan 07, 2016 2:54 pm
I copied and added the code line you wrote, it worked while it didnt work with the previous one.... I dont know what is the differerence between these code lines but my problem is solved. Thanks....
-
- Senior Boarder
6 posts
• Page 1 of 1