iok
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Custom Field Suite] Carousel with loopi work with this…
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel"> <?php $gallery_images = CFS()->get('gallery_images')?> <?php $i=0; foreach ($gallery_images as $image){?> <?php if($i==0){ ?><div class="carousel-inner"><?php } ?> <?php if($i % 2 == 0){ ?><div class="carousel-item active"><?php }?> <? echo '<img class="d-block w-100" src="'.$image["image"].'"/></div>'?> <?php if($i % 4 != 0){ ?></div><?php }?> <?php $i++; } ?> </div> <a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div>Forum: Themes and Templates
In reply to: [Pinnacle] image blog postHey there!! the solution is good because I had not thought, but obviously the slider will be used in other post … I’ve been reviewing the code but can not find the error …
Forum: Themes and Templates
In reply to: [Pinnacle] image blog postSorry the screenshot as a result of the configuration of the second screenshot
Forum: Themes and Templates
In reply to: [Pinnacle] image blog postFirst, thanks for answering so quickly. But if we use the gallery with a single image browsers Carousel right and left are. Like I said if you choose the type of post type image picture is displayed prominently. Deputy screenshots to understand me better.
Thank you!!.
https://dl.dropboxusercontent.com/u/24012902/imagen.png
Viewing 4 replies - 1 through 4 (of 4 total)