Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #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.
    #1171003

    Hey 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,
    Ismael

    #1171145

    Thank 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.

    #1171339

    Hi,

    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,
    Ismael

    #1171346

    Thanks 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.

    #1171433

    Hi,

    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,
    Ismael

    #1178474
    This reply has been marked as private.
    #1178603

    Hi,

    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,
    Ismael

    #1178605
    This reply has been marked as private.
    #1178618

    Hi,

    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,
    Ismael

    #1178739
    This reply has been marked as private.
    #1178891

    Hi,

    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,
    Rikard

    #1178910
    This reply has been marked as private.
    #1178986
    This reply has been marked as private.
    #1178992

    Found the issue!!
    It was Autoptimize : Image optimization
    Everything is fine now.
    Thanks a lot for your assistance

    #1179281

    Hi,

    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,
    Rikard

    #1409923

    Hi 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.

    #1409972

    Hi 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,
    Nikko

    #1410311

    Hey 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.

    #1410533

    Hi 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,
    Nikko

    #1410598

    Ok, close this thread please.

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Color Section Won't Display Background Image’ is closed to new replies.