Okay, solved by myself. Anyone who’s interested… add these lines to your searchform (inside the <form – Tag) :
<input type=”hidden” value=”<?php if ($language == ‘en’)
echo “en”;
else
echo “de”; ?>” name=”language”/>
If you have more than 2 languages you can alter it with elseif
Cheers, Candy
I have the same problem… Any solution? I’ve found out that the singlepic displays fine in IE7 under XP. In Vista (64 bit) it displays as renmoo said… Firefox is fine anyway…
Hey, I’ve got a similar problem after updating from 0.99. Blank screen on all wp-admin pages… I installed 0.99 again and it works fine… but anyway, I’d like to see the new version of this great plugin!!!