Header Below Slider on Single Post

Hi,

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?

Regards

Comments

  • Hi,

    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!
  • No problem and thx for consider it for future updates.

    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.
  • Can be closed.

This discussion has been closed.