![]() |
Categorie menu width change?
How do I change the width of the category menu?
|
Re: Categorie menu width change?
Kerry, please update your forum signature with your X-Cart version per the forum guidelines. The answer to your question will vary depending on which version you are using. Thank you.
|
Re: Categorie menu width change?
Quote:
|
Re: Categorie menu width change?
Webmaster mode works to help you find where things are located.
The left column layout is in skin1/customer/home.tpl for 4.1.8 |
Re: Categorie menu width change?
Quote:
|
Re: Categorie menu width change?
Look for the code looking something like this:
Quote:
Yours may not look exactly like that as I have already modified mine but the code around the <!-- main area --> tag is what you need to look at and play with. |
Re: Category menu width change?
Quote:
|
Re: Categorie menu width change?
Sending you a PM now...
|
Re: Categorie menu width change?
In version 4.1.8, look for this code in skin1/customer/home.tpl:
Code:
<img src="{$ImagesDir}/spacer.gif" width="170" height="1" alt="" /> Change the width here for your category column. |
Re: Categorie menu width change?
Quote:
|
Re: Categorie menu width change?
Quote:
Good point. I'm using the two-column layout, content+menu. Works for me. |
Re: Categorie menu width change?
So what needs to be changed in order for the left navigation to be wider? I just moved to 4.1.9 but cannot figure out how to change it.
|
Re: Categorie menu width change?
See post #9 above
|
Re: Categorie menu width change?
I followed this but it wasn't correct. All this did was make the body move over to the right. However, I then changed the left menu's to compensate for the change but it did not effect the styling. The categories font stayed together as if it were the original size. Any suggestions?
P.S. I didn't have these issues with our 4.1.6 site it just expanded automatically without changing anything in the home.tpl file. I compared the two and they are exactly the same. |
Re: Categorie menu width change?
Are you using a custom skin?
|
Re: Categorie menu width change?
We run X-cart Crystal skin pack.
|
Re: Categorie menu width change?
Ahhh..then that is a completely different set of code. Post your customer/home.tpl
|
Re: Categorie menu width change?
</head>
<body{$reading_direction_tag}{if $js_enabled} onload="javascript: MM_preloadImages({section loop=8 name='cat_images'}'{$ImagesDir}/custom/cat_item{$smarty.section.cat_images.iteration}.gif ','{$ImagesDir}/custom/cat_itemon{$smarty.section.cat_images.iteration}.g if'{if not $smarty.section.cat_images.last},{/if}{/section}); {if $body_onload ne ''}{$body_onload}{/if}"{/if}> {assign var="fancy_left" value=9} {assign var="fancy_width" value=140} {assign var="fancy_ie_background_color" value="D9E9F5"} {include file="rectangle_top.tpl" } {include file="head.tpl" } {if $active_modules.SnS_connector} {include file="modules/SnS_connector/header.tpl"} {/if} <!-- main area --> <table width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="6"> </td> <td width="165" valign="top"> {if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")} {include file="customer/categories.tpl" } {/if} {if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"} {include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if} {include file="new_menu.tpl" } {if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"} {include file="modules/Manufacturers/menu_manufacturers.tpl" } {/if} {include file="customer/menu_cart.tpl" } {if $active_modules.Feature_Comparison ne "" && $comparison_products ne ''} {include file="modules/Feature_Comparison/product_list.tpl" } {/if} {if $active_modules.Users_online ne "" and $users_online} {include file="modules/Users_online/menu_users_online.tpl" } {/if} {include file="customer/special.tpl"} {if $active_modules.Survey && $menu_surveys} {foreach from=$menu_surveys item=menu_survey} {include file="modules/Survey/menu_survey.tpl"} {/foreach} {/if} {include file="news.tpl" } {if $active_modules.XAffiliate ne "" && $config.XAffiliate.partner_register eq 'Y'} {include file="partner/menu_affiliate.tpl" } {/if} {if $active_modules.Interneka ne ""} {include file="modules/Interneka/menu_interneka.tpl" } {/if} {if $active_modules.SnS_connector && $config.SnS_connector.sns_display_button eq 'Y' && $sns_collector_path_url ne ''} <br /> <div align="center"> {include file="modules/SnS_connector/button.tpl"} </div> {/if} {include file="poweredby.tpl"} <img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt="" /> </td> <td width="20"> </td> <td valign="top" width="100%"> <!-- central space --> {if $main ne "catalog" || $current_category.category ne ""} {include file="location.tpl"} {/if} {if $gcheckout_enabled and $main ne "cart" and $main ne "checkout" and $main ne "anonymous_checkout" and $main ne "order_message"} <div align="right">{include file="modules/Google_Checkout/gcheckout_button.tpl"}</div> {/if} {include file="dialog_message.tpl"} {if $active_modules.Special_Offers ne ""} {include file="modules/Special_Offers/customer/new_offers_message.tpl"} {/if} {include file="customer/home_main.tpl"} <!-- /central space --> </td> <td width="20"> </td> </tr> </table> {include file="rectangle_bottom.tpl" } {if $active_modules.Google_Analytics ne "" && $config.Google_Analytics.ganalytics_code ne ""} {include file="modules/Google_Analytics/ga_code.tpl"} {/if} </body> </html> {/if} |
All times are GMT -8. The time now is 11:29 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.