Hot caroussel pro Iimage

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
  • Member
More
12 years 2 weeks ago #23905 by Axpal
Replied by Axpal on topic Hot caroussel pro Iimage
Damage.
very disappointed

Please Log in to join the conversation.

More
12 years 2 weeks ago #23908 by ivan.milic

Please Log in to join the conversation.

  • Axpal
    Inactive member
  • Topic Author
  • Member
  • Member
More
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?

Please Log in to join the conversation.

More
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:
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.

  • Axpal
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 2 weeks ago #23940 by Axpal
Replied by Axpal on topic Hot caroussel pro Iimage
Changes after the site is no longer online!
If I go back it does not change anything!

Please Log in to join the conversation.

Time to create page: 0.091 seconds
Powered by Kunena Forum