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

    (@matthewruddy)

    Hi @robbbs, it should be as simple as pasting [easingsliderlite] into a WordPress post or page. Does that not work?

    Thread Starter robbbs

    (@robbbs)

    how easy is it, I have followed online instructions and still cant get it right do you have a link I can follow? Where exactly do i paste the code in the index.php or on the header.php?
    Thank you

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Where you should paste it into your theme depends completely on how your theme is structured and formatted. For the correct response, try contacting your theme developer(s). You can also try simply pasting the code in various files, using trial and error, until you find the ideal location.

    Unfortunately this isn’t something Easing Slider can control as it is theme related.

    The code used in a theme file should be:

    <?php
    if ( function_exists('easingsliderlite') ) {
        easingsliderlite();
    }
    ?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Easing Slider "Lite" installation’ is closed to new replies.