10.05.2022 23:16
|
|
cagibaja
Name: cagibaja
11.03.2022
Posts: 71
|
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
Joomla: 4.1.2 JoomShopping: 5.0.4 Website Url: https://libreriaaranda.es
|
|
10.05.2022 23:32
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
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
|
|
cagibaja
Name: cagibaja
11.03.2022
Posts: 71
|
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
|
|
11.05.2022 10:50
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
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
|
|
cagibaja
Name: cagibaja
11.03.2022
Posts: 71
|
Aw: remove product image
I delete this and it's still the same, with that hole
|
|
13.05.2022 19:23
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: remove product image
url?
|
|
17.05.2022 09:19
|
|
cagibaja
Name: cagibaja
11.03.2022
Posts: 71
|
Aw: remove product image
https://libreriaaranda.es/colegios/category/view/212
|
|
17.05.2022 21:49
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
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
|
|
cagibaja
Name: cagibaja
11.03.2022
Posts: 71
|
Aw: remove product image
I delete that line, but it's still the same
thank
|
|
18.05.2022 17:49
|
|
cagibaja
Name: cagibaja
11.03.2022
Posts: 71
|
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.
Joomla: 4.1.3 JoomShopping: 5.0.3
|
|
18.05.2022 21:22
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 26778
|
Aw: remove product image
See your css file
https://libreriaaranda.es/components/com_jshopping/css/default.css
code not deleted.
|
|