Cheers chaoskaizer, looks like a fine temporary fix for me! Let’s hope WPML will roll-out a update very soon.
Heya,
I just wanted to say that you made me a very happy developer, because I was looking for this functionality for a while. I will donate you as soon as I finished the project I’m working on.
Thank you very much and keep up the great work! 🙂
I know it’s something like this:
<?php if ( is_single(???) ) { ?>
<div class="Active" id="post-<?php the_ID(); ?>">
<?php } else { ?>
<div id="post-<?php the_ID(); ?>">
<?php } ?>
But the is_single(???) ID is dynamic. How can I get the ID based on a single post?
Looking forward to solutions!