| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Bread Crumbs do not work in Firefox? | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I noticed that the bread crumbs do not work in Firefox? Has anybody else had that problem? If you have how did you fix it? Thanks.
__________________
X-Cart Gold 4.2 - 4.3 - 4.4.5 - 4.6 - 4.7 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Your header has absolute position and covers top of the central part so you should place breadcrumbs inside div with class line3 of skin1/customer/head.tpl or
remove this the third line at all, reduce overall height of the header and place printable link into the div with id center-main of skin1/customer/home.tpl
__________________
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
|
|||||||
|
|||||||
![]() Has anyone got their breadcrumbs to work in mozilla?
I tried to insert breadcrumbs into div class="line3" and I cannot tell what part earlier in the code is the breadcrumb? Does it have anything to do w/? "<div class="languages"> <form action="home.php" method="get" name="sl_form"> <input type="hidden" name="redirect" value="{$smarty.server.PHP_SELF}{if $smarty.server.QUERY_STRING}?{$smarty.server.QUERY _STRING|amp}{/if}" /> {strip} <label>{$lng.lbl_select_language}: <select name="sl" onchange="javascript: this.form.submit();"> {foreach from=$all_languages item=l} <option value="{$l.code}"{if $store_language eq $l.code} selected="selected"{/if}>{$l.language}</option>" This is the next piece of code after the search bar in class line 2 and I cannot tell if any of this is the breadcrumb code. T.I.A. Chris
__________________
x-cart 4.2.0 fancy categories |
|||||||
#4
|
|||||||||
|
|||||||||
![]() The code you posted above is a language selector
breadcrumbs are in skin1/customer/bread_crumbs.tpl
__________________
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 |
|||||||||
#5
|
|||||||
|
|||||||
![]() Quote:
I am a bit confused. Earlier you said, "you should place breadcrumbs inside div with class line3 of skin1/customer/head.tpl" which I interpreted as meaning that the breadcrumb could be fixed by moving the code within skin1/customer/head.tpl. Sorry I'm so confused. thanks for the quick reply. I will search customer/bread_crumbs.tpl and see if I can get it. Chris
__________________
x-cart 4.2.0 fancy categories |
|||||||
#6
|
|||||||
|
|||||||
![]() Yes I am also confused.
__________________
X-Cart Gold 4.2 - 4.3 - 4.4.5 - 4.6 - 4.7 |
|||||||
#7
|
|||||||||
|
|||||||||
![]() The code to produce breadcrumbs are stored in customer/bread_crumbs.tpl so this this template have to be included to print them on page.
to place breadcrumbs in your header you should remove the line Code:
But I think the second way is preferrable since it requires no CSS tweaking so change the last lines of your your skin1/customer/head.tpl to Code:
and put Code:
after the line 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 |
|||||||||
|
#8
|
|||||||
|
|||||||
![]() That worked! Thank you for your help, Victor.
__________________
X-Cart Gold 4.2 - 4.3 - 4.4.5 - 4.6 - 4.7 |
|||||||
#9
|
|||||||
|
|||||||
![]() Thank you Victor, I went with your advice and tried the second method. It worked great!
Chris
__________________
x-cart 4.2.0 fancy categories |
|||||||
|
|||
X-Cart forums © 2001-2020
|