X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Adjust speed bar (https://forum.x-cart.com/showthread.php?t=9926)

inebriate 02-19-2007 07:00 PM

Re: Adjust speed bar
 
looking through the suggested code, i may have found the problem if you were copying and pasting

look for
Code:

<font class=TabFo\
nt>

and change to
Code:

<font class="TabFont">

and like bizzyb suggested, there should be a closing brace in the css class

Xeen 02-20-2007 12:41 AM

Re: Adjust speed bar
 
Thank you both very much, I'll give it a go now

Xeen 02-20-2007 12:54 AM

Re: Adjust speed bar
 
OK, I've taken the advice (thanks) but it's still not at all what I was expecting. I have four tabs now. A tabs in circles on either side of the screen and written tabs either side of the screen. Any suggestions on how I just get the little neat written ones without the border?

I have to say, I only started on this quest because I wanted my borders of the tabs to be the same brown as the central cell and couldn't work out how to do it. I don't know where the images for the borders are stored, don't know how to access them and don't know how to change the colours of them once found.

Any assistance in this would be very much appreciated.

With thanks in advance,

Xeen

BizzyB 02-20-2007 04:22 PM

Re: Adjust speed bar
 
I note the original mod is for versions 4.0 and you are using 4.1. Maybe that is a problem that needs to be addressed by someone with more X-Cart skills than myself.

I did say it may be a case of the blind leading the blind :(

I may give it a go myself when time permits - if so I will let you know how I go.

Xeen 02-20-2007 05:01 PM

Re: Adjust speed bar
 
Thanks BizzzyB. I couldn't figure it out myself so I put everything back to how it was in the first place and have asked for some professional assistance in getting the site to look the way I want it to. After that, I'll maintain it myself.

BizzyB 02-20-2007 06:00 PM

Re: Adjust speed bar
 
I had a go but it appears as though I got the same results as you. Duplicated tabs - and the rest of the page blank apart from the header image.

I have put things back as they were and may re-visit at a later stage.

Let me know how you go.

Cheers

inebriate 02-20-2007 08:21 PM

Re: Adjust speed bar
 
did you comment out the old speedbar (top_menu.tpl) in head.tpl?

BizzyB 02-20-2007 09:56 PM

Re: Adjust speed bar
 
Don't know about Xeen but the relevant part of my head.tpl looks like this:

{* rem out for speed menu mod
{if $usertype eq "C"}
{include file="customer/top_menu.tpl"}
{/if}
end of rem *}

{* modified code for speed_menu mod *}
{if $usertype eq "C"}
{include file="customer/speed_menu.tpl"}
{/if}
{* end of modified code for speed_menu mod *}

Thanks for the interest.

Xeen 02-21-2007 08:44 AM

Re: Adjust speed bar
 
No, I didn't. I just followed the instructions :)

buck 06-16-2007 02:25 PM

Re: Adjust speed bar
 
I got the speed bar to work great and then I made one more modification and it moved the speed bar over to the left. Check my website out: http://store.tipsproshop.ca/home.php?shopkey=1217.

I just want the speed bar back at the right side. Please help!!

Code:

{* $Id: head.tpl,v 1.3.2.1 2006/05/10 12:15:08 max Exp $ *}
<table cellpadding="0" cellspacing="0" class="HeadCustom">
<tr>
    <td class="HeadBackground">

<table cellpadding="0" cellspacing="0" width="100%" class="HeadBox">
<tr>
    <td class="HeadLines">

<table cellpadding="0" cellspacing="0" width="100%">
<tr>
    <td height="153">

<table cellpadding="0" cellspacing="0" width="100%">
<tr>
    <td class="HeadTextCust"><a href="{$http_location}"><img src="{$ImagesDir}/custom/company_logo.gif" width="320" height="155" alt="" /></a>

</td>
</tr>
<tr>
    <td class="HeadTextCust" style="padding-top: 3px;">
{*
{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}
{if $config.Company.company_phone_2}<br />{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}

    </td></tr>
*}

</table>
    </td>
    <td valign="top" align="right">
{* taken out
{if $usertype eq "C"}
{include file="customer/top_menu.tpl"}
{/if}
*}
{* modified code for speed_menu mod *}
{if $usertype eq "C"}
{include file="customer/speed_menu.tpl"}
{/if}
{* end of modified code for speed_menu mod *}
    </td>
</tr>

{if $main ne "fast_lane_checkout"}
<tr>
    <td class="HeadText">{ include file="customer/search.tpl"}</td>
    <td><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
</tr>
{else}
<tr>
    <td colspan="2" class="TopLabelCust"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
</tr>
{/if}
</table>
    </td>
{* INTERAC ONLINE LEARN MORE LINK *}
    <td valign="bottom" align="middle">
{if $usertype eq "C"}
 <a href='http://www.interaconline.com/learn' target=_blank onclick="window.open( 'http://www.interaconline.com/learn','Learn', 'toolbar=false,status=false,directories=false,location=false,menubar=false,resizable,scrollbars,width=700,height=500');return false;"><b><i>Learn more about Interac Online</i></b></a></td>
{/if}

</tr>
</table>

    </td>
</tr>
{*</table>*}

{if #ShowHorCategories# eq "Y" && $main ne "fast_lane_checkout"}
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
    <td class="hcMenuBox">{include file="customer/hor_categories.tpl"}</td>
</tr>
</table>
{/if}
<table cellpadding="0" cellspacing="0" width="100%" class="NavigationLine">
{if $main ne "fast_lane_checkout"}
<tr>
    <td class="NavigationLineCustom">
<img src="{$ImagesDir}/spacer.gif" width="161" height="15" alt="" />
{if ($usertype eq "C" || $usertype eq "B") and $all_languages_cnt gt 1}
<form action="home.php" method="get" name="sl_form">
<input type="hidden" name="redirect" value="{$smarty.server.PHP_SELF}?{$smarty.server.QUERY_STRING|amp}" />
<table cellpadding="0" cellspacing="0">
<tr>
    <td class="VertMenuItems" nowrap="nowrap" style="padding-left: 7px;">{$lng.lbl_select_language}:&nbsp;</td>
    <td>
<select name="sl" onchange="javascript: document.sl_form.submit()">
{section name=ai loop=$all_languages}
<option value="{$all_languages[ai].code}"{if $store_language eq $all_languages[ai].code} selected="selected"{/if}>{$all_languages[ai].language}</option>
{/section}
</select>
    </td>
</tr>
</table>
</form>
{/if}

    </td>
    <td width="37">&nbsp;</td>
    <td>{if $main ne "catalog" or $current_category.category ne ""}{include file="location.tpl"}{else}&nbsp;{/if}</td>
{if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'}
    <td class="PrintableRow">{include file="printable.tpl"}</td>
{/if}
</tr>
{else}
<tr>
    <td height="15"><img src="{$ImagesDir}/spacer.gif" width="161" height="15" alt="" /></td>
</tr>
{/if}
</table>



All times are GMT -8. The time now is 08:23 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.