• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 14.02.18, 17:01
  • Opened by: Rizak
  • Closed by: Marek
  • Closed on: 16.02.18, 10:13
  • Reason: Closed
  • Comment: Glad to help!

Ticket #11678 - banner carroussel

Hi Marek,

I’m looking for “shop by category” as seen on home page : https://alysum5.promokit.eu/complex/en/

I would like to know how to hook the module to my home page.
What’s the name of the module please?

“Ctrl+u” says “banner carroussel”, i try to hook it to “content bottom” or “homepage” without success.
Could you help?

Comments

Marek 14 Feb 2018, 17:17

There are two way to do that.
1. Use banners carousel and upload there your custom images with categories links.
2. Use Promokit Categories module

Rizak 15 Feb 2018, 15:15

Perfect, works now. Thanks

I just get square tumb instead of rectangular like in alysum home page demo.

1. The result is fine but is there any way to control the block height size?

I tryed different class name with the css code

 .xxxx {height: 500px} 

But nothing changes.

2. How do you get the little movement on category pictures when roll hover please?

Marek 15 Feb 2018, 15:53

Try following CSS:

body .pk-categories-list ul li a:after {padding-bottom:150%}
Rizak 16 Feb 2018, 00:44

Ok now.
Thanks Marek