![]() |
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. |
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
|
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 |
Re: Links not working in Firefox
Moving to template editing as this is not a bug but a css configuration issue as mentioned.
|
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 |
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.
|
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 |
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.
|
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 |
Re: Links not working in Firefox
|
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.