Big search Block

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
User avatar
RonP
Veteran Member
Posts: 260
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Big search Block

Post by RonP » 2025-09-13 16:29

Hi,
How can I get rid of the "Big search block" on the opening page?
big searchblock.jpg
big searchblock.jpg (17.02 KiB) Viewed 79 times
Ron

User avatar
jfischer
Veteran Member
Posts: 33
Joined: 2022-11-19 16:07
Location: Austria
Contact:

Re: Big search Block

Post by jfischer » 2025-09-14 14:28

Hello Ron

Create this script in footer.php. Then the large search field will disappear.

Best regards from Austria - Josef

Code: Select all

		<script>
		AppGini.disableHomePageSearch = true;
		AppGini.homePageSearchDescriptions = true;
		</script>

User avatar
RonP
Veteran Member
Posts: 260
Joined: 2013-08-27 13:36
Location: Heiloo, The Netherlands
Contact:

Re: Big search Block

Post by RonP » 2025-09-14 16:18

Hi Josef,
GREAT, thank you!

Ron

Post Reply