mircobabini
9/10/2013 - 1:48 PM

Fix SACK issue for Roo Heatmap 2.0.4 plugin for Wordpress

Fix SACK issue for Roo Heatmap 2.0.4 plugin for Wordpress

<?php

// SCROLL to line 374 and COMMENT this two lines
// $rh_sack_url = includes_url('js/tw-sack.min.js');
// echo '<script src="' . $rh_sack_url . '"></script>' . "\n";

// ADD this line just BELOW these two lines
wp_print_scripts(array( 'sack' ));

// and so on [..]
// i.e. the js.heatmap-2.0.1.js requirement should be at line 377, after the fix