-
AuthorPosts
-
simplesite Friend
simplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
September 25, 2013 at 3:37 pm #190917Hello,
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-afrosphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 26, 2013 at 4:11 am #507109Hi simplesite,
You can try to put below codes into templates/ja_fixel/css/custom.css file:
#fixel-carousel-2730-thumbnails {
display: none;
}simplesite Friendsimplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
September 26, 2013 at 4:48 pm #507212It 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 Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 27, 2013 at 1:03 am #507231Hi 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 Friendsimplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
October 2, 2013 at 2:31 pm #507807When I comment this out, the slide show also disappears.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 3, 2013 at 1:29 am #507833Hi simplesite,
I’m afraid that you commented wrongly. You can use these comment format in php file:
<!–
your_codes;
–>
1 user says Thank You to phong nam for this useful post
-
AuthorPosts
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