• Resolved TipTopWebDesign

    (@tiptopwebdesign)


    Hi I want to insert the slider into the theme header, where there is currently a fixed image. I am not sure how to insert the PHP code into header.php. The theme (floki) appears to have an option for a slider, but I can’t get it to work.
    The code that seems to apply in the header.php is currently
    <?php if(is_front_page() && (floki_get_option( ‘hslider’ )!=”none” && floki_get_option( ‘hslider’ )!=””)) { ?>
    Where should I insert the slider code? Thanks for your help.

    https://www.ads-software.com/plugins/slider-wd/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Sona

    (@support-web-dorado)

    Dear TipTopWebDesign,

    Please use the following php code whenever inserting the slider within a custom location <?php wd_slider(1); ?> where 1 should be replaced with the slider id you want to insert. Thank you.

    Thread Starter TipTopWebDesign

    (@tiptopwebdesign)

    Hi Thanks, I have the slider in place now, but I can’t seem to get rid of the picture!??

    Thread Starter TipTopWebDesign

    (@tiptopwebdesign)

    Ok I got it. Had to take out the title and description from the header options. All sorted thanks.

    Sona

    (@support-web-dorado)

    Dear TipTopWebDesign,

    Thank you for using our plugin.

    Dear TipTopWebDesign,

    When you say you “take out the title and description from the header options” where did you do that?

    Thanks

    Thread Starter TipTopWebDesign

    (@tiptopwebdesign)

    Hi minsueb, this was a peculiarity of the Floki theme which inserted an image on the front page until I took out the header options. Nothing to do with the slider, sorry for the confusion.

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