Change header image loaded by jQuery to use HTTPS

My theme contains a parallax header image. How can I change the URL of the header image so that it uses HTTPS? I want to do it manually. Currently the URL is: http://example.com/themes/abc/header.jpg I want to change it to: https://example.com/themes/abc/header.jpg Plugins are not helping me on this specific file (they are converting others). Chrome tells … Read more

Different custom header image on different page

I am now creating a website for my client, this client wants me to make each page of the section of header image able to be easily uploaded by them in wordpress admin panel. This is the code I have in functions.php: add_theme_support( ‘custom-header’ ); $args = array( ‘width’ => 950, ‘height’ => 150, ‘default-image’ … Read more

What to do with unattached logos and header uploaded via native wordpress uploader?

Normally when we sort unattached images, they include logos and header images too. My question is simple. Is there any method to keep header and logos safe from deletion? Is it possible to attach them to a page (eg logo or header page) automatically when uploaded so that they will not appear unattached in media … Read more

Optimal approach for replacing the 8 header images in a child theme?

After creating a child theme which is made of style.css only (base on twentyeleven), the time has come to replace the images. I found this great tip for accomplishing this by hacking the functions in twentyeleven but my main concern is minimizing work after a WordPress update. I thought of simply replacing the images in … Read more