Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
New pages destroying links
Hi!
I have the same issue in two pages:
www.circus-magazine.com and www.malize-photography.com/portfolio.
In Malize Photography, when you click on a category of images, new images of category are displayed, though links on the top of the page stop working, and are replaced by alt atributes.
Something similar happens with www.circus-magazine.com, when entering any txp link, the top link image dissapears and is replaced by alt attribute.
Is this a bug or I’m doing something wrong?
Thank you very much in advance :)
Offline
Re: New pages destroying links
i’m assuming your images are created via relative links?
yep : <img src="images/invita.png" alt="Invita a un amigo al circo" />
try full path links to the images instead.
either <img src="http://circus-magazine.com/images/invita.png" alt="Invita a un amigo al circo" />
or <img src="<txp:site_url />images/invita.png" alt="Invita a un amigo al circo" />
or <img src="../images/invita.png" alt="Invita a un amigo al circo" />
Last edited by iblastoff (2009-10-24 13:32:37)
Offline
Re: New pages destroying links
I assumede there was no difference between uploading images to the server and to textpattern, for html (not content). But you’re right, problem solved :)
Thank you
Last edited by Malize (2009-10-24 13:34:04)
Offline
Pages: 1