This topic is locked
[SOLVED]

 Fixed Search Panel problem

12/5/2018 5:45:32 AM
PHPRunner General questions
P
peter.sabourn@ait.co.uk author

In version 10 how is the top bar ( Search in.. dropdown & Hide/Show options ) in the search panel removed completely ?
I have tried using the list page properties->listSearch->fixedSearchPanel tickbox, but this does not seem to do anything apart from completely blank the list page in the Editor.

admin 12/5/2018

Can you show some screenshots that would explain what you need to do?

P
peter.sabourn@ait.co.uk author 12/5/2018



Can you show some screenshots that would explain what you need to do?



In version 9 I'm able to suppress the header of the search panel and remove the Hide/Show options:


in v10 I can't see a way of doing this:


I thought that the Fixed Search Panel option would achieve this.

admin 12/5/2018

There are no images.

P
peter.sabourn@ait.co.uk author 12/6/2018



There are no images.



Right-click on the Posted Image and open in new tab. It's the only way I could get them in to this forum.

admin 12/6/2018

Try this in Custom CSS:

.panel-heading {

display: none;

}
P
peter.sabourn@ait.co.uk author 12/6/2018



Try this in Custom CSS:

.panel-heading {

display: none;

}




Superb ! Thanks Sergey.