Re: [Koha] local cover book images

2014-08-05 Thread Owen Leonard
On Tue, Aug 5, 2014 at 1:17 AM, Nicole Engard neng...@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
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] local cover book images

2014-08-04 Thread Nicole Engard
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_images_are_not_found




On Mon, Aug 4, 2014 at 9:46 AM, Heidi Addy generalslibr...@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

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha