The plugin is loading images from the wrong path:
/wrp-cards/cards
Should be:
/poker-cards/cards
Should be easily fixed by editing the wrp-cards.php file:
line 146:
$ret = ‘<img src=”‘ . WP_PLUGIN_URL . ‘/poker-cards/cards/’ . $text . ‘.gif” class=”wrp-cards” width=”30″ height=”20″>’;
line 148:
$ret = ‘<img src=”‘ . WP_PLUGIN_URL . ‘/poker-cards/cards/00.gif” class=”wrp-cards” width=”30″ height=”20″>’;