Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi @guptakushagra16,

    Theme slider is only for home page.

    If you want to use slider on custom pages, you have to use plugin for that

    https://ww.wp.xz.cn/plugins/slider-image/

    Thanks

    Thread Starter guptakushagra16

    (@guptakushagra16)

    Sir

    Thanks for your fast reply. I have already installed this plugin and got a php code that is

    <?php echo do_shortcode(“[huge_it_slider id=’1′]”); ?>

    please tell me where have I need to paste it.

    Thanks

    Kushagra Gupta

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put the short code in Page Content area in which page you want to show your slider.

    If you want to same show slider on all pages for this you have to create child theme

    Thanks

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    If you want to show slider on post or page put [huge_it_slider id=’1′]

    in post or page editor. or if you want to replace default theme slider with this plugin slider

    open home-slider.php file and remove all it’s content and put the given code in it

    i.e. <?php echo do_shortcode(“[huge_it_slider id=’1′]”); ?>

    Note:- It’s recommended that you modify theme core files using child theme. so when you update theme package your changes won’t be lost.

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Slider’ is closed to new replies.