• Resolved ASCJ

    (@ascj)


    I downloaded easy slider lite plugin, and put the following code inside header php ?>
    <?php if ( function_exists( “easingsliderlite” ) ) { easingsliderlite(); } ?>
    nothing is happening with the slider .. now I read your thread but is there an easier way to do this then creating a child theme and having to create a header-html5.php why doesn’t the slider work in your theme?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author nobita

    (@nobita)

    Hi ASCJ

    Please change the header template from header-html5.php to header.php

    The latest, in the Raindrops, if the current html5, header template is used is header.php. I thought, mostly because of its easier to understand for the user, we have changed

    Thank you.

    Thread Starter ASCJ

    (@ascj)

    Where is the header template?

    Thread Starter ASCJ

    (@ascj)

    I have header-front.php header-xhtml.php
    Header (header.php) Which one is it?

    Theme Author nobita

    (@nobita)

    When possible, I want to update to the latest version

    If you have a customized template, it is recommended the child theme

    http://codex.ww.wp.xz.cn/Child_Themes

    Note:

    Raindrops child theme is no need ‘@import parent theme style.css’

    @import url("../twentythirteen/style.css");

    Raindrops child theme is auto load raindrops/style.css.

    Theme Author nobita

    (@nobita)

    Since there is no reply 2 weeks, change to Resolved

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Nobita’ is closed to new replies.