Replace theme Fury search box
-
Hello. Can’t integrate your search with the Fury theme properly. I tried all your suggested options in the documentation, only this code helped:
add_filter( 'aws_js_seamless_selectors', 'my_aws_js_seamless_selectors' ); function my_aws_js_seamless_selectors( $selectors ) { $selectors[] = 'header .search-visible'; return $selectors; }
But it completely replaces the entire search form. And when you click on the Search button (which opens the search bar), you cannot close the search pop-up window, since when you change the form to yours, the clear and close buttons are removed.
If you replace the class Forms> Input, then the buttons remain, but your search is displayed crookedly and does not work.
Help solve the problem.
[Signature links removed by moderator per forum guidelines.]- This topic was modified 4 years ago by .
- This topic was modified 4 years ago by .
- This topic was modified 4 years ago by . Reason: signature links removed
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Replace theme Fury search box’ is closed to new replies.