bgr
Forum Replies Created
-
Of course you can! How did I missed that? 🙂 Thanks and you’re welcome.
Forum: Plugins
In reply to: [Simple Lightbox] [Plugin: Simple Lightbox] Close if click on image?Thanks for the ideas (nicely designed site behind those links BTW). The thing is that I’m pretty sure I want it to work that way (to close it on click). I’m not using the gallery features of the plugin at all, single pictures only.
But now I get it, it’s not that simple. And I don’t want to make you rewrite the whole plugin.
I’m going to do it anyway, so if you could help me out with some function names, or any clue about where to look, you could save me some time 🙂
Cheers mate.Alright, I have a solution for my case, hope that helps. I’m using the thing with ‘categories’ mode. If you look around the code, you may realize why is this significant. My guess is it could work with other modes too… but I didn’t dig into it that deep.
Anyways. Go to line 2977 at the original wp-carousel.php file. You should see this:$return['image_url'] = wp_get_attachment_url($img_url_temp);Now change it to this:
$return['image_url'] = wp_get_attachment_thumb_url($img_url_temp);There. No more big images scaled to thumb size. Not very pretty, because it’s a 100×100 thumbnail, but if you designed the thumbnail sizes in the plugin’s config small enough, it’s not going to be a problem. Of course the aspect ratio still gone.
Cheers.2 months old question, no answer. A serious one too. I just spent a week with designing and customizing this thing and now I have to face this :[
Support: Please, if you have any question, problem or comment, ask them in the forum
Yeah right…
Anyone with a solution? Browsed through the source, but it’s a mess (a lot of disabled code, Spanish(?) comments)… I don’t want to throw it out now, not after the work I’ve put into it.Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Redirect to Blog not phpBBYeah, that would be nice. We’re all happy that you solved the issue, but we already knew it can be done. So?