Quote:
Originally Posted by albertchui
i just wonder why Xtreme Gear does not respond and advise how to fix their problem, i sent them the support ticket and ft info, but never get respond. it's so frustrating that their skin does not like regular template file, like head.tpl, i don't know how to secure the logo images as i uploaded it in it's general setting of xg admin, below is their head.tpl, anyone advise how to change the path of logo image, many thanks
|
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.