Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#445 2005-11-17 08:39:25
Re: upm_img_popper
I have the following problem.
My default article template looks like this:
<h1><txp:title /></h1>
<txp:body />
<p class="r">blablabla</p>
Normally, this returns
<h1>I am the title</h1>
<p>This is the article...<p>
<p>Maybe this is a second paragraph...</p>
<p class="r">blablabla</p>
If I insert an image with upm_img_popper _at the beginning of an article, it returns
<h1>I am the title</h1>
<img src="http://www.irox.de/images/151.jpg" class="re" alt="Roxomatic!" height="39" width="430">This is the article...
<p>Maybe this is a second paragraph...</p>
<p class="r">blablabla</p>
If I insert the same image inside the article, there isn’t any problem with missing p-tags… Normally, I would make a workaround with wrap-tags, but the problem is that the CSS-tag re has the value { margin:5px;float:right; }.
If you have a look at the article, you will see that the missing p-tag makes the design uglier – the paragraph is more to the left than the others. The page remains XTML-transitional-valid, however.
Any ideas or hints?
Postscriptum: TXP 4.0.1 and upm_img_popper 0.9.4
Last edited by Kossatsch (2005-11-17 08:40:42)
Offline
#446 2005-11-17 12:49:33
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Offline
#447 2005-11-18 03:28:19
- pinkowitz
- New Member
- From: los angeles
- Registered: 2005-07-02
- Posts: 4
Re: upm_img_popper
Hi mary,
I’m a little late on the draw, but thanks for the option not to auto-load the script.
I love this plugin!
Offline
#448 2005-11-18 04:29:23
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Colak, I discovered this is a bug caused by Textpattern itself (an unclosed <p><small>
if you disabled Textile). I’ve reported it and sent in a patch via the dev mailing list. I know that doesn’t really help you now, but I don’t think I can fix or workaround this. I’ll keep trying.
Offline
#449 2005-11-18 14:44:20
Re: upm_img_popper
thanks mary
i will make do with the existing ‘images’ tab for now.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#450 2005-11-19 22:04:16
Re: upm_img_popper
> mary wrote:
v.0.9.6
This is supposed to resolve all the bugs I know about, but, if one still exists for you, please let me know.
I don’t know if this is a general bug, but it somehow looks rather strange on my PC (winXP, FF 1.07).
Offline
#451 2005-11-20 00:44:23
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
0.9.7
Offline
#452 2005-11-23 20:41:36
- redpen
- Member
- From: Maine USA
- Registered: 2005-11-01
- Posts: 24
Re: upm_img_popper
New install of 0.9.7 on 4.0.2…
When I try to preview image, alt, or caption, I get invalid argument error on line 50 char 2 of ../index.php?event=upm_img_popper&bm=true#
Am I alone?
This was with IE6 on WinXP.
Firefox 1.0 is okay for preview popups.
Last edited by redpen (2005-11-23 20:55:30)
Offline
#453 2005-11-23 21:40:11
Re: upm_img_popper
Confirmed, same here. WinXP SP2, IE 6. Everything cosy with FF 1.0.7.
Too sad you can’t force your clients to use a proper browser…
Offline
#454 2005-11-28 23:09:25
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
This is maddening. Same browser and platform. I don’t get any errors or warnings, but I don’t get the popups either. Firefox and Opera are fine. I searched and searched, can’t find anything on it via Google.
If I can’t find anything, or someone else can’t figure it out, IE users will have to live with the fact that their browser is extremely outdated, insecure, broken and should be buried. I wish it were otherwise, but there’s nothing else I can do at this point.
Offline
#455 2005-12-01 21:58:47
- andersms
- New Member
- Registered: 2005-09-20
- Posts: 7
Re: upm_img_popper
Disclaimers: New to TxP, using version 4.0.2 (r1076).
It seems that the caption does not pass to the <img...title="blabidy" />
correctly when using the “popup” type, with <txp:upm_image />
or <txp:upm_article_image />
. It works properly when using thumb.
Case study here (image at the top of the article is a “popup”, image at the bottom is a “thumb”).
Offline
#456 2005-12-02 12:52:13
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Are you using the latest available version of the plugin?
Offline