• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 22.02.23, 14:54
  • Opened by: ILIAS ROUGUI
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #24315 - "IN THE SAME CATEGORY" are not displayed correctly.

Hello,
“IN THE SAME CATEGORY” are not displayed correctly.
A carousel has been activated I would like 4-5 products to appear and that’s it

Attachments:

Comments

Fred 22 Feb 2023, 17:01

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

ILIAS ROUGUI 22 Feb 2023, 17:10

Hi,
https://ferrate.demo.avellanadigital.com/ you can enter to any product and see the error.

Fred 22 Feb 2023, 17:13

I can’t font a product where IN THE SAME CATEGORY module is enabled
Can you give me direct link?

Fred 22 Feb 2023, 18:23

Yes I see.
Try following CSS fix

.glide:not(.glide--carousel) .glide__slides > * {min-width:25%}
ILIAS ROUGUI 22 Feb 2023, 19:21

and to make the slider work correctly?

Fred 22 Feb 2023, 19:54

Please fill out all necessary fields in your profile https://support.promokit.eu/myprofile to access to your Back-office I need see how the widget is configured

ILIAS ROUGUI 23 Feb 2023, 11:15

Updated

Fred 23 Feb 2023, 19:42

I don’t know why, but some theme’s script files are not loading.
Have you modified theme’s files?
Please update credentials in your profile https://support.promokit.eu/myprofile to access to your FTP Server to let me check out why those scripts are not loading

ILIAS ROUGUI 24 Feb 2023, 13:50

updated, check please

Fred 24 Feb 2023, 17:47

That’s an issue of child theme. It has not been loading scripts file, but now it works

ILIAS ROUGUI 04 Jul 2023, 12:36

How i can solve the mobile version of “IN THE SAME CATEGORY” its not displayed correctly
https://ferrate.com/cepillos-electricos/19811-braun-cepillo-dental-d1034233-vitality-pro-negro-4210201432326.html

Fred 04 Jul 2023, 17:12

Try to translate it here https://take.ms/kPZfJ

ILIAS ROUGUI 04 Jul 2023, 20:37

I don’t want to translate anything. I mean that the columns look very narrow in the mobile version, I would have to fix that with a Carousel

Fred 04 Jul 2023, 22:03

Sorry, I misread your question
Try following CSS fix:

@media (max-width: 500px) {
    .glide:not(.glide--carousel) .glide__slides > * {
        width: 100%
    }
    .glide__slides {
        flex-wrap: wrap
    }
}
ILIAS ROUGUI 05 Jul 2023, 12:22

Not work, can u check again please?

Fred 05 Jul 2023, 15:36

it looks like this for me https://take.ms/69ZEK