Missing book covers in admin panel
-
Dear Kemory,
It’s been a long time since I’ve last disturbed your with your plugin. ??
As you know, I’m using your plugin for some months now. Lately, I’ve noticed all book covers were grayed out in the admin panel (/wp-admin/edit.php?post_type=rcno_review).
When removing the book cover, saving and loading it back (and saving of course) – it’ll make the image show again. So I’ve checked the code (F12 in Chrome) and here’s what I’ve found (if it helps):
The grayed out images are only showing this code:
<td class="book_cover column-book_cover" data-colname="Cover"><div style="width: 50px; height: 75px; background-color: #f1f1f1"></div></td>
While shown images are showing:
<td class="book_cover column-book_cover" data-colname="Cover"><img src="domain/wp-content/uploads/2018/05/???-??-cover.jpg" width="50px" /></td>
Does it help somehow?
Could be a version upgrade caused it? Can you think of any fix for that?
Thanks in advance.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Missing book covers in admin panel’ is closed to new replies.