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)
-   -   Replacing X-Cart's Logo in the Ideal Responsive Skin (https://forum.x-cart.com/showthread.php?t=70154)

vasilis 10-04-2014 03:09 PM

Replacing X-Cart's Logo in the Ideal Responsive Skin
 
In "X-Cart:Replacing X-Cart's Logo in the Ideal Responsive Skin" help article, I quote:
Quote:

If you look at the code of the template /skin/ideal_responsive/customer/head.tpl, you will see how the company logo image is implemented:
Code:

<div class="line1"> <div class="logo"> <a  href="{$catalogs.customer}/home.php"><img id="main_logo"  src="{$ImagesDir}/spacer.gif" alt="Logo Placeholder" /></a>  </div>


Whereas, in xcart gold 4.6.4 downloaded pack, in /skin/ideal_responsive/customer/head.tpl, the respective snippet is different:
Code:

<div class="line1">
  <div class="logo">
    <a href="{$catalogs.customer}/home.php"><img  src="{$AltImagesDir}/custom/logo.png"  alt="{$config.Company.company_name}" /></a>
  </div>


Has the technique changed for 4.6.4 version, ie instead of using css background property of the .logo class, as recommended in Help, point to the actual logo file? Will this keep the responsiveness regarding the logo?

jphillips 01-04-2015 08:46 AM

Re: Replacing X-Cart's Logo in the Ideal Responsive Skin
 
I would like more information on this also as the code referenced in the documentation does not match what is implemented in 4.6. The logo file is not a sprite but simply a JPEG file in the ideal responsive template.

totaltec 01-04-2015 09:44 AM

Re: Replacing X-Cart's Logo in the Ideal Responsive Skin
 
Quote:

Originally Posted by jphillips
I would like more information on this also as the code referenced in the documentation does not match what is implemented in 4.6. The logo file is not a sprite but simply a JPEG file in the ideal responsive template.

Its been updated to be simpler. Just replace the jpeg.


All times are GMT -8. The time now is 08:57 AM.

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