we have for all sites the header option "Below Slider", but on single post ist doesn't work. Even if we want to use a custom layout für single posts we can't choose any Revolution Slider. What can we do?
with last update, we added option to select layout for single posts and this can be setup in Theme options > Getting started > Blog section. But rev slider can not be selected for single posts yet. We'll consider it while future updates.
Comments
with last update, we added option to select layout for single posts and this can be setup in Theme options > Getting started > Blog section. But rev slider can not be selected for single posts yet. We'll consider it while future updates.
Thanks!
We have solved the problem by editing the header.php and insert the following code
after
<?php if( mfn_header_style() == 'header-below' ) echo mfn_slider(); ?>
<?php if( is_single() ) echo putRevSlider("Slider-Alias"); ?>
This works fine.
Regards.