Thread Starter
p2tu
(@p2tu)
For anyone who is interested, here’s the code:
<?php
$container_ids = $displayed_gallery->container_ids;
$gallery_id = $container_ids[0];
$mapper = C_Gallery_Mapper::get_instance();
$gallery = $mapper->find($gallery_id);
$desc = $gallery->galdesc;
echo $desc;
?>
Same problem. Image resize is not working. Latest WP and plugin.
I have to use another plugin atm, but I can provide example if necessary.
Yes. I have exactly the same problem.
Appeared after WP update today.
No full size pictures anymore:
http://www.thvk.ee/galerii/?album=Kuulmiskonverents2011
Probably related to wp latest update but can’t be sure…