
Originally Posted by
Reneetje
A question,
I have the site up and running but there is one little thing I cannot get fixed. In the mobile version, dropdownmenu there is the title SEARCH. No matter which language I choose (we have 3 languages), it keeps on displaying SEARCH.
I found out this file : tpl_modules_mobile_categories_tabs.php does mention this : Line #106 : <a href="#">Search</a>
But as it is not a language file if I change all languages will display this.
Any idea how to fix this so it displays correct language. If you want to see yourself go to
www.dynamitemagic.nl/shop and shrink the window and click on the left "menu" which opens up and shows SEARCH in any of the three languages.
How can I fix this?
I have noted this for a future template update.
You will need to add an echo to includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php in place of the word "Search":
Code:
<?php echo BOX_HEADING_SEARCH; ?>
Thanks,
Anne
Bookmarks