• Resolved styzack

    (@styzack)


    Hey! I really like the slider and want to use it on my website (my first crack at coding a WordPress theme).

    The only problem is when I paste the php code into my header.php or index.php no images appear, just a blank space.

    I’ve read through the forum but can’t seem to find a solution.

    Any help would be greatly appreciated.

    (www.scotttyzack.co.uk) You’ll see the white space below the nav.

    Thanks!

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

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

    (@matthewruddy)

    Hi @styzack, just had a look but it looks like you’ve already removed the slideshow. Would it be possible to add it again briefly so I can take a quick look? 🙂

    Thread Starter styzack

    (@styzack)

    I’ve just added it again, sorry! I was trying to fix it and temporarily removed it. If I’m logged in I can see the little settings cog in the top left corner and I can see the code is there, the images just aren’t showing.

    Thanks a lot.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Ok. I see what’s occurring. You’ve forgotten to include the WordPress header and footer hooks in your theme which allow plugins to load their scripts. Simply add <?php wp_head(); ?> before the </head> in your theme’s header.php file, and <?php wp_footer(); ?> before the </body> in the footer.php file.

    That’s all that should be required 🙂

    Thread Starter styzack

    (@styzack)

    Ah brilliant! Thanks a lot, it’s worked!

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Awesome 🙂 Going to mark this topic as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blank space instead of images’ is closed to new replies.