- Posts: 6
- Thank you received: 1
Last image showing twice in Joomla 2.5
-
juanm_la22
Inactive member - Topic Author
- New Member
Less
More
12 years 5 months ago #20322
by juanm_la22
Replied by juanm_la22 on topic Last image showing twice in Joomla 2.5
Yes. I am using folder with images as source.
Regards,
JM
Regards,
JM
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20328
by ivan.milic
Replied by ivan.milic on topic Last image showing twice in Joomla 2.5
I can't say anything more without seeing your site, install xEtplorer and send us admin login access using "Report To Moderator". All our staff is on vacation so there can be delay before we manage to solve your problem.
Please Log in to join the conversation.
-
kevinkos
Inactive member - New Member
Less
More
- Posts: 15
- Thank you received: 0
12 years 2 months ago #22409
by kevinkos
Replied by kevinkos on topic Last image showing twice in Joomla 2.5
Hi,
I am having exactly the same problem. I am using "Image Mode", having 6 pictures in the folder, the carousel module is showing 7 images, the last one twice. Please look at dev.btbplaza.com. Login can be arranged.
Regards,
Kristian
I am having exactly the same problem. I am using "Image Mode", having 6 pictures in the folder, the carousel module is showing 7 images, the last one twice. Please look at dev.btbplaza.com. Login can be arranged.
Regards,
Kristian
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22413
by ivan.milic
Replied by ivan.milic on topic Last image showing twice in Joomla 2.5
Ok, do this:
open
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
around line 209:
for ($loop = 0; $loop < $infinite_pics_number ; $loop += 1) {
replace with :
for ($loop = 0; $loop < $store_index ; $loop += 1) {
open
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
around line 209:
for ($loop = 0; $loop < $infinite_pics_number ; $loop += 1) {
replace with :
for ($loop = 0; $loop < $store_index ; $loop += 1) {
The following user(s) said Thank You: kevinkos
Please Log in to join the conversation.
Time to create page: 0.093 seconds