Wrong path for images
-
The plugin is loading images from the wrong path:
/wrp-cards/cardsShould be:
/poker-cards/cardsShould 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″>’;
- The topic ‘Wrong path for images’ is closed to new replies.