Elvirap
Member
Posted 3 years ago #
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?
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...
Elvirap
Member
Posted 3 years ago #
Solved it....turned out that the upload turned capitals into small letters......thanks.