| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Header banner | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() Hi,
I'm trying to insert a new banner/logo on top of a default 3-coloumn site. But I only get to view a picture that is 244 x 67 pixel (xlogo.gif) and I've made it 960 x 70 pixels. Does anyone know which file to edit to make the whole image show on top of the page? I've already looked at this artcle: http://forum.x-cart.com/showthread.php?t=21529. Thanks!
__________________
Powered by X-Cart Gold: 4.4.4/4.4.5 |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() skin1/head.tpl
change width and height according to your image. <img src="{$ImagesDir}/xlogo.gif" width="244" height="67" alt="" /> as you wish this logo to have width similar with the total page width you need to change the table structure of the first table in this file HTML Code:
to HTML Code:
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() Thanks for the quick response! I'll look into it right away.
__________________
Powered by X-Cart Gold: 4.4.4/4.4.5 |
|||||||||
#4
|
|||||||
|
|||||||
![]() Hello Victor,
How do you move Speed Bar to be under search row, underneath header space. I had seen discussion regarding home .tpl, however, I do not see home .tpl at this time. <td class="HeadRightBox"> {if $usertype eq "C"} {include file="customer/top_menu.tpl"} {/if} </td> Also, how to you move the Speed bar buttons right and left (overall size 1 or more buttons) to fit overall layout. Thank you,
__________________
All USA Catalog X-Cart Gold 4.1.9 |
|||||||
#5
|
|||||||||
|
|||||||||
![]() Not home.tpl, but head.tpl
For instance replace {if $usertype eq "C"} {include file="customer/top_menu.tpl"} {/if} with and insert one more table at the end head.tpl: {if $usertype eq "C"} <table width="100%"><tr><td>{include file="customer/top_menu.tpl"} </td></tr></table> {/if} what concerns the second part of your question I can't catch the point. If you want to have equal spaces between speedbar links you need to divide page width (or 100% if it isn't fixed) by total numer of links to get the one item width. You may need http://smarty.net/manual/en/language.function.math.php for reference
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#6
|
|||||||
|
|||||||
![]() How do you make top of speed bar flush with bottom of search row.
Thanks,
__________________
All USA Catalog X-Cart Gold 4.1.9 |
|||||||
#7
|
|||||||||
|
|||||||||
![]() just place search and speedbar and in subsequent rows of the same table
__________________
Regards, Victor Dubiniuk X-Cart Skins Store ![]() - twenty two different skins for 4.1.x and 4.2.x; - 4.3.x compatible versions are available; - refresh you store now! Smart menu X-Cart add-on for 4.1.8 - 4.3.x Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x |
|||||||||
#8
|
|||||||
|
|||||||
![]() Request step by step how to Instructions with code. Thanks!
__________________
All USA Catalog X-Cart Gold 4.1.9 |
|||||||
|
|||
X-Cart forums © 2001-2020
|