• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 05.04.21, 21:06
  • Opened by: Igor Kes
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #21224 - lookbook module

Hi,
on lookbook module when I click dots on image, there is no action on products. Product photo doesn’t move at all. I think it was highlited somehow.

Comments

Fred 06 Apr 2021, 10:24

Your website is unavailable for me https://take.ms/uUdp5

Igor Kes 13 Apr 2021, 08:02

Hi,
the new website adres is www.balticbhp.pl (it has been chenged from developer’s domain.

Fred 13 Apr 2021, 10:44

try following CSS

body .pk-lookbook .slider-mode .lookbook-products-list > article {
    transition:all .5s ease !important
}
body .pk-lookbook .slider-mode .lookbook-products-list > article:hover, .lookbook-products-list > article.pk-active {
    z-index: 99 !important;
    background: #fff !important;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .2) !important;
    transform:scale(1.01) !important
}