Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1091305
    smoothjapan
    Participant

    Hi there, I’m working on this site and set up The Grid grids in two languages. In English everything seems to work fine but for Japanese sometimes the right, sometimes the wrong grid turns up. Please see this page: http://dev.smoothjapan.com/ja/mentors/

    #1091308
    smoothjapan
    Participant

    Should come up like attached screenshot.

    #1091313
    smoothjapan
    Participant

    I could get it to work using raw content blocks instead of the cornerstore The Grid block. Is there something wrong with name formats? I changed the name of that grid after it was generated.

    #1091343
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in and for sending us the screenshot. The Read More text is coming from TheGrid plugin. You may need to translate this plugin as well. For the meantime, please insert this following code in your child theme’s functions.php file.

    // Translate Read More 
    // =============================================================================
    function change_readmore_text($translated) { 
      $translated = str_ireplace('Read More', 'insert your JA translation here', $translated);
      return $translated; 
    }
    add_filter('gettext', 'change_readmore_text' );
    // =============================================================================

    Hope this helps.

    #1091467
    smoothjapan
    Participant

    Hi there.

    This is quite helpful, but the translation of the skin’s text wasn’t what I’m concerned about.

    The problem has to do with the Grid not being displayed at all, or maybe some other random grid being displayed after I chose the one I created in Japanese.

    Since it works with the shortcode, I’m assuming that Cornerstone implementation is somehow flawed?

    I also tried to change the name from KSN JA to KSNJA to see if a space would fix the problem. I’m not sure if it did though.

    See screenshot for ID and shortcode.

    #1091493
    Rue Nel
    Moderator

    Hello There,

    Please make sure that each of your items on the grid is already been translated. Would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1095331
    smoothjapan
    Participant
    This reply has been marked as private.
    #1095844
    Rad
    Moderator

    Hi there,

    I installed Transient Cleaner plugin and cleared your site’s transient, then deleted The Grid element from the content and re-added it. It’s now displaying correctly.

    Please check, thanks!

    #1096447
    smoothjapan
    Participant

    Excellent. Thank you!

    #1096477
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1091305 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>