• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 22.03.23, 17:45
  • Opened by: Alex
  • Closed by: Fred
  • Closed on: 28.03.23, 22:43
  • Reason: Closed
  • Comment: Glad to help!

Ticket #24442 - АМР Images Gallery

We can place 5 images in the “Image Gallery” widget. How can I add additional pictures - more than 5 pieces?

Comments

Fred 22 Mar 2023, 20:49

Hi, Alex.
Open the file /modules/pkelements/classes/WidgetPkcategoryProducts.php
find the line

public $items_number = 5;

and change the value as you need

Alex 28 Mar 2023, 10:11

Sorry
I tried to find this path “public $items_number = 5;” in “/modules/pkelements/classes/WidgetPkcategoryProducts.php” - without results.
I studied this file “/modules/pkelements/classes/WidgetPkcategoryProducts.php” and generally doubted that we understood each other.
We need to increase the number of images in the AMP home page widget image gallery. Now there are a maximum of 5 options, we want to increase the number to 15 options.

Attachments:

100.jpg (81.2 KiB)
Fred 28 Mar 2023, 22:08

I just did that for you

Alex 28 Mar 2023, 22:33

Thanks for the help!