Thank you Thank you Thank you Tobias. That did the trick. Appreciate it a lot 🙂
I noticed you (Tobias) found a solution for lightbox below
<<<<<Please open the file “lightboxplus.php” in the “lightbox-plus” folder and change line 138 from
add_filter( ‘the_content’, array( &$this, ‘filterLightboxPlusReplace’ ) );
to
add_filter( ‘the_content’, array( &$this, ‘filterLightboxPlusReplace’ ), 12 );
(note the 12 at the end, which will tell WordPress to execute that filter function after WordPress Shortcodes are evaluated).>>>
I can’t figure out what to change in shawdowbox