OK, lets handles the question one by one:
01. I asked to remove the list of character
The question is not clear.
If you want to remove "list of character", you will need to edit wordpress archive:
hidden link
in section "Search and Pagination", and remove the view's shortcode:
[wpv-view name="search_ch"]
see your own screenshot:
hidden link
If you want to display the "list of character", you will need customize your CSS codes here:
hidden link
section "Search and Pagination", click "CSS editor", you will find the CSS codes:
.search{
width: 200px;
position: absolute;
right: 0;
}
It is your CSS codes display it in the right
02. I asked to how to show the right image when I type the keywords
Here are the detail steps:
Open below URL:
hidden link
You should be able to see 4 items in the search result of keyword "warrior", the problem is all 4 posts are setup custom field value with keyword "warrior", for example this one:
hidden link
in section "Custom Fields", field "wpcf-dev-tip", the field value is using text "warrior", see screenshot: warrior.JPG
If you don't want this post to be displayed in the search result, you will need to remove text "warrior" in custom field "wpcf-dev-tip".
03. Then once you solve those, I want to know how to make the search bar as a global search bar.
This needs custom codes, the option "Only the search form" is only available for normal post view, it isn't available for wordpress archive, for example, you can create a page, click button "Fields and Views", find post view "test-search05", you will see the option "Only the search form", see screenshot search-form.JPG
More help:
https://toolset.com/documentation/user-guides/front-page-filters/#displaying-custom-search