Replies: 0
Hi,
I’m making a website using livemesh addons but when I use post grid for my blog page, the button to open the post (Read more) can’t be translated. It seems to be a non untranslatable string because on Loco translate it doesn’t appear.
How may I translate it? My website is all Brazilian portuguese and I can’t have a button in English.
A friend of mine find a quick work around using js. This snippet works on the first time but it changes the string value after the page is ready. The problem is that I use filter on my blog page so when I use the filter the “Read more” come back because the page was not reloaded.
This is the snippet that my friend does:
$j('document').ready(function(){
$j('.lvca-module-11 .lvca-read-more a').html('Saiba Mais');
})
I’m not so good in js so if the solution don’t need it I would love it.
Thanks in advance.