Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author WEN Themes

    (@wenthemes)

    Hi Niel,

    1. Actually, the header image function is from WordPress Core and it outputs the inline CSS in header as below:

    <style id='education-hub-style-inline-css' type='text/css'>
    #masthead{ 
        background-image: url("https://study-ccna.com/wp-content/uploads/study-ccna.webp");
        background-repeat: no-repeat;
        background-position: center center;
    </style>

    But you are using some cache plugin, maybe “Breeze” plugin which has combine CSS and added in the file https://603168-1953132-raikfcquaxqncofqfm.stackpathdns.com/wp-content/cache/breeze-minification/css/breeze_fd41376b2e81a940e251994bb407dfaf.css

    2. The font file you have show in from the Elementor plugin. The link you have pasted here is the path itself.

    So, you can send those to your CDN team.

    • This reply was modified 3 years, 5 months ago by WEN Themes.
    Thread Starter sheeptest

    (@sheeptest)

    Thanks again for your help, much appreciated!

    Thread Starter sheeptest

    (@sheeptest)

    Hi,

    Is there a way I can edit it to change it to this instead? (So it will be served by my CDN rather than directly from the server).

    <style id='education-hub-style-inline-css' type='text/css'>
    #masthead{ 
        background-image: url("https://603168-1953132-raikfcquaxqncofqfm.stackpathdns.com/wp-content/uploads/study-ccna.webp");
        background-repeat: no-repeat;
        background-position: center center;
    </style>

    Thanks!
    Neil

    Theme Author WEN Themes

    (@wenthemes)

    For that, you need to build child theme and add it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reply to https://themepalace.com/topic/header-image-not-served-by-cdn/’ is closed to new replies.