Answer the question
In order to leave comments, you need to log in
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>
Answer the question
In order to leave comments, you need to log in
Remove the if condition for
If you added slides, they should be displayed
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question