-
AuthorPosts
-
October 31, 2017 at 1:09 pm #870820
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!!!November 1, 2017 at 11:16 am #871145Hey talelie,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardNovember 5, 2017 at 8:22 am #872705http://www.wiseway.co.il/mkt-blog/
I have changed it into […..] cause cannot have visitors to see juberish text.Thanks
TalNovember 6, 2017 at 5:53 pm #873227Hi,
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,
YigitNovember 6, 2017 at 6:11 pm #873237Hi 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.November 9, 2017 at 4:52 am #874380Hi,
What did you change in the functions.php file? The hebrew text are displaying properly when I checked the site.
Best regards,
IsmaelNovember 9, 2017 at 9:04 am #874555<script type=”text/javascript”>
(function($) {
function a() {
$(“.read-more-link a”).empty().text(‘[המשך קריאה…]’);
}a();
})(jQuery);
</script>
<?phpNovember 9, 2017 at 9:11 am #874558Its appears like that: […..]
November 9, 2017 at 2:58 pm #874671Hi 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,
VictoriaNovember 9, 2017 at 3:58 pm #874731Hi, It is in the child theme!
November 10, 2017 at 7:09 am #875035 -
AuthorPosts
- You must be logged in to reply to this topic.
