Deployed list attribute, set full image size

18.12.2012 09:45
#1
miwok
Joomshopping forum user no avatar
Name: Sand
18.05.2011
Сообщения: 50
Quote
Deployed list attribute, set full image size

Installed deployed list attribute 1.1.3 and published it (Joomla 2.5.7, php 5.3.8). It shows the assigned list at products with more attributes.
But I can't get the image to the correct size. I need the image to a fixed, smaller size. At the moment it shows me the original size.
If I change in products/image "size for full image" to any value, it has no effect to showed products in frontend.
If I set it global in settings/image-video it has no effect to showed products in frontend.

Where can I set the desired size for the deployed list attribute full image?

 
18.12.2012 10:05
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Deployed list attribute, set full image size

CSS style

 
18.12.2012 10:59
#3
miwok
Joomshopping forum user no avatar
Name: Sand
18.05.2011
Сообщения: 50
Quote
Aw: Deployed list attribute, set full image size

Tried to search in components\com_jshopping\css\default.css, but can't find the right style attribute. Wich one is the correct one?

 
18.12.2012 11:13
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Deployed list attribute, set full image size

Example

.product_list_attribute .img_attrib{
width:20px;
height:20px;
}

 
18.12.2012 17:27
#5
miwok
Joomshopping forum user no avatar
Name: Sand
18.05.2011
Сообщения: 50
Quote
Aw: Deployed list attribute, set full image size

Thank you, I tried this before, but with no effect.

 
18.12.2012 21:19
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Deployed list attribute, set full image size

URL?

 
19.12.2012 16:05
#7
miwok
Joomshopping forum user no avatar
Name: Sand
18.05.2011
Сообщения: 50
Quote
Aw: Deployed list attribute, set full image size

http://d7504-24.ispservices.at
try product ski - Attiva AC Lady + LT-10 Völkl

At the moment I found a hard coded solution (around line 47 in product_default.php):
Added width="150" at the end. But CSS would be a better solution.

<img id = "main_image_<?php print $image->image_id?>" src = "<?php print $this->image_product_path?>/<?php print $image->image_name;?>" alt="<?php print htmlspecialchars($image->_title)?>" title="<?php print htmlspecialchars($image->_title)?>" width="150" />

 
19.12.2012 17:00
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Deployed list attribute, set full image size

ADD rows in css
.product_list_attribute .img_attrib{
width:20px;
height:20px;
}

 
19.12.2012 17:42
#9
miwok
Joomshopping forum user no avatar
Name: Sand
18.05.2011
Сообщения: 50
Quote
Aw: Deployed list attribute, set full image size

This is the same css part than yesterday. It doesn't work.Sorry.

 
19.12.2012 19:51
#10
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Deployed list attribute, set full image size

Please add.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.