Tagged: background image, color section
-
AuthorPosts
-
January 7, 2020 at 9:12 am #1170964
Hi guys,
I’ve recently saw that some images that was once been as background to some color sections appear on the back but no on front end.
Thanks!- This topic was modified 4 years, 10 months ago by mooshonov.
January 7, 2020 at 11:48 am #1171003Hey mooshonov,
Thank you for using Enfold.
The image url is still set to http, so the browser blocks it. Please change it to https.
Loading mixed (insecure) display content “http://site.co.il/wp-content/uploads/2017/05/V-RAY-ISRAEL2-400x81.png” on a secure page
Best regards,
IsmaelJanuary 7, 2020 at 7:14 pm #1171145Thank you Ismael!
That’s has been corrected to https.
However it’s still not loading the Color Section image as it did before.
There wasn’t any change made to those images.
Would be happy for your assistance.
Thanks again.January 8, 2020 at 7:38 am #1171339Hi,
Thank you for the update.
Looks like the background image of the start section is incorrect. It’s an svg file.
background-repeat: no-repeat;
background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20500%20300%22%3E%3C/svg%3E);
background-attachment: scroll;
background-position: center center;Is that the correct URL? Please try to set the background image again.
Best regards,
IsmaelJanuary 8, 2020 at 8:39 am #1171346Thanks you. I did that, and the image is shown in the editor but pitch black on front end. I also double checked for https URL.
It came out of nowhere really.January 8, 2020 at 1:52 pm #1171433Hi,
Alright. Thank you for following up. Please post the login details in the private field and then we’ll inspect the site. Make sure that the Appearance > Editor panel is accessible so that we can edit the files if necessary.
Best regards,
IsmaelJanuary 26, 2020 at 10:29 am #1178474This reply has been marked as private.January 27, 2020 at 9:03 am #1178603Hi,
Thank you for the info.
We get a forbidden error when we try to access the login page. What is the correct URL?
Best regards,
IsmaelJanuary 27, 2020 at 9:05 am #1178605This reply has been marked as private.January 27, 2020 at 9:38 am #1178618Hi,
We don’t think that’s the problem. We can’t even access the login page because it returns a forbidden error. What is the login URL? Did you change it?
Best regards,
IsmaelJanuary 27, 2020 at 4:53 pm #1178739This reply has been marked as private.January 28, 2020 at 8:17 am #1178891Hi,
Thanks for that, but I get the same problem as Ismael; 403 error forbidden, that means we can’t access the login page.
Best regards,
RikardJanuary 28, 2020 at 9:17 am #1178910This reply has been marked as private.January 28, 2020 at 1:06 pm #1178986This reply has been marked as private.January 28, 2020 at 1:23 pm #1178992Found the issue!!
It was Autoptimize : Image optimization
Everything is fine now.
Thanks a lot for your assistanceJanuary 29, 2020 at 6:07 am #1179281Hi,
Great, I’m glad that you found the problem and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 7, 2023 at 11:40 pm #1409923Hi there,
I have the same problem, the background image of a color section is not working. Surprising is not working only in english language in my site. I have tried these and others solutions and it does not work yet.
June 8, 2023 at 12:27 pm #1409972Hi Xiscoj,
Are you using a child theme? if yes, please add this PHP Snippet in your child theme’s functions.php, if you don’t have one, then you can use a plugin called WPCode – Insert Headers and Footers and insert it as a PHP Snippet:
function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
I hope it helps.
Best regards,
NikkoJune 12, 2023 at 9:32 am #1410311Hey Nikko,
Did that and it does not work. Maybe I did not include it properly as I had to use that plugin and did not use it before.
June 14, 2023 at 1:54 am #1410533Hi Xiscoj,
Can you create a new thread and then please include a temporary admin access? so we can check on it further.
Just post the credentials in private content. (New thread is required since the thread creator can see private content as well).Best regards,
NikkoJune 14, 2023 at 3:48 pm #1410598Ok, close this thread please.
-
AuthorPosts
- The topic ‘Color Section Won't Display Background Image’ is closed to new replies.