• First of all thank you for this awesome theme.
    I’d like to view home page’s slider in the inner pages and posts too. I tried to edit index.php cutting off the condition “if ( is_home() )” but with no result: I can see the slider in home page but not in inner pages.
    I looked at pro version’s feature to find if there is a solution in the pro version, but i didn’t find it.
    Is there a way to see the slider in all site pages?
    Thank you again.
    Antonio

Viewing 1 replies (of 1 total)
  • Theme Author Towfiq I.

    (@tislam100)

    Open up index.php and cut these lines:

    <?php if ( asteria_is_mobile() && (!empty($asteria['hide_mob_slide'])) ) { ?>
    	<?php }else{ ?>
        <?php $slidertype = $asteria['slider_type_id']; ?>
        <?php get_template_part(''.$slidertype.''); ?>
    <?php } ?>

    and open up head4.php and paste the code to the very bottom of the file.

Viewing 1 replies (of 1 total)
  • The topic ‘slider in inner pages’ is closed to new replies.