archon810
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Title rewriting stopped working completelyThis issue is fixed in the latest WP-Minify (0.7). Thanks, Thaya!
Not working for me either, even after updates to 1.2.2.
Forum: Plugins
In reply to: [Plugin: Topsy Retweet Button] Topsy 1.2.2 Not working on WP 2.9.2Same here. 2.9.2 and 1.2.2 from svn.
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Title rewriting stopped working completelyOK, traced it down to WP-Minify (http://wordpress.org/extend/plugins/wp-minify/). I’ll contact Thaya and let him know. I have a feeling the ob_ functions in WP-Minify have a race condition with your plugin and the title changes get eaten up.
Forum: Plugins
In reply to: WordPress gallery incompatible with Advanced ExcerptI don’t know if it’s the best approach – consider posts that only have something within a shortcode (such as the gallery). You could potentially end up showing nothing or missing a large chunk of content.
Forum: Plugins
In reply to: dtabs plug inYes, it works fine for me.
Forum: Plugins
In reply to: Advanced Excerpt should close unclosed tagsBas, I updated to the latest version and disabled my functions.php fix. I think the ellipsis bug is fixed, if I’m not mistaken.
Also, I got everything to work with the link but there’s only 1 problem – I added a <div class=’bla’> into both ellipsis and read more text fields and the quotes got escaped (with one \ for single quotes and 3 \ for double quotes (hrm?)). It’s not a huge problem – I took out the quotes altogether, but it’d be nice to see a proper fix, in case I ever want to have 2 classes for one div.
Thanks.
Forum: Plugins
In reply to: [Plugin: My Link Order] Checkboxes not getting saved in the widgetThanks, verified.
Forum: Plugins
In reply to: Advanced Excerpt should close unclosed tagsEdit: I think actually the […] string comes in from your plugin as that’s what is specified in the plugin options, so I’m sure you could fix it.
And btw, the reason I didn’t use the full “View the rest of this post” in your plugin directly is because I wanted to wrap it into an
<a>tag but see no way of doing it from within that option field.Forum: Plugins
In reply to: Advanced Excerpt should close unclosed tagsOK, after looking into this further, I narrowed it down to the following:
<strong><em>blabla[...]</em></strong>What happens is the trailing excerpt string that signifies the end of it ([…]) is getting included into the
<strong><em>block. Additionally, I do a replacement of […] with a custom string like “View the rest of this post”, which makes this formatting issue even worse.I’m not sure if there’s a good solution here – ideally your plugin would run before the_excerpt() has a chance to insert its crap… is there a hook you can hook into before the_excerpt?
Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Apostrophe in folder name breaks the galleryThe fix worked great, as I wrote in my email. Thanks for the quick response!
Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Apostrophe in folder name breaks the galleryWouldn’t it rather be better to not think about if you can name a directory one way or another and instead get the bug fixed, rather than have the users think of workarounds like this and get the perception of “buggy” software? Any valid name that the filesystem allows should be parsed correctly.
BTW, lazyest, you’re not Marcel, are you?
Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] New, larger slide typeActually, now that I tried my gallery loading the huge images away from home, on a slower connection, it’s completely unacceptable. I am willing to compromise in the short term for having the load slide option as you suggested.
Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] Apostrophe in folder name breaks the galleryMarcel, RE: why would I want to have apostrophes: consider this name – “Foo’s Birthday” :-]
I’ll test as soon as I can and report back.
Forum: Plugins
In reply to: [Plugin: Lazyest Gallery] New, larger slide typeI thought about that at first, but the problem is, the slides might be too small. Lightview resizes images that are too big, so that they fit perfectly in the user’s viewport, so the user will always have the largest image that fits his or her screen. This is ideal behavior, IMO.