Publication: Hide the koha banner
dc.contributor.advisor | Balnaves, Edmund | |
dc.date.accessioned | 2017-04-03T12:36:40Z | |
dc.date.available | 2017-04-03T12:36:40Z | |
dc.date.issued | 2017 | |
dc.description | Use OPACUserJS system preference with jquery to hide the opac banner<pre><code>$(".brand").hide();</code></pre><br />Note - the web page must be ready before the jquery will be able to modify the display format, so all the jquery so opacuserjs should include the jquery document ready function as follows:<pre><code> $(document).ready(function(){ $(".no-image").hide(); $("#rssnews-container").hide(); $(".newsfooter").hide(); $(".brand").hide(); }); </code></pre> | en_US |
dc.format | Text | en_US |
dc.identifier.collectionname | Koha documentation | en |
dc.identifier.uri | http:/docs.prosentient.com.au/prosentientjspui/handle/703/2905 | |
dc.subject | Koha3.20+ | en_US |
dc.subject | Koha | en_US |
dc.subject | opacuserjs | en_US |
dc.subject | jquery | en_US |
dc.title | Hide the koha banner | en_US |
dc.type | FAQ | en_US |
dspace.entity.type | Publication |