- Posts: 14116
- Thank you received: 1639
Hot caroussel pro Iimage
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 2 weeks ago #23889
by ivan.milic
Replied by ivan.milic on topic Hot caroussel pro Iimage
you have awnser for this question in other thread
Please Log in to join the conversation.
-
Axpal
Inactive member - Topic Author
- Member
Less
More
- Posts: 65
- Thank you received: 0
12 years 2 weeks ago #23905
by Axpal
Replied by Axpal on topic Hot caroussel pro Iimage
Damage.
very disappointed
very disappointed
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #23908
by ivan.milic
Replied by ivan.milic on topic Hot caroussel pro Iimage
Please Log in to join the conversation.
-
Axpal
Inactive member - Topic Author
- Member
Less
More
- Posts: 65
- Thank you received: 0
12 years 2 weeks ago #23916
by Axpal
Replied by Axpal on topic Hot caroussel pro Iimage
OK I made the replacement correctly I think
But now there are more than 2 images that appear empty and still image?
But now there are more than 2 images that appear empty and still image?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #23928
by ivan.milic
Replied by ivan.milic on topic Hot caroussel pro Iimage
ok, my mistake, return that to original state, then go to :
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
around 142:
change to:
modules\mod_hot_joomla_carousel_pro\tmpl\default.php
around 142:
Code:
foreach ($html2out as $key => $value) {
echo '<li class="carouselcontent"><div class="carouselarticle">'.$value.'<div class="clr"></div></div></li>';
}
change to:
Code:
$n = 0;
foreach ($html2out as $key => $value) {
if(count($html2out) - 1 == $n) break;
$n++;
echo '<li class="carouselcontent"><div class="carouselarticle">'.$value.'<div class="clr"></div></div></li>';
}
Please Log in to join the conversation.
Time to create page: 0.091 seconds