Hey guys. Hopefully you can answer this question. I have been using relative paths on my images. These images show fine until I arrive at a “https://secure1.nitrosell.com/*” page. The image giving me an issue now is a PNG image that is coded into the ‘Navigation’ template. It is the logo for our mobile site…
Here is the kicker though, the same exact path is used for the desktop logo (coded into the ‘Header’ template), and it displays fine. What can I do to “push” this image file to the secure server?
I’ll rephrase my question:
After looking into this issue more, for some reason, the logo coded into the “Header” template is pointing to “/ws4301-4323.staging.nitrosell.com/img/logo.png” and the image in the “Navigation Panel” is pointing to “/img/logo-mobile.png”.
Both images are coded as relative paths in the templates:
/img/logo(-mobile).png
Why is the image in the header template assuming “/ws4301-4323.staging.nitrosell.com” in front of a relative image path? I have never seen this behaviour before. Does your framework adjust image URLs upon compiling? If so, shouldn’t the changing of the URLs take place in all templates?