Hi There,
The 404 page is not translating into the different languages – the string does even appear on the WPML string plugin. Also there are 404 pages on the WordPress pages area but they seem they are not connected. Could you please advise?
Here’s the 404.php code I have:
<?php
get_header();
?>
<div class=”container”>
<div class=”page-content page-404″>
<div class=”row-fluid”>
<div class=”span12″>
<h1 class=”largest”>404</h1>
<h1><?php _e(‘This page was moved’, ETHEME_DOMAIN) ?></h1>
<p><?php _e(‘Sorry, but the page you are looking for was moved. Please, visit our homepage to find your favourite tea.’, ETHEME_DOMAIN) ?> </p>
” class=”button medium”><?php _e(‘Go to home page’, ETHEME_DOMAIN); ?>
</div>
</div>
</div>
</div>
<?php
get_footer();
?>
Please let me know.
Also on WooCommerce I’m trying to translate the “From” word that appears before the price – the strings are translated but doesn’t propagate to the site. Also one of the attributes I have is weight and is not translating either – do you have any suggestions regarding this?
Please let me know!
Kind Regards,
Marcela