Hi, I´m having trouble setting the Fancy Images shortcode on the sidebar using the text/html widget.
The exact same code works on he homepage but not on the sidebar. The images keep on the loading loop animation for a long time until they freeze.
The theme is Elegance, and I´ve already tried the solution of this thread without success (it wasn´t for Elegance, though):
http://mysitemyway.com/support/topic/fancy-list-shortcode-not-working-in-texthtml-sidebar-widget-in-infocus-20#post-22497
---
On a sidenote, the Fancy Images shortcode that I´ve used on my homepage was wrapped by the tags [RAW] and [/RAW].
I´ve managed to get rid of these tags by simpling changing the 156 line of "18-images.php"
from:
156: return '[raw]' . $out . '[/raw]';
to:
156: return '' . $out . '';
But I don´t think this dirt fix is related to the sidebar problem, as I´ve tried with the original 18-images.php without success.













