That’s what the slideshow looks like when no script and no functional stylesheet is loaded.
You’ll need to add the ‘<?php wp_head(); ?>‘ function call to your theme’s ‘header.php’ file, right before the ‘</head>‘ tag, and the ‘<?php wp_footer(); ?>’ function call to your theme’s ‘footer.php’ file, right before the ‘</body>‘ tag.
These function calls are needed by a lot of plugins, so it’s pretty much required that you include them in your theme. More information on ‘wp_head’ here, more information on ‘wp_footer’ here.
Thread Starter
mulaps
(@mulaps)
some progress, now there is just a white place, without arrows.
That sounds like the ‘wp_footer‘ function is not quite doing the trick yet. Is there any way I’d be able to see your website (not as image), so that I could see what’s going wrong?
Thread Starter
mulaps
(@mulaps)
Yeah! Thanks, the problem was in <?php wp_footer(); ?>, i forget add it.
Big thanks! 🙂