cycletheplanet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Image Viewing ProblemsI have added:
<img src=”<?php bloginfo(‘template_directory’);>/images/image.jpg” alt=”image” />This crashes the site, making it go completely blank.
Only the removal of this line from the source code of the header file resolves the problem.Additionally, the theme must be removed and replaced.
Accessing the image directly such as:
http://www.site.com/themes/themename/images.gif
causes an error 404
Thus, the image also does not load when it is displayed from within the code of the site.
Does anyone have any ideas why this problem happens??
Thanks.
Forum: Fixing WordPress
In reply to: Site Recovery ??I resolved the problem by removing all the themes from the site and then copying them back in. Somewhere, somehow, something in the theme got damaged.
Refreshing like this seems to be the solution.
Forum: Themes and Templates
In reply to: Site Blank – Help???I resolved the problem by removing all the themes from the site and then copying them back in. Somewhere, somehow, something in the theme got damaged.
Refreshing like this seems to be the solution.
Forum: Themes and Templates
In reply to: Image Viewing ProblemsJust a quick reply, I can give more tomorrow.
>> Did you put the images into posts, or into your theme?
I put the images in my theme like this:
I am using <img src=”img/imagename”>I have also tried with: src=”/theme/themename/img”
I have also tried with src=”http://web16…
All to no avail.
Any more thoughts?
Thanks for your help.