Ceecee
Member
Posted 9 months ago #
I've had this theme for about 4 months. I've done the necessary updates as recommended. My problem is w/ the footer background image in the Raindrops option category. I had a custom footer image before, but recently I noticed that it somehow defaulted on its own to a generic background color. I tried to upload the image i used previously but i keep getting this error message:
"updated image/pjpeg is not permitted filetype.image/png,image/jpeg,image/jpg,image/gif fail"
I've never had a problem with the footer image before,why can't i use it again? This is my site:
http://www.galliinsurance.com
Thanks!
http://wordpress.org/extend/themes/raindrops/
The theme may have updated, leaving your once compatible file type now incompatible within the list specified.
image/png,image/jpeg,image/jpg,image/gif
Ceecee
Member
Posted 9 months ago #
I updated the theme today and it still isn't fixing the problem. I don't know what file type to use in place of the ones specified.
Do you know which file type you're using at the moment?
Ceecee
Member
Posted 9 months ago #
I'm using .jpg & it's what i've always used. i don't know what file type to use now?
From the error message, it looks as though there's a grammatical error in the file extention,
instead of .jpg, it is .pjpg
Maybe you can try creating this image again and saving it as .jpg, or perhaps simply rename the file?
Gitominoti
Member
Posted 9 months ago #
Find the .css file that has your footer styles in it. Change:
background: #colour; /* replace colour with the hex code */
To:
background-image:url(images/footer-bg.jpg) repeat; /* replace footer-bg.jpg with your filename*/
Ceecee
Member
Posted 9 months ago #
the file i loaded originally was .jpg only. but i went on ahead & did a new image, made sure the file was named .jpg, uploaded it, but it still won't load & i'm getting the same error message & it only allows a default background.