I have managed to solve the “read more” issue by changing the function.php, according to your instructions.
but now, after the last Emfold update, the hebew turns jiberish!!!
Hey talelie,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
http://www.wiseway.co.il/mkt-blog/
I have changed it into […..] cause cannot have visitors to see juberish text.
Thanks
Tal
Hi,
Have you translated using this plugin – https://wordpress.org/plugins/loco-translate/ or similar? If you have, please refer to this post – https://kriesi.at/documentation/enfold/child-theme-translations/ and apply those changes on your child theme once again.
Best regards,
Yigit
Hi Yigit, Sure, all my website is fully translated.
I had this problem a few weeks ago and solved it by changing in fundtion.php
but it happens again after updating the theme.
Hi,
What did you change in the functions.php file? The hebrew text are displaying properly when I checked the site.
Best regards,
Ismael
<script type=”text/javascript”>
(function($) {
function a() {
$(“.read-more-link a”).empty().text(‘[המשך קריאה…]’);
}
a();
})(jQuery);
</script>
<?php
Its appears like that: […..]
Hi talelie,
You should really put it in the child theme functions.php, that way your code will not be lost on every update.
Best regards,
Victoria
Hi, It is in the child theme!