Nibon
Forum Replies Created
-
working thanks
OK reading some other issues I came up with a solution.
Thanks!Forum: Plugins
In reply to: [Crelly Slider] Put the slider as main slider full pageOk,
I solved it, I had to unwrap it from the div and just leave:
<?php if(function_exists(‘crellySlider’)) crellySlider(‘home_page’); ?>Thanks anyway, Great plugin!
Forum: Plugins
In reply to: [Crelly Slider] Put the slider as main slider full pageand this in index.php
<?php get_header(); ?>
<?php get_template_part(‘loop’); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Plugins
In reply to: [Crelly Slider] Put the slider as main slider full pageThis is what I have in header.php:
<div class=”clear”></div>
<?php if ( ($settings[‘elements’][‘slider’][‘show’] || is_super_admin())&&(is_front_page()||$settings[‘slider’][‘innerpages’]) && ( isset( $settings[‘slider’][‘slides’] ) && count( $settings[‘slider’][‘slides’] ) ) ) { ?>
<div id=’slider’ class=”lzblock” <?php if (!$settings[‘elements’][‘slider’][‘show’]&&is_super_admin()) echo ‘style=”display:none”‘; ?> data-block=”slider”>
<div class=’slides’>
<?php get_template_part( ‘content’, ‘slide’ ); ?>
</div>
<div class=’slider-previews’></div>
<div class=’slider-arrows’>
<div class=’slide-left’ title=”Previous slide”></div>
<div class=’slide-right’ title=”Next slide”></div>
</div>
</div>
<?php } ?>Forum: Plugins
In reply to: [Crelly Slider] Deleted slides display as blankIt seems to be solved after refreshing several times.
Thanks! great plugin!
Hope you can help me with the other issue