I made a tweak that fixed it for now until I know what really happened. Seems WP 3.5 does something with the code in the plugin on line 415
<?php wp_reset_query();
changed to
<?php wp_reset_postdata();
I made a tweak that fixed it for now until I know what really happened. Seems WP 3.5 does something with the code in the plugin on line 415
<?php wp_reset_query();
changed to
<?php wp_reset_postdata();