Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • simplesite Friend
    #190917

    Hello,

    This is an article just like on the demo site. How can I get rid of these thumbnails:
    http://going-natural.com/jfixel/index.php/49-slide-shows/2730-slideshow-of-afros

    phong nam Friend
    #507109

    Hi simplesite,

    You can try to put below codes into templates/ja_fixel/css/custom.css file:

    #fixel-carousel-2730-thumbnails {
    display: none;
    }

    simplesite Friend
    #507212

    It works but only for that specific slide show. Do I have to add every carousel nr or is there a tag for all future fixel-carousels?

    And is there a way to get rid of the white space where the thumbnails are supposed to be?
    http://going-natural.com/jfixel/index.php/professional-hairstyles/2734-going-natural-hair-show
    Thanks.

    phong nam Friend
    #507231

    Hi simplesite,

    Another fixed solution in hiding the carousel thumbnails is opening templates/ja_fixel/html/com_content/article/default_gallery.php, then comment or remove these lines:

    <ul id="fixel-carousel-<?php echo $this->item->id ?>-thumbnails" class="thumbnails">
    <?php $j = 0; ?>
    <?php foreach ($img_data as $img => $attr) : ?>
    <li class="span1">
    <a href="<?php echo isset($attr['src']) ? $attr['src'] : '' ?>" class="thumbnail<?php echo ($j == 0 ? ' active' : '') ?>" data-target="#fixel-carousel-<?php echo $this->item->id ?>" data-slide-to="<?php echo $j ?>">
    <?php echo $img ?>
    </a>
    </li>
    <?php $j++; ?>
    <?php endforeach ?>
    </ul>

    <blockquote>And is there a way to get rid of the white space where the thumbnails are supposed to be?</blockquote>
    The reason of this issue that you leave too many empty spaces <br> before the article content in that article. You can open it and remove these <br>.

    simplesite Friend
    #507807

    When I comment this out, the slide show also disappears.

    phong nam Friend
    #507833

    Hi simplesite,

    I’m afraid that you commented wrongly. You can use these comment format in php file:

    <!–

    your_codes;

    –>

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  phong nam 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum