Title: codingpet's Replies - page 4 | WordPress.org

---

# codingpet

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 46 through 60 (of 181 total)

[←](https://wordpress.org/support/users/codingpet/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/codingpet/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpet/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpet/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/codingpet/replies/page/5/?output_format=md)…
[11](https://wordpress.org/support/users/codingpet/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/codingpet/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/codingpet/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/codingpet/replies/page/5/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to hide my home link in my menu just for a specific page](https://wordpress.org/support/topic/how-to-hide-my-home-link-in-my-menu-just-for-a-specific-page/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/how-to-hide-my-home-link-in-my-menu-just-for-a-specific-page/#post-3109126)
 * Not sure about the twitter bootstrap plugin. For installing plugins, check [http://codex.wordpress.org/Managing_Plugins](http://codex.wordpress.org/Managing_Plugins)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help to get parent post slug](https://wordpress.org/support/topic/help-to-get-parent-post-slug/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/help-to-get-parent-post-slug/#post-3109458)
 * Hi,
 * I saw you write a function but did you run the function actually? e.g. $the_parent_slug
   = the_parent_slug(); And Then use the $the_parent_slug variable.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to hide my home link in my menu just for a specific page](https://wordpress.org/support/topic/how-to-hide-my-home-link-in-my-menu-just-for-a-specific-page/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/how-to-hide-my-home-link-in-my-menu-just-for-a-specific-page/#post-3109122)
 * header.php 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar problems](https://wordpress.org/support/topic/sidebar-problems-24/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/sidebar-problems-24/#post-3109455)
 * Hi there,
 * For your question, I believe you can do it by changing css files. I’m not familiar
   with the theme you are using and not sure how many options the theme provide.
   But the basic idea is to make the big container(the container include both the
   main content and sidebar) the pick? color(#FBCEB1) you are using. Then make the
   main content background to white. You also need to revise the the padding and
   margin of the main content. The double border should be the right border of the
   main content to make not the left border of the sidebar. Then it should be fine.
 * Like this image [http://codingpet.com/final-effect-demo.jpg](http://codingpet.com/final-effect-demo.jpg)
   I changed the style via firebug in firefox browser.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to hide my home link in my menu just for a specific page](https://wordpress.org/support/topic/how-to-hide-my-home-link-in-my-menu-just-for-a-specific-page/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/how-to-hide-my-home-link-in-my-menu-just-for-a-specific-page/#post-3109117)
 * Hi there,
 * I think you need a copy of header.php in your child theme. Esmi’s link is just
   to explain how to include js or css files into your header.php. Don’t write <
   script src=”etc”></script> directly in your theme as this may cause conflicts.
   Use the enqueue Esmi mentioned.
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Alipay For WooCommerce] [Plugin: Alipay For WooCommerce] congratulation!](https://wordpress.org/support/topic/plugin-alipay-for-woocommerce-congratulation/)
 *  Plugin Author [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-alipay-for-woocommerce-congratulation/#post-3037033)
 * Thank you for your response. I don’t use wp-ecommerce too much, but I know it’s
   a great plugin. I will see if I can build an alipay plugin for wp-ecommerce in
   my spare time.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing chinese characters](https://wordpress.org/support/topic/missing-chinese-characters/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/missing-chinese-characters/#post-3020227)
 * Hi, where did you put the [@import](https://wordpress.org/support/users/import/)
   part? It needs to be at the very beginning of style.css, before any css statement
   starts, or else it won’t work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing chinese characters](https://wordpress.org/support/topic/missing-chinese-characters/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/missing-chinese-characters/#post-3020200)
 * Cufon will draw the characters when loading the page. This is why you can see
   the Chinese in the first 1 to 2 seconds. After loading and drawing, Chinese is
   broken. Try google fonts option. Google fonts don’t support Chinese either but
   at least will not make the Chinese disappear.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing chinese characters](https://wordpress.org/support/topic/missing-chinese-characters/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/missing-chinese-characters/#post-3020199)
 * Hi, Google fonts will not make the Chinese disappear. Cufon will make the Chinese
   disappear. It seems you are using the cufon option.
 * As your theme also support google fonts, please use this option.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Accessing Admin Panel](https://wordpress.org/support/topic/accessing-admin-panel-2/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/accessing-admin-panel-2/#post-3020109)
 * Do you have your hosting information? If yes, you can access your database(via
   phpmyadmin etc). Find the wp_users table and find the “admin” record. Change 
   the email address to yours.
 * Then you can go to your site wp-admin login screen and click the lost password
   button. Details will be sent to your email address. Just follow the steps to 
   get it back.
 * If no hosting information, No wp-admin information. Then no ideas…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing chinese characters](https://wordpress.org/support/topic/missing-chinese-characters/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/missing-chinese-characters/#post-3020108)
 * Are you theme using cufon or font face etc? They don’t support Chinese characters
   so nothing will display.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page 2 404 not found?](https://wordpress.org/support/topic/page-2-404-not-found/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/page-2-404-not-found/#post-3020107)
 * most of the time it’s caused by permalinks. How you configured your permalink?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [question about robots.txt](https://wordpress.org/support/topic/question-about-robotstxt-1/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/question-about-robotstxt-1/#post-3020106)
 * I think it’s still valid but not sure why it’s generated. Do you have a folder
   named xNFeJ7XB2xnaDGdA ? I can only guess it’s generated by a plugin or your 
   hosting.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All my featured images are broken!?!?!?](https://wordpress.org/support/topic/all-my-featured-images-are-broken/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/all-my-featured-images-are-broken/#post-3020104)
 * Hi there,
 * I think you need to check the Theme file to see how you get the featured image
   path. In wp-admin->apperance->editor, you can check/edit the theme php files 
   without FTP information.
 * As far as I know, Most of Elegant Themes using their own php codes to get featured
   images in slider. So you need to check if these codes can get the proper image
   http URL not the Absolute file path.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [db dead. .. host has odd request](https://wordpress.org/support/topic/db-dead-host-has-odd-request/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/db-dead-host-has-odd-request/#post-3008258)
 * Yes. You must edit wp-config.php with your new password. ClaytonJames’ instruction
   is great.

Viewing 15 replies - 46 through 60 (of 181 total)

[←](https://wordpress.org/support/users/codingpet/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/codingpet/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpet/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpet/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/codingpet/replies/page/5/?output_format=md)…
[11](https://wordpress.org/support/users/codingpet/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/codingpet/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/codingpet/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/codingpet/replies/page/5/?output_format=md)