Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2009-10-24 13:20:48

Malize
Member
From: Barcelona
Registered: 2007-08-28
Posts: 77
Website

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

#2 2009-10-24 13:25:14

iblastoff
Plugin Author
From: Toronto
Registered: 2006-06-11
Posts: 1,197
Website

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

#3 2009-10-24 13:33:34

Malize
Member
From: Barcelona
Registered: 2007-08-28
Posts: 77
Website

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

Board footer

Powered by FluxBB