• Resolved brio39

    (@brio39)


    I want to replace the header image with a slider made using Easing Slider Plugin. Where do I need to put the code? header.php or custom header.php? So far I’m not seeing what to replace or over-ride in my child theme.
    Thanks in advance for your help!
    My site is https://www.robinsonandtoler.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • You should place the following code

    <?php if ( function_exists( "easingsliderlite" ) ) { easingsliderlite(); } ?>

    within

    <!-- Custom Header code from custom-header.php -->
    [...]Remove everything here[...]
    <!-- End Custom Header from custom-header.php -->

    in the header.php file of your child theme.

    But I think you aren’t using a child theme.

    Thread Starter brio39

    (@brio39)

    I haven’t activated it yet. I’ll do that now and reinstall the theme with my custom codes.

    I got the slider in, do I need to adjust the sizing in the plugin or the header file because the navigation menu is now showing up on the slider?

    The slider seems to behave differently on IE and Firefox. On FF the slideshow is displayed on the right corner.

    Since the problem is now with the slider open a topic in the plugin’s support forum

    https://www.ads-software.com/support/plugin/easing-slider

    Thread Starter brio39

    (@brio39)

    Ok, thanks. I’m using Chrome and it isn’t completely right either. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Replace header image with Easing slider, where to put the code?’ is closed to new replies.