Aaron Healey Posted July 22, 2010 Share Posted July 22, 2010 Hi wondered if someone could help me i have looked in manufacturer-list.tpl and change where it said medium.jpg to large.jpg but it medium.jpg is too small and large.jpg is too big so how can i change the size please Thia is the code in manufacturer-list.tpl i found Regards,Aaron Link to comment Share on other sites More sharing options...
eltitos Posted July 22, 2010 Share Posted July 22, 2010 Hi,In the bo -> preference -> image, if there isn't a good size, you should create a new size of image. add new After create the new size you have to Regenerate thumbnails. Then in the manufacturer-list.tpl, you change medium.jpg by nameofnewimage.jpg Link to comment Share on other sites More sharing options...
Aaron Healey Posted July 22, 2010 Author Share Posted July 22, 2010 hi so if i enable home as my image size do i put this in manufacturer-list.tpl or Regards,Aaron Link to comment Share on other sites More sharing options...
eltitos Posted July 22, 2010 Share Posted July 22, 2010 if you want to use the "home" image : become Link to comment Share on other sites More sharing options...
Aaron Healey Posted July 22, 2010 Author Share Posted July 22, 2010 Cheers what do you think a nice size is for an image on a manufacturers page? Link to comment Share on other sites More sharing options...
eltitos Posted July 22, 2010 Share Posted July 22, 2010 i don't use it, but if i had to, i will change the display, like home feature (2 or 3 manufacturers in one line). and then make the images bigger.basically you can change the display as you want, if you are not scary to modify somes codes. Link to comment Share on other sites More sharing options...
Aaron Healey Posted July 22, 2010 Author Share Posted July 22, 2010 Yes lol, thats what i wanted to do was put 2 manufacturers on the same line but couldnt work out how to do it http://www.more4beauty.co.uk/manufacturer.phpAaron Link to comment Share on other sites More sharing options...
eltitos Posted July 22, 2010 Share Posted July 22, 2010 The line (2015) of /themes/yourtheme/css/global.css ul#suppliers_list li, ul#manufacturers_list li { Add width:261px; float:left; margin-right:1px; These is the basic modification to do, there are others values to change or add ( height for exemple). The easiest way is to use the firebug extension (firefox chrome...) you can see in live the modification that you're doing, after you have to copy them to the global.css Link to comment Share on other sites More sharing options...
Aaron Healey Posted July 22, 2010 Author Share Posted July 22, 2010 Cheers for that but how come: the last one Power Tan isnt exactly same height ?http://www.more4beauty.co.uk/manufacturer.php Link to comment Share on other sites More sharing options...
eltitos Posted July 22, 2010 Share Posted July 22, 2010 You should define a height, and the problem will disappears Link to comment Share on other sites More sharing options...
Aaron Healey Posted July 22, 2010 Author Share Posted July 22, 2010 Cheers i fixed it and its looking good ThanksAaron Link to comment Share on other sites More sharing options...
Recommended Posts