- 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 - 12 years 5 months ago #20276
by juanm_la22
Last image showing twice in Joomla 2.5 was created by juanm_la22
HI!, i bought this extension and i need an answer quickly for my client. Why the last image in the carousel is showed twice?
Regards,
JM
Regards,
JM
Last edit: 12 years 5 months ago by juanm_la22.
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 #20285
by ivan.milic
Replied by ivan.milic on topic Last image showing twice in Joomla 2.5
It should not be like that, maybe you have it twice in images folder?
Please Log in to join the conversation.
-
juanm_la22
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 1
12 years 5 months ago #20286
by juanm_la22
Replied by juanm_la22 on topic Last image showing twice in Joomla 2.5
No I havent. I just have one.
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 #20287
by ivan.milic
Replied by ivan.milic on topic Last image showing twice in Joomla 2.5
ok then quick fix, open
mod_hot_joomla_carousel_pro\tmpl\default.php
around line 206:
for ($loop = 0; $loop < $infinite_pics_number ; $loop += 1) {
change to:
for ($loop = 0; $loop < $infinite_pics_number - 1 ; $loop += 1) {
mod_hot_joomla_carousel_pro\tmpl\default.php
around line 206:
for ($loop = 0; $loop < $infinite_pics_number ; $loop += 1) {
change to:
for ($loop = 0; $loop < $infinite_pics_number - 1 ; $loop += 1) {
Please Log in to join the conversation.
-
juanm_la22
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 1
12 years 5 months ago #20288
by juanm_la22
Replied by juanm_la22 on topic Last image showing twice in Joomla 2.5
I posted the above solution in another forum.... but doesnt work! When i add a new image, the last image is showed twice again.
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 #20307
by ivan.milic
Replied by ivan.milic on topic Last image showing twice in Joomla 2.5
You are using folder with images mode, right?
Please Log in to join the conversation.
Time to create page: 0.166 seconds