• Resolved elvirap

    (@elvirap)


    Hello,

    I uploaded a template to my server. I activated it in wordpress, and it looks fine in the template layout, with pictures and the whole layout, but when I apply the template to the site it doesn′t work. All I can see is the text and the navigation and the backgroundcolour, but no images and textbackground.

    I tried several templates but they all do the same, look fine in the appereances/themes, but not when applying them.

    What am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • coz you didn’t call your images properly,

    if you called your images in your php files, you should replace <img src="your image"/> with<image src=”<?php bloginfo(‘template_directory’);?>/ your image”/>`

    if you called your images in css make sure your pointing to the correct directory hope this helps…

    Thread Starter elvirap

    (@elvirap)

    Solved it….turned out that the upload turned capitals into small letters……thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme’s won’t display properly’ is closed to new replies.