-
search.php providing search widget is not translated properly because of hard-coded string there. Proposed fix:
Instead of
<input type=”text” placeholder=”Search and hit enter…” name=”s” id=”search” />we need:
<input type=”text” placeholder=”<?php _e(‘Search and hit enter…’ , ‘hbthemes’); ?>” name=”s” id=”search” />
-
HB-Themes support team typically replies to all topics within 48 hours except on weekends and public holidays. You must register to post topics.
Forum Categories
- Highend WP Theme 25,647
- Aegaeus WP Theme 1,616
- Requests and Feedback 133