-
AuthorPosts
-
April 12, 2016 at 7:43 am #913356
Hello,
I just started using "JA Magz II".Under the Menu Item Type "Category Blog", all the leading text in Japanese characters are not displayed.
- Japanese titles: displayed correctly
- Leading text in Japanese characters: nothing displayed
- Leading text in roman characters: displayed correctly
- Main text in Japanese characters: displayed correctly
Do you have any idea how I can solve the issue?
Thank you
Ichiro Nagata
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 13, 2016 at 2:30 am #917321Hi,
If possible, send me the URL & admin login info via your reply and SET IT AS PRIVATE reply so I will check for you.
Regards
April 14, 2016 at 6:56 am #917868This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 15, 2016 at 3:54 am #918214Try to apply my solution with the problem on your site.
Open templates/ja_magz_ii/html/com_content/category/blog_item.php file
find and change
<?php $this->item->introtext = substr(strip_tags($this->item->introtext), 0, 200); $this->item->introtext = substr($this->item->introtext, 0, strrpos($this->item->introtext, ' ')) . " ..."; echo $this->item->introtext; ?>
to
<?php $this->item->introtext = substr(strip_tags($this->item->introtext), 0, 200); $this->item->introtext = substr(strip_tags($this->item->introtext), 0, strrpos(strip_tags($this->item->introtext), ' ')) . " ..."; echo $this->item->introtext; ?>
April 15, 2016 at 9:20 am #918254Thank you very much for the prompt reply.
Unfortunately it did not help.- PHP changed accordingly.
- Cash deleted
- Menu, Categories, Articles reloaded.
Still the same.
For me it is a very serious issue.
If this problem won’t be solved or it takes a long time to solve I have no choice, but change the template.
I wonder if this is a Japanese specific issue or CJK-languages?
Best regards,
Ichiro Nagata
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 15, 2016 at 10:44 am #918276Kindly give me a screenshot and the description on that. It would help to understand the problem on your site.
April 15, 2016 at 11:19 am #918293Thank you.
Here is a screenshot of the corresponding page, but all other pages look same when it is configured;
Menu Item Type: Category Blog (configuration as defalut), Text in Japanese characters
enter link description hereOther URL: please see that I sent you yesterday.
Best regards,
Ichiro Nagata
April 18, 2016 at 8:30 am #919207Hello,
I’d like to send you two more screenshots which I set based on Purity III and T3 Blank.
On both templates Japanese are displayed correctly.
It does not work only with ja_magz_ii.
Furthermore, Fonts (Roman and Japanese) which I chose are not reflected with ja_magz_ii.
These fonts are correctly reflected on Purity and T3 Blank.
I hope you can help me soon.
Best regards,
Ichiro Nagata-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 19, 2016 at 6:54 am #919650I got this bug on your site, please send me FTP account of your hosting via your reply and set as private reply. I will help you to check this directly on your site.
April 19, 2016 at 8:22 am #919697Hello again,
sorry to rush you, but is it worth to wait for your answer (solution) ?
Even if yon can’t give me a solution right away I will be a bit relieved to hear from you, if you are working for it or not.
For your information: I installed the quickstart-template.
Thank you
Best regards,
Ichiro NagataApril 19, 2016 at 4:34 pm #920038This reply has been marked as private.April 19, 2016 at 4:40 pm #920041P.S.
I forgot to give you the related URL (Blog Category page) as the screenshots which were sent.http://www.euro-japan.net/index.php/jp/travel-jp
Thank you
Ichiro NagataNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 21, 2016 at 11:00 am #920940I fixed the problem directly on your site with solution below
Open templates/ja_magz_ii/html/com_content/category/blog_item.php file
find and change<?php $this->item->introtext = substr(strip_tags($this->item->introtext), 0, 200); $this->item->introtext = substr(strip_tags($this->item->introtext), 0, strrpos(strip_tags($this->item->introtext), ' ')) . " ..."; echo $this->item->introtext; ?>
to
<?php $this->item->introtext = substr(strip_tags($this->item->introtext), 0, 200); // $this->item->introtext = substr($this->item->introtext, 0, strrpos($this->item->introtext, ' ')) . " ..."; echo $this->item->introtext." ..."; ?>
Now, you can see it’s working as well on your site
April 21, 2016 at 12:19 pm #921028Hello Mr. Lead,
Very happy and appreciated for your great work and effort.
I thank you very much.
Best regards,
Ichiro NagataApril 21, 2016 at 4:43 pm #921100Hello again,
Maybe I’ve been too early pleased.
Now "category colour" does not work any more.
As I set colours with logos according your documentation two weeks ago all colours worked perfect.
Did this change affect in some ways or did I do something wrong since?
I have no idea. Folder: imagesjoomlart and category colour setting must be OK.
I don’t know where should be checked otherwise.
Following pages should have background colours:
http://www.euro-japan.net/index.php/jp/life-jp/colour-test
http://www.euro-japan.net/index.php/jp/life-jp/business
http://www.euro-japan.net/index.php/jp/life-jp/berlin
Could you please give me some tips?
Thank you.
Ichiro NagataAuthorPostsThis topic contains 37 replies, has 2 voices, and was last updated by nagata 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum