S
S
Sergey Smirnov2016-03-03 00:33:10
WordPress
Sergey Smirnov, 2016-03-03 00:33:10

How to unlock slider in wordpress theme?

I put a theme, but the slider is blocked. In the admin panel, nothing works where the slider setting is. In the place where the slider is displayed on the main page, here is the following code:

<?php



 get_header(); ?>
 <?php if ( is_home() ) { ?>


<div class="row"> 

<div id="slider">
<?php if( get_option( 'isis' )){ ?>
<?php get_template_part(''.$slides = of_get_option('slider_select', 'nivo').''); ?>
 <?php }else{ ?>
 
 <?php get_template_part('dummy/dummy','nivo'); ?>
        <?php } ?>  
 <?php } ?>  		
            
</div>



</div>
</div></div>

It's in the home.php file. Here I am testing this topic, maybe it will be clearer: weblifetime.ru
In which file can this ban on the output of the slider be and what functions does it block? What to look for even in the code, what words? I really need it, hope it helps!
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zakaz_zakaz, 2016-03-03
@Zakaz_zakaz

Remove the if condition for
If you added slides, they should be displayed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question