• Resolved vaprub

    (@vaprub)


    If i use Load More Products for WooCommerce or other plugins with ajax page loading, the goods are loaded, but the images of the goods disappear, to whom help screenshots of the problem or the developer’s console are needed, please write in advance, thank you in advance

    • This topic was modified 7 years, 3 months ago by vaprub.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vaprub

    (@vaprub)

    src=”data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==” при активированном плагине

    src=”//mbshop.club/wp-content/uploads/42002-300×300.jpg” при неактивном плагине

    Plugin Author RazyRx

    (@razyrx)

    Здравствуйте,

    Что бы исправить это в настройках плагина -> вкладка JavaScript -> в поле After update нужно добавить этот код
    jQuery("img.crazy_lazy").css("display","").unveil();

    С уважением,
    Олег

    Thread Starter vaprub

    (@vaprub)

    Разработчик подсказал решение
    В настройках плагина в javascript
    В окне After Update надо вписать:
    jQuery(“img.crazy_lazy”).css(“display”,””).unveil();

    Надеюсь кому то поможет

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘При ajax подгрузке товаров пропадает изображения’ is closed to new replies.