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 Image Sizes (https://forum.x-cart.com/showthread.php?t=70428)

krazedwear@yahoo.com 11-05-2014 08:54 AM

Editing Image Sizes
 
Hello,

I'm using the theme "Sports Life", for 4.6.5 and on the home page, it displays the image logos of manufacturers...

I'm wanting to change the size of the images; however, for the life of me, I cannot find the source file that allows me to change them. Using developer tool in Firefox, I've been able to find the image source:

<td><a href="http://www.krazedwear.com/KraZeDWeaR/" title="KraZeDWeaR"><img src="http://www.krazedwear.com/images/M/KrazedWeaR-FULL-LOGO.png" alt="KraZeDWeaR" width="71" height="50" /></a></td> <td><a href="http://www.krazedwear.com/Basically-KraZy/" title="Basically KraZy"><img src="http://www.krazedwear.com/images/M/basically-krazy-01.png" alt="Basically KraZy" width="57" height="50" /></a></td> <td><a href="http://www.krazedwear.com/Extreme-America/" title="Extreme America"><img src="http://www.krazedwear.com/images/M/extreme-america-01.png" alt="Extreme America" width="89" height="50" /></a></td> </tr>

What file would these be under, so that I can edit the height and width of the images? Thank you.

iClerisy 11-06-2014 01:59 AM

Re: Editing Image Sizes
 
Hi,

The best way is to use Webmaster Mode from admin panel. You can surly get idea about which template file is being used.

Also if you can send the URL of the page and let me know which area you want to change, I will surly help you.

Best to you

krazedwear@yahoo.com 11-06-2014 07:04 AM

Re: Editing Image Sizes
 
Hello, iClerisy

Thank you for your reply. I just bought this theme to replace my old one, so I'm still trying to get it all setup. I've used the webmaster mode over and over and have still yet to find the file in which the manufacturers logos are located.

You can find them at www.krazedwear.com, right under the banner. I've found the css in which you can change the color and opacity to the images, but can't find where I can change the height and width.

Thank you.

iClerisy 11-06-2014 08:12 PM

Re: Editing Image Sizes
 
KraZed,

Did you try this webmaster mode : https://www.youtube.com/watch?v=9QrpH4cQGpE ?
I am sure this way you can find a template you are using.

However as you find a CSS you can specify height and width there directly.


.menu-manufacturers td a img {
-ms-filter: alpha(opacity=30);
filter: alpha(opacity=30);
height:auto;
width:140px;
}


Let me know if you need more help.

krazedwear@yahoo.com 11-06-2014 08:51 PM

Re: Editing Image Sizes
 
Thank you, friend!

Found the file, finally, and was able to edit it. Worked like a charm.


All times are GMT -8. The time now is 06:56 AM.

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