• Priority: 0
  • Status: Queued
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 01.10.24, 13:10
  • Opened by: Lukasz Pawlina

Ticket #25788 - product page photo

Hello,
Is it possible to preview a product photo on the product page without having to scroll (attachment)? So that the entire photo fits on the screen?

Best Regards
Lukasz

Attachments:

Comments

Fred 01 Oct 2024, 22:27

Hi, Lukasz.
Can you please give me a link to a page where I can see the issue?

Fred 02 Oct 2024, 21:24

Try following CSS fix

.product-cover-modal {
max-height: 400px;
width: auto;
margin: auto;
}

adjust the height param

Fred 03 Oct 2024, 17:52

Please fill out all necessary fields in your profile https://support.promokit.eu/myprofile to access to your back office
Please also write a reply through the support platform, not via email

Lukasz Pawlina 03 Oct 2024, 18:41

ftp/ bo Details updated

Fred 03 Oct 2024, 21:19

So as I can see the category page is working well https://mega.nz/file/NUwVkTqR#BYWXr7hkLYBFmlJfhnJN9cQbW1d4V1_FMXMF9OtTt8U

As for the height issue, yes, I see. There is no fast solution. We can consider complete redeveloping that feature, but that will take some time.

Lukasz Pawlina 04 Oct 2024, 08:07

Hello,
It's about product page, not category page. Could image zomm looks just like on attached image?

Best Regards
Lukasz Pawlina

Attachments:

Fred 04 Oct 2024, 21:55

Ah, yes, I see.
We have that feature in our TODO. But I can't say when it will be implemented. Right now we are working on compatibility update with upcoming PS9

Lukasz Pawlina 05 Oct 2024, 06:33

Ok, so please do that.

Lukasz Pawlina 21 Nov 2024, 17:48

Hello,
When You finally solve it? My client asking about it every day…

Fred 21 Nov 2024, 21:36

I hope tomorrow, maybe on Saturday

Lukasz Pawlina 22 Nov 2024, 05:45

ok

Lukasz Pawlina 25 Nov 2024, 08:16

Hello,
When you finally solve it? It takes too long…

Fred 25 Nov 2024, 23:27

Yes, sorry for that. I just can't reproduce it locally to work on a fix.
Please update credentials in your profile https://support.promokit.eu/myprofile to access to your Back-office to let me disable cache to look for a solution right in your store
https://mega.nz/file/ZBpSwIZS#39vDY9eWlJ4VVhteaF-vQmz47ALsPZujJDMYfsWP-9Y

Lukasz Pawlina 26 Nov 2024, 08:28

Hello, credentials updated

Fred 26 Nov 2024, 09:06

Still no access
Pracownik nie istnieje lub hasto jest nieprawidtowe.

Lukasz Pawlina 26 Nov 2024, 09:11

sorry, my fault.

https://mintavi.pl/admin881i463pocab761el36/ promokit@mintavi.pl
#d6cfd8@daasS1

Fred 26 Nov 2024, 22:33

Please try now, it should be fixed

Lukasz Pawlina 27 Nov 2024, 03:43

Great, thank You!
One more thing, product pages
https://mintavi.pl/sukienki/czerwona-blyszczaca-sukienka-mini-w-koleczka-alexa#/10-kolor-czerwony/33-rozmiar-36

Boxes are not equal (height). Please fix that.

Attachments:

Fred 27 Nov 2024, 23:05

That's because of different title length. Try this css to fix that:

.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
Fred 28 Nov 2024, 23:19

One more style:

.elementor-widget-pkminiaturevariations {
    min-height: 10px
}