View Single Post
  #63  
Old 07-26-2013, 10:26 AM
 
albertchui albertchui is offline
 

Senior Member
  
Join Date: Aug 2005
Posts: 163
 

Default Re: NEW xcart template - xtreme Gear

Quote:
Originally Posted by carpeperdiem
FIND:
Code:
{if $xg_top_logo} <a href="{if $xg_config.top_logo_url ne ''}{$xg_config.top_logo_url}{else}/{/if}" {if $xg_config.top_logo_title ne ''}title="{$xg_config.top_logo_title}"{/if} {if $xg_config.top_logo_target ne ''}target="{$xg_config.top_logo_target}"{/if} id="logo-main"><img src="{$xg_top_logo.image_url}" {if $xg_top_logo.image_x ne ''}width="{$xg_top_logo.image_x}"{/if} {if $xg_top_logo.image_y ne ''}height="{$xg_top_logo.image_y}"{/if} {if $xg_config.top_logo_alt ne ''}alt="{$xg_config.top_logo_alt}"{/if} /></a> {/if}

REPLACE IT WITH:
Code:
<a href="/"><img src="{$AltImagesDir}/custom/your-header_635x90.png" width="635" height="90" alt="Your Store Logo" title="Your Store Name"></a>

and put your image in
/skin/xtreme_gear/images/custom/

This serves the image from a relative path. It will not trigger https warnings.

WARNING: you will lose the ability to use the xtreme control panel to select header images.

BACK UP your files before editing.

EDIT--- the image size should be adjusted for the size of your header.


your info is pretty helpful, thanks, i finally solved the insecured images, but the register.php still no lockpad, is the cache/var of css and script will affect it, i still found the http: links:


<!-- [if lt IE 8]> <! [endif] --> <!-- [if lt IE 9]> <! [endif] -->

<link rel="stylesheet" type="text/css" href="http://www.iphonecasestudio.com/var/cache/xm_extra_style.css" />

<link rel="shortcut icon" type="image/png" href="http://www.iphonecasestudio.com/favicon.ico" />

<link rel="canonical" href="http://www.iphonecasestudio.com/" />



<link rel="stylesheet" type="text/css" href="http://www.iphonecasestudio.com/var/cache/1.5be5c1dcd7369459527c2673274386b9.css" />
<script type="text/javascript" src="http://www.iphonecasestudio.com/var/cache/1.009217382cf016b48187804a6b8782e0.js"></script>

</head>
__________________
X-Cart Gold 4.6
Reply With Quote