• Hi there,
    Can some one please help with embedding the search code in my website header?

    I have the search box code as follow, but don’t know how to add it to the header and position it under the top navigation menu in the gray overlay of mystile theme.

    website: https://diabeticplaza.com

    echo do_shortcode( ‘[aws_search_form]’ );

    I would appreciate your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Well its depends of what theme you are using, but anyway you must insert

    echo do_shortcode( ‘[aws_search_form id="1"]’ );

    to the theme header somewhere in the theme source code.
    Usually it is in header.php file.

    If you still have any questions do not hesitate to ask theme.

    Hi. Do you just add echo do_shortcode( ‘[aws_search_form id=”1″]’ ); anywhere on the header.php file and that’s it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embedding the product search box in the header’ is closed to new replies.