This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Questions

#20331
Ernest MarcinkoErnest Marcinko
Keymaster

Szia!

Érkezett válasz a megoldással, a következőt írta:

A techmarket-child/templates/sections/ mappába, készíts egy navbar-search.php nevű fájlt, majd másold ezt bele:

<?php
/**
* Search Bar
*
* @author Foto Monza
* @package Techmarket/Templates
*
*/

?>
<div class ="navbar-search">
<?php get_product_search_form()?>
</div>
<?php
?>

Az eredeti választ itt megtekintheted.