• Resolved juan71

    (@juan71)


    Hi Nobita,
    appreaciation from my side for your work…
    But now i get a problem with using this plugin

    I have installed, activated ad configured the plugin Easing Slider Lite

    I use this code in the Header.php of my Raindrops child Theme:

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

    But nothing happens at all !!!
    Please give me a bit of your time …

    Cheers

    Gianni

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter juan71

    (@juan71)

    I have used the step by step guide here

    Thread Starter juan71

    (@juan71)

    Thanks but i think the problem is in the header theme ’cause if i put the shortcode in a page it works…
    P.S. However, I Have posted it also there…
    Cheers
    Gianni

    Theme Author nobita

    (@nobita)

    Hi juan71

    Raindrops has header templates 3types.

    html5 header-html5.php (default)
    xhtml 1.0 header.php
    header-front.php ( html5 for static front page )

    I use this code in the Header.php of my Raindrops child Theme:

    It may be wrong. Child theme need create a header-html5.php

    My Raindrops works fine easingsliderlite with nothing errors.

    if ( $raindrops_link_unique_text == true ) {
    
    			//echo raindrops_header_image( 'elements' );
    		}else{
    
    			//echo raindrops_header_image( 'home_url' );
    		}
    
    ?>
    <?php if ( function_exists( "easingsliderlite" ) ) { easingsliderlite(); } ?>

    Thank you.

    Thread Starter juan71

    (@juan71)

    Hi Nobita thanks for the quickly reply.
    It works !!!
    So in my child theme i have to make modifies in header-html5.php for customize the header ?
    I’m right with this?
    Cheers
    Gianni

    Thread Starter juan71

    (@juan71)

    Ok Thread solved

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image Slider in the header’ is closed to new replies.