• Hello,

    It would appear that I have many image not loading on my theme.
    Here is the line that seems to pose problems:
    header{position:relative;z-index:99; background:url(images/header_bg.jpg) 50% 0 no-repeat;}

    For some reason the image doesn’t seem to load at all. Its funny because some images will load and some wont.
    This image works:
    .light{background:url(images/light.jpg) 50% 100% no-repeat;}

    Any idea what might be causing the problem?

    I’m really stuck here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter wernesgruner

    (@wernesgruner)

    There are many things that aren’t loading properly in fact.

    Here is an exemple:

    <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery-1.4.4.min.js"></script>
        <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/script.js"></script>

    Those script don’t seem to load either.

    Thank you for your help 😀

    Thread Starter wernesgruner

    (@wernesgruner)

    Anyone?
    I am really stuck here 🙁

    Thanks.

    Moderator cubecolour

    (@numeeja)

    can you post a link to the site?

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

The topic ‘Template Conversion background:url() not loading’ is closed to new replies.