• Resolved financialfergy

    (@financialfergy)


    My website is http://www.teachwithfergy.com and I’ve been trying to input your slideshow into my homepage. I created a different template for my home page called homepage.php and when I enter one of the codes below into the Editor, I just get a big blank space. My background is grey and that’s the color of the area where the slideshow should be.

    Any help would be greatly appreciated.

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

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    http://wordpress.org/plugins/easing-slider/

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

    (@matthewruddy)

    Hi @financialfergy. Does the slideshow show when you insert the shortcode [easingsliderlite] into a WordPress post or page? You shouldn’t be required to alter any theme files, unless the slideshow isn’t being positioned within the content of a post/page.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey, did you get anywhere with this?

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Going to mark this as resolved, but feel free to get back to me if support is still required 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Easing Slider "Lite" Blank Area instead of slideshow’ is closed to new replies.