@ayhanrv
hello.
I have the same problem as you.
<form class="elementor-search-form" role="search"
action="<?php echo home_url(); ?>" method="get">
I think it should show the current language (i used plugin polylang)
You can try replace code within the search-form.php
search-form.php
<form class="elementor-search-form" role="search" action="<?php echo home_url(); ?>/<?php echo pll_current_language(); ?>/" method="get">
I hope it will help solve your problem.
Thanks.
-
This reply was modified 5 years ago by devzstack.
-
This reply was modified 5 years ago by devzstack.
-
This reply was modified 5 years ago by devzstack.
-
This reply was modified 5 years ago by devzstack.