The problem may well be your graphics, but we'll need to see the site to know for sure.
The exact error message you're seeing in Firefox would help, too.
The problem may well be your graphics, but we'll need to see the site to know for sure.
The exact error message you're seeing in Firefox would help, too.
Yep you have hardcoded http:// image links for your twitter icon your youtube icon and you facebook icon as well as your site header logo
<img src="http://www gotvapes com/images/gvtv.png" height="118" width="140" ></a>
I am guessing you have hardcoded the header logo into the file?
try changing it to this
<img src="/images/gvtv.png" height="118" width="140" ></a>
and see if it works
as for the twitter icons etc, do the same thing
from
<img src="http://www gotvapes com/images/facebook_icon.png" height="49" width="49" >
to
<img src="/images/facebook_icon.png" height="49" width="49" >
Webzings Design
Semi retired from Web Design
Thanks guys...I am changing the links and so far still get this. I am thinking the logo in the header might be the culprit because when I do a view source it shows as hard coded with a http but all I did was upload over the templates logo.gif file in the proper folder.
Daniel
http://www.GotVapes.com
The images IE has an issue with are the SSL certificate image and the Linkpoint image, both in the footer, and everything in the Twitter sidebox.
Of course there is the tutorial page that explains this
https://www.zen-cart.com/tutorials/i...hp?article=150
Webzings Design
Semi retired from Web Design