remove product image

10.05.2022 23:16
#1
cagibaja
Joomshopping forum user no avatar
Name: cagibaja
11.03.2022
Posts: 71
Quote
remove product image

Hello, how can I remove it so that the gray image of the products does not appear and they appear in the form of a list without any image. Assistant screenshot
remove product image


Joomla: 4.1.2
JoomShopping: 5.0.4
Website Url: https://libreriaaranda.es
 
10.05.2022 23:32
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25929
Quote
Aw: remove product image

Change template
components\com_jshopping\templates\default\list_products\product.php

delete
<a href="<?php print $product->product_link?>">
<img class="jshop_img" src="<?php print $product->image?>" alt="<?php print htmlspecialchars($product->name);?>" title="<?php print htmlspecialchars($product->name);?>" />
</a>

 
10.05.2022 23:49
#3
cagibaja
Joomshopping forum user no avatar
Name: cagibaja
11.03.2022
Posts: 71
Quote
Aw: remove product image

I deleted it but now that gap remains, how do I adjust everything, so that there is no gap left.
Thank you
Aw: remove product image

 
11.05.2022 10:50
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25929
Quote
Aw: remove product image

Change css
/components/com_jshopping/css/default.css

.jshop_list_product .image_block {
min-height: 130px;
}

delete
min-height: 130px;

 
11.05.2022 17:29
#5
cagibaja
Joomshopping forum user no avatar
Name: cagibaja
11.03.2022
Posts: 71
Quote
Aw: remove product image

I delete this and it's still the same, with that hole
Aw: remove product image

 
13.05.2022 19:23
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25929
Quote
Aw: remove product image

url?

 
17.05.2022 09:19
#7
cagibaja
Joomshopping forum user no avatar
Name: cagibaja
11.03.2022
Posts: 71
Quote
Aw: remove product image

https://libreriaaranda.es/colegios/category/view/212

 
17.05.2022 21:49
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25929
Quote
Aw: remove product image

https://libreriaaranda.es/components/com_jshopping/css/default.css
.jshop_list_product .image_block {
padding: 2px;
display: inline-block;
min-height: 130px;
}

delete min-height: 130px


Last change: 17.05.2022 21:50
 
18.05.2022 10:40
#9
cagibaja
Joomshopping forum user no avatar
Name: cagibaja
11.03.2022
Posts: 71
Quote
Aw: remove product image

I delete that line, but it's still the same

thank

 
18.05.2022 17:49
#10
cagibaja
Joomshopping forum user no avatar
Name: cagibaja
11.03.2022
Posts: 71
Quote
Aw: remove product image

I attach a screenshot, I want to show it without an image and more in the list if it can be.
Aw: remove product image


Joomla: 4.1.3
JoomShopping: 5.0.3
 
18.05.2022 21:22
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25929
Quote
Aw: remove product image

See your css file
https://libreriaaranda.es/components/com_jshopping/css/default.css

code not deleted.

 


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.