簡體   English   中英

如何在 PS 1.7 中禁用 Jzoom?

[英]How can i disable Jzoom in PS 1.7?

我可以在 Prestashop 1.7 上禁用選項 Jzoom。 我不能禁用。

我的產品商店基於 Prestashop。

https://elgrifo.com/tienda/es/

我更改了 products.tpl 和 product-cover-thumbnails.tpl 沒有成功。

你能幫助我嗎?

Prestashop 1.7。 我在我的系統中搜索了縮放模塊,但我認為我沒有這種方式的模塊。

在 Prestashop 1.7 中禁用 Jzoom 查詢

只需刪除調用縮放模式的 A 標簽(我在 product-cover-thumbnails.tpl 中猜測):

<a class="expander" data-toggle="modal" data-target="#product-modal"><span><i class="fa fa-expand" aria-hidden="true"></i></span></a>

如果您找不到標簽,請使用此 JS 代碼段來停用點擊圖片:

$('.expander').click(function(e){return false;});

我能夠通過主題編輯器更改它。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM