Tagged: x
-
AuthorPosts
-
July 17, 2016 at 10:16 pm #1091305
smoothjapanParticipantHi 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/
July 17, 2016 at 10:18 pm #1091308
smoothjapanParticipantShould come up like attached screenshot.
July 17, 2016 at 10:24 pm #1091313
smoothjapanParticipantI 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.
July 17, 2016 at 10:47 pm #1091343
Rue NelModeratorHello There,
Thanks for writing in and for sending us the screenshot. The
Read Moretext 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.
July 18, 2016 at 2:41 am #1091467
smoothjapanParticipantHi 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.
July 18, 2016 at 3:02 am #1091493
Rue NelModeratorHello 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
July 20, 2016 at 9:10 am #1095331
smoothjapanParticipantThis reply has been marked as private.July 20, 2016 at 3:08 pm #1095844
RadModeratorHi 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!
July 20, 2016 at 11:06 pm #1096447
smoothjapanParticipantExcellent. Thank you!
July 20, 2016 at 11:32 pm #1096477
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1091305 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
