widac to na stronie:
http://tester.mojito.media.pl/debacom/klie...indywidualni/#_
trzeba zjechac troche nizej zeby zobaczyc przyciski w panelu zaufali nam... tip wyskakuje strasznie wysoko, moze wiecie czemu to jest wina. jesli cos potrzeba wiecej info to dam.
kod:
Kod
<div class="<?php reactor_columns(4); ?>">
<div class="panel zaufali zaufali2">
<h4>Zaufali nam</h4>
<div id="test" class="images row section buttons owl-carousel owl-theme">
<?php
$args = array('post_type' => 'Buttony', 'order' => 'ASC', 'posts_per_page' => -1);
$loop = new WP_Query($args);
$posts = $loop->post_count;
while ($loop->have_posts()) : $loop->the_post();
//class="large-2 columns"
?>
<div class="button-size"><a data-tooltip aria-haspopup="true" class="has-tip tip-top"
title="<?php the_content(); ?>" href="#_">
<span class="img button-<?php echo get_the_ID() ?>">
<?php the_post_thumbnail(); ?>
</span>
<br>
<span class="title"><?php echo get_the_title() ?></span>
</a></div>
<?php endwhile; ?>
</div>
<div class="nav">
<a href="#_" class="prev"><img src="<?php echo get_template_directory_uri(); ?>/library/img/business/prev.png" alt=""></a>
<a href="#_" class="next"><img src="<?php echo get_template_directory_uri(); ?>/library/img/business/next.png" alt=""></a>
</div>
<a href="#_">Pokaż wszystkie</a>
</div>
</div>
<div class="panel zaufali zaufali2">
<h4>Zaufali nam</h4>
<div id="test" class="images row section buttons owl-carousel owl-theme">
<?php
$args = array('post_type' => 'Buttony', 'order' => 'ASC', 'posts_per_page' => -1);
$loop = new WP_Query($args);
$posts = $loop->post_count;
while ($loop->have_posts()) : $loop->the_post();
//class="large-2 columns"
?>
<div class="button-size"><a data-tooltip aria-haspopup="true" class="has-tip tip-top"
title="<?php the_content(); ?>" href="#_">
<span class="img button-<?php echo get_the_ID() ?>">
<?php the_post_thumbnail(); ?>
</span>
<br>
<span class="title"><?php echo get_the_title() ?></span>
</a></div>
<?php endwhile; ?>
</div>
<div class="nav">
<a href="#_" class="prev"><img src="<?php echo get_template_directory_uri(); ?>/library/img/business/prev.png" alt=""></a>
<a href="#_" class="next"><img src="<?php echo get_template_directory_uri(); ?>/library/img/business/next.png" alt=""></a>
</div>
<a href="#_">Pokaż wszystkie</a>
</div>
</div>