Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!!!

    question marks instead of Hebrew text

    #871145

    Hey talelie,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #872705

    http://www.wiseway.co.il/mkt-blog/
    I have changed it into […..] cause cannot have visitors to see juberish text.

    Thanks
    Tal

    #873227

    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

    #873237

    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.

    #874380

    Hi,

    What did you change in the functions.php file? The hebrew text are displaying properly when I checked the site.

    Best regards,
    Ismael

    #874555

    <script type=”text/javascript”>
    (function($) {
    function a() {
    $(“.read-more-link a”).empty().text(‘[המשך קריאה…]’);
    }

    a();
    })(jQuery);
    </script>
    <?php

    #874558

    Its appears like that: […..]

    #874671

    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

    #874731

    Hi, It is in the child theme!

    #875035

    Hi,

    Thank you for the info. Please post the login details in the private field. Make sure that the Appearance > Editor panel is accessible so that we can test the script.

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.