tuunup
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unicode Vietnamese fontFinally found the solution. Turns out that Unicode wasn’t appearing correctly through WordPress and an adjustment was needed in wp-config.php.
Here is the info that I found (for those who is experiencing the same problem with Unicode). It’s from http://hansengel.wordpress.com/2007/10/09/wordpress-unicode-and-s/
Open up ‘wp-config.php’ from the root directory of your WordPress installation.
Add // at the very beginning of these two lines:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);So that section should now look like this:
//define(‘DB_CHARSET’, ‘utf8’);
//define(‘DB_COLLATE’, ”);Forum: Fixing WordPress
In reply to: Unicode Vietnamese fontAlas, I’ve tried what you suggested and still, nothing works.
I’m able to view Vietnamese fonts on other websites fine, such as this one http://vi.ww.wp.xz.cn/
Any advice on which WordPress theme I can use which will automatically allow Unicode to appear correctly?
Thanks.
Forum: Fixing WordPress
In reply to: Unicode Vietnamese font@tuanan, I put the font code as you suggested in the style.css page but it still didn’t work. Is the style.css page where the code should go? I didn’t see any other css listed.
Thanks.
Forum: Fixing WordPress
In reply to: Unicode Vietnamese fontI still have not resolved this problem. I read somewhere that I can set the “language” to reflect the language I want. Can someone tell me where the language setting is? I looked under “Settings” in the Dashboard but didn’t see an option to change the language. I remember that I saw it at the beginning when I first created my WordPress blog, but don’t know how to get to it now.
Thanks for helping.
Forum: Fixing WordPress
In reply to: php.ini (how to upload file size > 2 MB)Thanks, all. Problem resolved.
Forum: Fixing WordPress
In reply to: php.ini (how to upload file size > 2 MB)@shane G – I tried it at 600 as you suggested and it didn’t work so I tried a random number (1000), and it didn’t work either.
@kim09 – with the ftp method, will the person have to download the file before being able to listen to or watch it or will it be streaming from my WordPress website?
Thanks.
Forum: Fixing WordPress
In reply to: php.ini (how to upload file size > 2 MB)How do I upload audio via ftp? I only know how to upload files to the file manager but don’t know how to make it appear on my site at WordPress.
Thanks.Forum: Fixing WordPress
In reply to: Photos won’t centerNever mind. It worked. Thanks!
Forum: Fixing WordPress
In reply to: Photos won’t centerI tried both deleting it and turning into into a valid style but neither one worked. Those photos still won’t center. 🙁
Forum: Fixing WordPress
In reply to: How to show excerpt and allow Read More optionFound it. Thanks!
Forum: Fixing WordPress
In reply to: How do I remove an image hyperlinkThat worked nicely.
Thank you so much!