- Posts: 123
- Thank you received: 0
Duplicating last image in folder
-
paul1
Active member - Topic Author
- Member
Less
More
2 years 3 months ago #49549
by paul1
Duplicating last image in folder was created by paul1
Hi Milos
HJ Carousel Pro
Joomla 4.1.5
Insurance template
www.rivieratriathlonclub.com.au/
Reading images from a folder.
Last image in folder (numerical) is being shown twice.
Have changed images and still same issue
tested on Chrome and Safari - same issue
Tested on mobile - same issue
Tested on client pc - same issue
Any ideas please
HJ Carousel Pro
Joomla 4.1.5
Insurance template
www.rivieratriathlonclub.com.au/
Reading images from a folder.
Last image in folder (numerical) is being shown twice.
Have changed images and still same issue
tested on Chrome and Safari - same issue
Tested on mobile - same issue
Tested on client pc - same issue
Any ideas please
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
2 years 3 months ago #49550
by milos
Replied by milos on topic Duplicating last image in folder
Hello,
Please try editing the module file /modules/mod_hot_joomla_carousel_pro/tmpl/default.php and around line 175 change this line:
to this:
Regards,
Milos
Please try editing the module file /modules/mod_hot_joomla_carousel_pro/tmpl/default.php and around line 175 change this line:
Code:
$infinite_pics_number = count($infinite_pic) - 1;
to this:
Code:
$infinite_pics_number = count($infinite_pic) - 2;
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.156 seconds