Hi,
First the plugin is great.
Second, I’ve got an issue when implementing it on WordPress while using qtranslate.
It happens that the plugin-url for ‘slimbox2_autoload.js.php’ is not retrieved properly for multi-language pages (e.g. http://www.XXX.com/fr/index.php
<script type=’text/javascript’ src=’http://www.XXX.com/wp-content/plugins/wp-slimbox2/javascript/slimbox2.js?ver=2.02′></script>
–> this is fine
<script type=’text/javascript’ src=’http://www.XXX.com/fr/wp-content/plugins/wp-slimbox2/javascript/slimbox2_autoload.js.php?ver=1245843187′></script>
–> this is wrong: the sub-folder /fr/ should not be included.
As I am not very much familiar with php it would be great if you could tell me WHERE and HOW to change the code in order make it work properly.
Another minor issue is the auto-loading of jquery. As I load jquery – also for other plugins – via google, I don’t need to load it once again.
If somebody knows how to eliminate this automatic loading fo jquery, I would appreciate it.
Best regards,
mat