Replace search in Kallyas Theme
-
Hello,
I use your plugin and I love it.
Now I have a problem with the Kallyas theme, I want to replace the thema search, the bar on the top right side but keep the layout of thema, just replace the function and autocomplete appears.
is there a way to do this only with a snippet in functions.php?
I have this code, will it work?
if( defined(‘aws_search_form’) ){
add_action( ‘zn_head__top_right’, ‘add_aws_search’, 5 );
function add_aws_search(){
echo do_shortcode(‘[aws_search_form]’);
}or replace the selectors of kallyas theme by AJAx .header-searchform-text, .gensearch__input
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Replace search in Kallyas Theme’ is closed to new replies.