Title: guided's Replies | WordPress.org

---

# guided

  [  ](https://wordpress.org/support/users/guided/)

 *   [Profile](https://wordpress.org/support/users/guided/)
 *   [Topics Started](https://wordpress.org/support/users/guided/topics/)
 *   [Replies Created](https://wordpress.org/support/users/guided/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/guided/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/guided/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/guided/engagements/)
 *   [Favorites](https://wordpress.org/support/users/guided/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 55 total)

1 [2](https://wordpress.org/support/users/guided/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/guided/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/guided/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/guided/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[WordPress Backup to Dropbox] [Plugin: WordPress Backup to Dropbox] Backups failing](https://wordpress.org/support/topic/plugin-wordpress-backup-to-dropbox-backups-failing/)
 *  [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-backup-to-dropbox-backups-failing/#post-2599551)
 * I am too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mystery CSS in header](https://wordpress.org/support/topic/mystery-css-in-header-1/)
 *  Thread Starter [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/mystery-css-in-header-1/#post-2001242)
 * I’ve disabled it. Problem solved. I’m not sure was was breaking it, but I don’t
   really care. I also have two tabs open, so it isn’t useful, and it would look
   like an eroor to logged in clients.
 * Thanks again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mystery CSS in header](https://wordpress.org/support/topic/mystery-css-in-header-1/)
 *  Thread Starter [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/mystery-css-in-header-1/#post-2001234)
 * I logged out and _voila_, gone. I was using an Under Construction plugin, to 
   prevent anybody but users from viewing the site, which ís why I didn’t ever see
   it without the 28px margin.
 * How do you activate the toolbar? And can you disable it?
 * Thanks for the help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mystery CSS in header](https://wordpress.org/support/topic/mystery-css-in-header/)
 *  Thread Starter [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/mystery-css-in-header/#post-2000027)
 * The problem seems to have gone away. Must have been a caching issue, though I
   did try to clear my cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexupload multithread uploader] [Plugin: Flexupload multithread uploader] Error #2046 when clicking on button](https://wordpress.org/support/topic/plugin-flexupload-multithread-uploader-error-2046-when-clicking-on-button/)
 *  [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-flexupload-multithread-uploader-error-2046-when-clicking-on-button/#post-1684988)
 * Same problem here. Are there any plans to upgrade the plugin?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change font color in posts?](https://wordpress.org/support/topic/change-font-color-in-posts/)
 *  [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/change-font-color-in-posts/#post-1702108)
 * There is no style declared at the body level for your site, so the meta you’re
   referring to (date and author) doesn’t seem to have any style values at all.
 * You could just add the following to style.css:
 *     ```
       .entrymeta {
       color: #ffffff
       }
       ```
   
 * But I think the following would be better:
 *     ```
       body {
       color: #ffffff;
       font-family: Verdana,Arial,sans-serif;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Chinese Characters in Theme Files](https://wordpress.org/support/topic/chinese-characters-in-theme-files/)
 *  Thread Starter [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/chinese-characters-in-theme-files/#post-1701590)
 * I’m running PHP Version 5.2.14 and I’ve read, at [http://andrewkandels.com/my-top-ten-internationalization-headaches-and-how-i-fixed-them/](http://andrewkandels.com/my-top-ten-internationalization-headaches-and-how-i-fixed-them/)(
   point 7), that PHP 5 can trim some UTF-8 characters. Might this be the problem?
   It’s next to impossible for me to know, as I don’t know much about PHP, let alone
   the studd used to build WordPress.
 * If you need more details, I’ve included Chinese in my themes index.php and style.
   css files. Both are getting scrambled and I get stuff like ˮƽ���м��� instead.
   You can see the problem next to my titles on [http://englishcollective.org/zh-hans/](http://englishcollective.org/zh-hans/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fatal error: Call to undefined function get_header()](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-get_header-10/)
 *  [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-get_header-10/#post-1494088)
 * Fixed it. I put the theme’s index.php in the WordPress root accidentally, because
   of an ftp error on my server. Phew!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fatal error: Call to undefined function get_header()](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-get_header-10/)
 *  [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-get_header-10/#post-1494087)
 * I’ve got the same error on englishcollective.org. Not sure if this is related,
   but I had just added the post_is_in_descendant_category funtion to my theme’s
   functions.php file. I’ve tried replacing the whole wp-include directory, but 
   that didn’t work. I’m panicking because I don’t know what to do next. Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] [Plugin: The Events Calendar] Compatibility with WPML Multilingual CMS](https://wordpress.org/support/topic/plugin-the-events-calendar-compatibility-with-wpml-multilingual-cms/)
 *  [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-events-calendar-compatibility-with-wpml-multilingual-cms/#post-1566753)
 * Hear hear. I have both installed, and I’ve tested compatibility by creating a
   post and a translation, with events scheduled for the same date and time. Both
   events appear on the same calendar, which defeats the purpose of WPML, and on
   events pages the language picker is broken. Ideally, the language picker would
   move you between different calendars in different languages. I think this is 
   happening because WPML creates an extra post for translations and The Events 
   Calendar sees posts, in the right category, as events, but I have no idea how
   to go about correcting this.
 * You can see what I mean at [http://englishcollective.org/category/events/?eventDisplay=month](http://englishcollective.org/category/events/?eventDisplay=month),
   and if you can at least point me in the right direction – I’m fairly comfortable
   hacking themes, but know very little php – I’ll use this site as a sandbox.
 * Thanks,
    Iain
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding posts_nav_link() to theme](https://wordpress.org/support/topic/adding-posts_nav_link-to-theme/)
 *  Thread Starter [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [16 years ago](https://wordpress.org/support/topic/adding-posts_nav_link-to-theme/#post-1482551)
 * Esmi’s fix worked. Makes sense too. Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Browsing *.php (inactive) in Plugin Editor](https://wordpress.org/support/topic/browsing-php-inactive-in-plugin-editor/)
 *  Thread Starter [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/browsing-php-inactive-in-plugin-editor/#post-1460133)
 * Any ideas anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help with Plugin Editor Please – I’m sure this is easy](https://wordpress.org/support/topic/help-with-plugin-editor-please-im-sure-this-is-easy/)
 *  [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/help-with-plugin-editor-please-im-sure-this-is-easy/#post-1214375)
 * I’m having a similar problem. The plugin file is marked at inactive but the plugin
   itself is active. The problem occured after I tried to edit the plugin file (
   core.php of the Pixopint Menu plugin – but I’m not sure that’s related) while
   the plgin was activated. I’vce tried deleting the whole plugin and installing
   but nothing has changed.
 * I have made changes to the file but these aren’t refelcted in site reloads, so
   I’m guessing that WordPress has created a copy of the orginal file and is using
   that instead. How do I go back to using the original?
 * Thanks,
    Iain
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [IE6 Sidebar Issue (Small Fix Needed)](https://wordpress.org/support/topic/ie6-sidebar-issue-small-fix-needed/)
 *  Thread Starter [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/ie6-sidebar-issue-small-fix-needed/#post-1112649)
 * Thanks Alex. Changing the margin width didn’t work, but reducing the width of#
   blogleft by 30px (in IE) seems to have done the job. I don’t know why, and I’m
   sure there are neater fixes out there, but it WORKS, and that’s enough.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [IE6 Sidebar Issue (Small Fix Needed)](https://wordpress.org/support/topic/ie6-sidebar-issue-small-fix-needed/)
 *  Thread Starter [guided](https://wordpress.org/support/users/guided/)
 * (@guided)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/ie6-sidebar-issue-small-fix-needed/#post-1112521)
 * Anybody?

Viewing 15 replies - 1 through 15 (of 55 total)

1 [2](https://wordpress.org/support/users/guided/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/guided/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/guided/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/guided/replies/page/2/?output_format=md)