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)
-   -   editing templates (https://forum.x-cart.com/showthread.php?t=56931)

MythNReality 12-07-2010 09:41 PM

Re: editing templates
 
Quote:

Originally Posted by gb2world
If you post a link, we might be able to see what is wrong.

You can also try putting the link in a browser to see if you can see the image.

For example - the one you posted above in post #5 above would be here:
www.your-xcart-path/skin/fashion_mosaic_green/images/fashion_mosaic/company_logo.gif

If it is blank in the browser independent of x-cart - something is probably wrong with the image you uploaded. If you can see it, something else is going on.

---

Just tried to put the image url in the browser https://www.yourstore.com/skin/common_files/images/PA_xmas_Logo_228x50.jpg, the image is visible, BUT...
when try to load the home page, the logo is just (missing) blank but the rest of the page load just fine (well, other images didn't show either).

There are another issue with the import/export...I had to close my store to fix this. I think I will just switch back to the old version.

CAN'T STAND this XCART frustration....

By the way, this is brand new installation with new data base.

gb2world 12-07-2010 10:25 PM

Re: editing templates
 
I'm not familiar with the template - but maybe you modified what they were doing to display the logo? This is in your css - so it is turning display of the logo off:

in this file: /skin/fashion_mosaic_pink/css/altskin.css

Code:

#header .line1 .logo img {
    display: none;
}



You can use firebug to see the css.

---

MythNReality 12-07-2010 10:48 PM

Re: editing templates
 
Quote:

Originally Posted by gb2world
I'm not familiar with the template - but maybe you modified what they were doing to display the logo? This is in your css - so it is turning display of the logo off:

in this file: /skin/fashion_mosaic_pink/css/altskin.css

Code:

#header .line1 .logo img {
    display: none;
}



You can use firebug to see the css.

---


Oooh, thank you for the help.
now it's working.
Had to reload the image file.
Here's the part of the css. I replaced the company logo.gif with mine.


{
display: block;
width: 228px;
height: 50px;
background: transparent url(../images/fashion_mosaic/PA_xmas_Logo_228x50.jpg) no-repeat left top;
}
#header .line1 .logo img {
display: none;


All times are GMT -8. The time now is 11:22 PM.

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