We are trying to open Finnish site with md-van theme. It works mostly ok, but front page filter menu and front page selected article terms do not allow translation. Also actual portfolio article node shows english terms even though they have been translated. Can you tell how we can get translated terms visible everywhere? If you give paches, I can apply them although I am not a coder, just advanced drupal user. We have installed all necessary translation modules i think.
Mon, 11/23/2015 - 08:44
Hi,
We will check and reply ASAP :) Thanks in advance for your patience.
Another one is problem in node--portfolio.tpl.php
Could you add checking that there is content in here:
<?php if(isset($content['field_website_link'])): ?>
<a href="<?php print render($content['field_website_link'][0]['#markup']); ?>" class="btn btn-default">VISIT SITE</a>
<?php endif; ?>
So I added this if.
For translating:
Please at a look at following link:
http://drupal.stackexchange.com/questions/37673/translating-views-conten...
And about problem in node--portfolio.tpl.php:
If you would like to stranlate, please replace
"VISIT SITE"
with