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
User avatar
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?
User avatar
Moderator

Joshua M
Mon Oct 24, 2016 9:19 am
I've edited your template.polaroid.php file and changed this fragment:
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.
User avatar
Moderator

GK User
Mon Oct 24, 2016 9:29 am
Thanks a lot!
User avatar
Senior Boarder

GK User
Tue Oct 25, 2016 9:37 am
don't forget about template.portfolio.php :-)
User avatar
Senior Boarder

Joshua M
Wed Oct 26, 2016 7:54 am
Ok, we'll improve also portfolio template file. Thanks.
User avatar
Moderator

GK User
Thu Jun 29, 2017 1:16 pm
This problem still not fixed. Did you abandon the service
User avatar
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.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.