• As many others my browser is showing an error regarding my browser, flash and javascript. As I was searching for a solution I found the answer as add the code <?php wp_head(); ?> to the head area in the index.php. This doesn’t works for me, it does when I integrate it in header.php. But when I do this, the image which I use as background for the header is not visible anymore.
    It looks like this:

    <?php wp_head(); ?>
    </head>
    <body>
    
    <!--anchor for top-->
    <div id="container"><!--container goes here-->
    <div id="header">
    </div><!--//header-->

    The image is set as a background to the div. I’ve made my own template for wordpress and I’m new at wordpress and php, so proberly that’s where the problem comes from. I hope someone can help me how to fix this.

  • The topic ‘Problem nextgen slideshow’ is closed to new replies.