1)
On this site: (hidden link) i have a search form where i only want the search part to show at the top and then I have the results on another page. But on the buttom of the page, the search form shows again. How do i remove it?
2)
On my mobile phone the 2 search bars in the top row are not looking good. How do i make them fit to the screen?
For the issue #1 I will need to see the screenshots of the code that you've added to the page template.
It's quite possible that you've added only the search bar but inserted the results view without specifying that you want the layout only. So I need to know exactly the view code that you are using on this page.
For issue #2 you can resolve this by using some mobile css.
@media only screen and (max-width: 600px) {
.js-wpv-filter-trigger{
width: 80%;
}
}
1) I don't know how to take screenshots of the code since I did not add a piece of code. I just added the search view element. If you want a login you can check? Or else: Can you guide me in what code you need?
Oh i see - but basically i need to remove the search form in the button and just show the search form in the top and then just a normal view with all the available badminton camps
When i press the view i only see stuff like this - no section for custom css. This is what i see:
View
A View is a list of items that you build and design. With Views you can create simple lists, grids, tables and custom searches.
View
Search for Badmintoncamps
Cache View
Custom Search Settings
What do you want to include here?
Both the search form and results
Only the search form
Only the search results
The first option will display the full View. The second option will display just the form, you can then select where to display the results. Finally, the third option will display just the results, you need to add the form elsewhere targeting this page.
Where do you want to display the results?
In other place on this same page
On another page
Page
Badmintoncamps search result (#769)
Unfortunately we are just not talking about the same view and your code didn't work - probably because I set it in the wrong view. And I can not access the CSS area on the top search view. The view you show me on the video and the search view on the top of the page on the cover image are not connected. I need to adjust the search view on the top.
And then I need the search bars / the search function on the bottom view - below the camps - to go away.