bubbasplitshot Posted November 25, 2004 Posted November 25, 2004 Dang! I had this fixed or at least the message had stopped popping up on me... but I can't recall how I did it! dooh. What I do recall is it didn't require me to have every item on the page be https: ... help?
ozcsys Posted November 25, 2004 Posted November 25, 2004 Dang! I had this fixed or at least the message had stopped popping up on me... but I can't recall how I did it! dooh. What I do recall is it didn't require me to have every item on the page be https: ... help? <{POST_SNAPBACK}> Usually it is caused by a link outside your store. Check your images, banners etc. You should be able to click no when asked if you want to display the unsecure images and see what is missing. If you cannot find it post a url The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
bubbasplitshot Posted December 8, 2004 Author Posted December 8, 2004 Usually it is caused by a link outside your store. Check your images, banners etc. You should be able to click no when asked if you want to display the unsecure images and see what is missing. If you cannot find it post a url <{POST_SNAPBACK}> Thanks! I found the culprit, it was a stats tracking javascript insert I put in the footer. Can someone tell me how I could make this conditional so it does not display on https pages?: <!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --> <script type="text/javascript" language="JavaScript">var site="s11xxxxx"</script> <script type="text/javascript" language="JavaScript1.2" src="http://s11.sitemeter.com/js/counter.js?site=s11xxxxx"> </script> <noscript> <a href="http://s11.sitemeter.com/stats.asp?site=s11xxxxx" target="_top"> <img src="http://s11.sitemeter.com/meter.asp?site=s11xxxxx" alt="Site Meter" border="0"/></a> </noscript> <!-- Copyright ©2002 Site Meter -->
boxtel Posted December 8, 2004 Posted December 8, 2004 Thanks! I found the culprit, it was a stats tracking javascript insert I put in the footer. Can someone tell me how I could make this conditional so it does not display on https pages?: <!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --> <script type="text/javascript" language="JavaScript">var site="s11xxxxx"</script> <script type="text/javascript" language="JavaScript1.2" src="http://s11.sitemeter.com/js/counter.js?site=s11xxxxx"> </script> <noscript> <a href="http://s11.sitemeter.com/stats.asp?site=s11xxxxx" target="_top"> <img src="http://s11.sitemeter.com/meter.asp?site=s11xxxxx" alt="Site Meter" border="0"/></a> </noscript> <!-- Copyright ?2002 Site Meter --> <{POST_SNAPBACK}> download the image file to your site and reference it with "/images/..... Treasurer MFC
Guest Posted December 8, 2004 Posted December 8, 2004 why not use your web host stats package for doing things? seems to me, since they are built in and tied into the site would make it much easier
bubbasplitshot Posted December 8, 2004 Author Posted December 8, 2004 why not use your web host stats package for doing things? seems to me, since they are built in and tied into the site would make it much easier <{POST_SNAPBACK}> Surely. And looks like I will if another solution does not present itself. But I liked the detail of Sitemeter.... :blink:
Jack_mcs Posted December 8, 2004 Posted December 8, 2004 Surround the problem code with if ($request_type == NONSSL) so that it only displays if the page is non-ssl. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.