[ad_1]
Hello Everyone,
Recently, I was trying to build a website on wordpress. Originally, the hosting have no SSL certificate so I used a plugin to apply a SSL certificate for some experiment purposes.
Now when I visit this site over HTTPS, it does not deliver the content of hero slider while it works perfectly on HTTP protocol. So I am wondering that how HTTPS and HTTP plays a role in content delivery?
Check the website:
[http://excellentsociety.in])To reproduce the issue, visit:
[https://excellentsociety.in]) [ad_2]
This is a common issue when implementing SSL after building a site. WP uses mostly absolute URLs, which need to be converted when using https. To do that, install a plugin called Better Search Replace. Run it to convert your site’s links from http to https.