Custom Footer isn't showing correctly in Chrome and Safari
Hi there,
I have built a custom footer using BeTheme's template plugin. The footer shows correctly in Firefox, but when I visit my website in Chrome or Safari it doesn't show correctly.
The background image is missing and the buttons loses its style.
Here's the link: https://p5pariha0.nz.w3pcloud.com/ - please visit it in both Firefox and Chrome or Safari.
I have also attached the footer comparisons and screenshots.
Comments
Hi,
I have checked your website with Firefox and Chrome, and it looks the same.
There is a possibility that your website changes the URL from http to https, which is incorrect, generates a mixed content error, and styles are not loaded correctly.
Your htaccess can redirect your website to http, so you should edit it and change it to https.
https://www.freecodecamp.org/news/how-to-redirect-http-to-https-using-htaccess/
Best regards