Support ForumSlider Revolution on Header all pages – Support Forum https://support.ishyoboy.com/forums/topic/slider-revolution-on-header-all-pages/feed/ Fri, 04 Sep 2026 02:34:15 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/slider-revolution-on-header-all-pages/#post-3101 <![CDATA[Slider Revolution on Header all pages]]> https://support.ishyoboy.com/forums/topic/slider-revolution-on-header-all-pages/#post-3101 Fri, 27 Jun 2014 14:09:55 +0000 ImagenMaldonado Hi IshYoBoy , how i can insert Revolution slider HTML <?php putRevSlider( “alias” ) ?> in the header? i want to show in all pages example: https://expogas.mx

Thanks

]]>
https://support.ishyoboy.com/forums/topic/slider-revolution-on-header-all-pages/#post-3120 <![CDATA[Reply To: Slider Revolution on Header all pages]]> https://support.ishyoboy.com/forums/topic/slider-revolution-on-header-all-pages/#post-3120 Mon, 30 Jun 2014 08:29:59 +0000 IshYoBoy Hey,

you can use the starter child-theme we have provided along with the theme. Then copy the “page.php” file from the parent theme and paste it in the root of your child theme. Once done edit the “page.php” file and add the rev slider code where necessary. E.g. on line 44 before the code:

<?php ishyoboy_the_content(); ?>

The page.php contains “IF” statement and handles two scenarios – page with sidebar set or page with no sidebar.. Therefore you need to pate it twice. Also please note you might have to update the home.php, archive.php, single-post.php if you want the slider dispalayed there as well.

A second alternative would be to use a filter. E.g.:

just put this into your child-theme’s functions.php file and maybe add some additional CSS styling to style everything to your needs.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>