How do I get rid of the No Cover Image Available sign after I've added a local image?
Add this to your OpacUserJS: $(document).ready(function(){ $('.no-image').remove();});
From here: http://wiki.koha-community.org/wiki/JQuery_Library#Show_nothing_when_cover_i...
On Mon, Aug 4, 2014 at 9:46 AM, Heidi Addy <generalslibrary@ibethel.org> wrote:
How do I get rid of the No Cover Image Available sign after I've added a local image?
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On Tue, Aug 5, 2014 at 1:17 AM, Nicole Engard <nengard@gmail.com> wrote:
Add this to your OpacUserJS:
I think this situation is better solved with CSS by adding this to the OPACUserCSS preference: .no-image { display : none; } It's important to note that both solutions will hide *all* "no cover image" boxes regardless of whether the record has a local cover or not. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (3)
-
Heidi Addy -
Nicole Engard -
Owen Leonard