bjoernmuehle Posted February 22, 2008 Report Share Posted February 22, 2008 Hallo zusammen... Ich habe mal ne Frage... WO genau kann ich die Formatierung des navtrails ändern? Gruß BJörn Link to comment Share on other sites More sharing options...
rawe Posted February 28, 2008 Report Share Posted February 28, 2008 Hallo zusammen... Ich habe mal ne Frage... WO genau kann ich die Formatierung des navtrails ändern? Gruß BJörn Ich hatte eine ausführliche Antwort geschrieben. Diese wurde auch zunächst angezeigt, heute aber nicht mehr.Merkwürden. Gruß Ralph Link to comment Share on other sites More sharing options...
rawe Posted February 28, 2008 Report Share Posted February 28, 2008 Ich hatte eine ausführliche Antwort geschrieben. Diese wurde auch zunächst angezeigt, heute aber nicht mehr.Merkwürden. Gruß Ralph Hallo, hier meine erste Antwort nochmal. versuch es mal in der template/xtc4/index.html, Zeile 12-22 ( die angegebenen Werte sind natürlich meine.) <table width="900px" align="center" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="border-top: 6px solid; border-top-color: #372e06; border-left: 2px solid; border-left-color: #383201; border-right: 2px solid; border-right-color: #383201; border-bottom: 8px solid; border-bottom-color: #421306;"> <table width="898px" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#4f1b0c"> <tr> <td class="main">{$navtrail}</td> <td align="right" class="main">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a></td> </tr> </table></td> </tr> In der stylesheet.css 1. A { color: #A48823; text-decoration: none; } 2. } A.headerNavigation { color: #A48823; padding: 5px; } In der lang/german/german.php kannst Du Text ändern. Hoffe das hilft etwas weiter. Bin aber selbst Neuling. Also immer schön vorsichtig. Gruß Ralph Link to comment Share on other sites More sharing options...
rawe Posted February 28, 2008 Report Share Posted February 28, 2008 Hallo, hier meine erste Antwort nochmal. versuch es mal in der template/xtc4/index.html, Zeile 12-22 ( die angegebenen Werte sind natürlich meine.) <table width="900px" align="center" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="border-top: 6px solid; border-top-color: #372e06; border-left: 2px solid; border-left-color: #383201; border-right: 2px solid; border-right-color: #383201; border-bottom: 8px solid; border-bottom-color: #421306;"> <table width="898px" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#4f1b0c"> <tr> <td class="main">{$navtrail}</td> <td align="right" class="main">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a></td> </tr> </table></td> </tr> In der stylesheet.css 1. A { color: #A48823; text-decoration: none; } 2. } A.headerNavigation { color: #A48823; padding: 5px; } In der lang/german/german.php kannst Du Text ändern. Hoffe das hilft etwas weiter. Bin aber selbst Neuling. Also immer schön vorsichtig. Gruß Ralph Hier hab ich noch etwas gefunden: Zitat also wenn mein shop ge?ffnet wird bekomme ich oben links die navtrail zu sehn startseite >> katalog .... so wie bekomme ich es hin das man die navtrail am anfang nicht sieht, sondern erst wenn man auf eine kategorie klickt z.b sollte es dann so aussehen Damen >> shirts ist das m?glich? Der navtrail kommt aus der application_top.php und wird in der breadcrumb.php zusammengesetzt. Suche den Text in der /lang/german/german.php oder lang_german.conf und l?sche sie. Aber nur den Text, der Aufruf muss drin bleiben. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.