Header and images when building a plugin

how do you close these settings down without closing theme in the theme when building a plugin I’m building a search along with this forum (separate) from each other and because if this forum I need this turned off but not in the search I’m referring to the image not do I want a nasty header during search

and this thing the header can pop up every time a thread is created or a thread is replied to I know the option is right there how do you remove it for a plugin I’m NOT going to give you access to look a lot of these plugins are self built and I don’t need extra hands and problems

2 Likes

If you’re building this as a plugin, don’t disable it globally in the theme. Target the header/banner only on the search route. For example, add a route-specific CSS class and hide the element there. That way the header still appears normally when creating or replying to threads, but stays hidden during search.