GDI-HE / GeoPortal.rlp

Other
2 stars 0 forks source link

Unwanted div-box in Search Menu #75

Closed dpakprajul closed 11 months ago

dpakprajul commented 12 months ago

Problem

https://www.geoportal.hessen.de/search/ When we go inside Suche in>Info, we can see a lot of Articles. There is a box at the end which shouldn't be the part of the page until any content is inserted into it.
grafik

Possible solution:

1) The div box could be hidden in searchCatalogue/templates/search_results.html:60 2) The div should be hidden until any content is loaded or clicked (using js)

What I have tried: 1) Added style="display: none;" in line 61 (search_results.html)

<div class="mediawiki-article" style="display: none;">
        </div>

The change in style removes the empty box and has no negative impact in displaying the clicked content inside the box.

grafik

karlbrink commented 11 months ago

thx @dpakprajul