WOOCOMMERCE LIGHTBOX

Posted in: Newspaper
Post count: 19

Hi, since I installed the last version of the theme the lightbox of every woocommerce product doesn’t work.

This is a product example: http://www.digitalbizmagazine.com/producto/el-customer-journey-del-empleado/

Could you help me please?

Thank you.

Post count: 20688

Hi,

As far as I know Woocommerce decided in update 3.0 to remove the default option to display the lightbox feature
https://www.screencast.com/t/wqpVLHYodvfj
Here you can find all the changes that this update of Woocommerce provided
https://woocommerce.com/2017/04/woocommerce-3-0-release/
This option was previously available for the products. I believe this was decided by the plugin developers. You can try the method provided in this topic by the developers to add support for the lightbox
https://wordpress.org/support/topic/lightbox-not-working-after-upgrade-to-3-0/
Try adding the code mentioned in the link provided, the one for the lightbox or for the other features, in the theme functions.php file like this
https://www.screencast.com/t/w3zC89TUFlhb
With this result
https://www.screencast.com/t/hWlYT1s2
Please note that the theme does not influence or interfere with the plugin in this matter, it all depends on it’s settings and options, and what the developers choose to remove or add as features.

Thanks

Post count: 22

Hello! I also have a not working lightbox gallery products. For your instructions nothing happened. Please help me to fix the error https://mybookland.ru/book/po-vozrastu/3/syuzanna-veber-pasha-i-papa-rasskazy-dlya-semejnogo-chteniya/

Post count: 20688

Hi,


@angellkarina
You just have to enter the code as instructed in the topic provided above. Please follow the example and enter the code in the theme functions.php file, by using a text editor. Try clearing any caching installed if after entering the code, the feature is not working as intended.

Thanks

Post count: 22

I added this text to the file, cleaned the cache and still the lightbox is not working(

Post count: 20688

Hi,

I have tested this solution and it seems to work properly. Maybe you have other conflicting plugins that could be causing this. You could try as a test to disable all your plugins except the ones provided with the theme and your Woocommerce plugin, clear the cache again then check if it is working properly. The theme does not interfere with this function, so there must be other factors that are influencing it. Plugins or custom code are likely to blame.

Thanks

Post count: 22

Again prescribed code in the website theme, disabled all plugins, cleaned the cache. Lightbox is not working.
Write your mail, please, I will give you admin rights on the website, maybe you can enable the lightbox

Post count: 20688

Hi,

You can send us an email at contact@tagdiv.com and provide admin login information, and FTP access that may be required. We will take a look and try to give you a solution if possible. Please also paste a link to this topic, so we can identify you.

Thanks

Post count: 42

Выключите плагин responsive lightbox и добавьте в файл functions.php только это
add_theme_support( ‘wc-product-gallery-lightbox’ );
Мне помогло.
Кстати, как вы думаете избавлятся от разрыва (большой перенос появился между строками) в заголовках-названии товара в списке товаров? У меня такая же проблема.
Плюс в похожих товарах появилась плашка-подсветка под заголовком товаров – тоже не смог побороть.

Post count: 1341

Кстати, как вы думаете избавлятся от разрыва (большой перенос появился между строками) в заголовках-названии товара в списке товаров? У меня такая же проблема.

Добавьте в Custom CSS:
(Add in в Custom CSS)

/* The Title of Woocommerce */
.woocommerce-loop-product__title{
line-height:20px!important;
}

Плюс в похожих товарах появилась плашка-подсветка под заголовком товаров – тоже не смог побороть.

I don’t know too.

Post count: 42

/* The Title of Woocommerce */
.woocommerce-loop-product__title{
line-height:20px!important;
}

– it’s works! Thank you!

Post count: 22

esthederm_alex, спасибо вам за замечание о разрыве!
Edward, спасибо за помощь! помогло!

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.