Problems with the Cyrillic text
Writer, blogging theme for writers and authors | Support forum.
- GK User
- Thu Oct 20, 2016 10:40 am
Sometimes Cyrillic text (in a polaroid style, and on a static main page) looks like this: https://www.dropbox.com/s/w49xz9xo59ibnzz/45.png?dl=0
-
- Senior Boarder
- Joshua M
- Fri Oct 21, 2016 8:01 am
Hello,
Could you please provide me with FTP and back-end access to your website via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
Could you please provide me with FTP and back-end access to your website via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
-
- Moderator
- Joshua M
- Mon Oct 24, 2016 9:19 am
I've edited your template.polaroid.php file and changed this fragment:
into:
It will be fixed with the next theme update, thanks for the feedback.
- Code: Select all
<?php echo substr(get_the_title(), 0, get_theme_mod('writer_polaroid_title_limit', '40')) ; ?>
into:
- Code: Select all
<?php if(function_exists('mb_strlen')) : ?>
<?php echo mb_substr(get_the_title(), 0, get_theme_mod('writer_polaroid_title_limit', '40')) ; ?>
<?php else : ?>
<?php echo substr(get_the_title(), 0, get_theme_mod('writer_polaroid_title_limit', '40')) ; ?>
<?php endif; ?>
It will be fixed with the next theme update, thanks for the feedback.
-
- Moderator
- GK User
- Mon Oct 24, 2016 9:29 am
Thanks a lot!
-
- Senior Boarder
- GK User
- Tue Oct 25, 2016 9:37 am
don't forget about template.portfolio.php
-
- Senior Boarder
- Joshua M
- Wed Oct 26, 2016 7:54 am
Ok, we'll improve also portfolio template file. Thanks.
-
- Moderator
- GK User
- Thu Jun 29, 2017 1:16 pm
This problem still not fixed. Did you abandon the service
-
- Junior Boarder
- Joshua M
- Fri Jun 30, 2017 8:54 am
Hi,
The issue is improved, but there were no report about other issues, so update was not released yet.
The issue is improved, but there were no report about other issues, so update was not released yet.
-
- Moderator
8 posts
• Page 1 of 1