Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi,
How can i translate the search field “search your style” to “search”?
Thanks and Best regards.
They are all added in a pot file.
You need to translate that pot file in your language :)
Hi,
I tried to change it in loco translate > Themes > June > june.pot but it said “Error: Unknown error”.
Thanks and Best regards.
Can you please provide me your wp credentials to take a deeper look into it? Wishlist link issue too.
Thanks
Hello,
You can translate the string using included .pot files. And you can change it to just ‘Search’ by editing this file: \includes\codeless_builder\header-elements\cl_header_search.php
Find this line:
<input type="search" id="<?php echo esc_attr( $unique_id ); ?>" class="search-field input-search-field" <?php $this->generateStyle( '.search-element .input-search-field', true ); ?> placeholder="<?php echo esc_attr__( 'Search Your Style', 'june' ); ?>" autocomplete="off" value="<?php echo get_search_query(); ?>" name="s" />
I tried to change that for you, but the saving is taking to long, so i suggest you contact your host and make sure to allocate more memory to your WordPress installation. So you won’t have any issue later on.
Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.