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)
-   -   Links not working in Firefox (https://forum.x-cart.com/showthread.php?t=46095)

tonystorm 03-07-2009 06:21 AM

Links not working in Firefox
 
Hi There

This is in regards the links that show on your pages so you know where you are and you should be able to click on them to go back to the previous page or to the home page.

It works correctly in internet explorer, but it doesn't work in Firefox !

Any suggestions welcome.

cflsystems 03-07-2009 07:05 AM

Re: Links not working in Firefox
 
The position of these links is absolute so if you made any changes to css file for the head part of your store these links are most likely covered by some other element. You have to change the position of this links so they can work

tonystorm 03-07-2009 07:10 AM

Re: Links not working in Firefox
 
Hi There - The link is visible in firefox and extends when you go to another page, its just not clickable.

But as i say it works correctly in IE.

I will check the css header

Many thanks

balinor 03-07-2009 08:21 AM

Re: Links not working in Firefox
 
Moving to template editing as this is not a bug but a css configuration issue as mentioned.

tonystorm 03-11-2009 07:10 AM

Re: Links not working in Firefox
 
Many thanks for your help - i asked xcart to sort it for me and they did the following
-----------------------------------------------------------------------------------------------
The investigation revealed that the header height of the store is to high and the content of the header overlaps the central space area at the top.
In order to solve the problem we would suggest the following workaround:

Find the following code in the <xcart_dir>/skin1/main.css file (line 288):
------------------------------------------------------------------------
#content-container {
clear:both;
float:left;
margin-top:140px;
overflow:hidden;
padding-bottom:39px;
position:relative;
width:100%;
}
------------------------------------------------------------------------

and replace it with the code below:
------------------------------------------------------------------------
#content-container {
clear:both;
float:left;
margin-top:170px;
overflow:hidden;
padding-bottom:39px;
position:relative;
width:100%;
}

---------------------------------------------------------------------------------------------------

Many thanks for all your help

Tony

balinor 03-11-2009 07:11 AM

Re: Links not working in Firefox
 
X-Cart really needs to make the divs relative to one another so that they automatically expand. This overlapping thing is due to poorly designed CSS.

tonystorm 03-11-2009 07:31 AM

Re: Links not working in Firefox
 
Hi Padraic

A very basic question, I want to change the meta tag title but can't find it any where. I found the company name, but this shows on each page, which is not what i want to change.

Many thanks

Tony

balinor 03-11-2009 07:33 AM

Re: Links not working in Firefox
 
Not sure about 4.2, but in 4.1.x you can't customize the title tags without an add-on.

tonystorm 03-11-2009 07:37 AM

Re: Links not working in Firefox
 
Thats not good is it, as i would have thought thats an important part for search engines.

What add on are you talking about ?

More money

Many thanks

balinor 03-11-2009 07:50 AM

Re: Links not working in Firefox
 
http://www.websitecm.com/x-cart-mods/cdseo-pro-x-cart-seo.html

An essential mod IMHO.


All times are GMT -8. The time now is 02:13 AM.

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