intsfanatic
Member
Posted 1 year ago #
Hello, i´ve been wordpressing for a month now, but i have this little problem i need to solve.
I sliced and coded my page into html/css, and i want to make it a working wp site. But when i put new theme into the themes folder and activate my theme, then the site doesnt display imgs at all. Here´s a link of my situation.
http://www.upload.ee/image/983079/prblm.jpg
A screenshot is of no use. What might help is a link to a page demonstrating the problem and a reasonably detailed description of the issue.
intsfanatic
Member
Posted 1 year ago #
sorry i cant give u link, my wordpress is installed localy.
as i said when i activate my theme, wp simply doesnt show any images which are described in html, for example i have a div which holds a img tag and has a src to an image file. i dont know is it because i change the index.html to index.php or what might be the problem ?
If u dont want yr work or brand to be damaged set up a dev site too with no index no follow in the header. You - like all of us - will benefit greatly as u develop if we can see yr code or css. We simply can not offer support to screenshots.
Ensure that all links and image srcs use absolute urls.
intsfanatic
Member
Posted 1 year ago #
thaks man, that was the problem, i never knew that this could make a difference
Relative urls don't work well in WordPress, so the simplest option is to avoid them whenever possible.