Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @korih2, could you link me to the slideshow on your site?

    The code below should work for only showing the slideshow on your homepage.

    <?php
    if ( is_home() && function_exists( 'easingsliderlite' ) ) {
        easingsliderlite();
    }
    ?>

    Otherwise, try this code instead:

    <?php
    if ( is_front_page() && function_exists( 'easingsliderlite' ) ) {
        easingsliderlite();
    }
    ?>

    One of those snippets should work ??

    Thread Starter korih2

    (@korih2)

    Hi Matthew,

    I added [easingsliderlite] on home edit page and the slider is now up on the top, under the menu on only home.
    however, when I add filter/portfolio/recent post widgets onto content top or on maintop, it shrinks down to fit within the 2 columned larger left part and appearing under those widgets…and shows up on every pages…

    For those codes, where should I exactly place them???

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @korih2, could you link me to the page you’re talking about? I’ll take a quick look for you.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey again, going to mark this as resolved but feel free to get back in touch if support is still required ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header Image Slider Home Page Only’ is closed to new replies.