| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Links not working in Firefox | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() 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. |
|||||||
#2
|
|||||||||
|
|||||||||
![]() 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
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#3
|
|||||||
|
|||||||
![]() 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 |
|||||||
#4
|
|||||||
|
|||||||
![]() Moving to template editing as this is not a bug but a css configuration issue as mentioned.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||
|
|||||||
![]() 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 28 ![]() ------------------------------------------------------------------------ #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 |
|||||||
#6
|
|||||||
|
|||||||
![]() 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.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#7
|
|||||||
|
|||||||
![]() 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 |
|||||||
#8
|
|||||||
|
|||||||
![]() Not sure about 4.2, but in 4.1.x you can't customize the title tags without an add-on.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#9
|
|||||||
|
|||||||
![]() 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 |
|||||||
#10
|
|||||||
|
|||||||
![]()
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
|
|||
X-Cart forums © 2001-2020
|