Title: codingpet's Replies - page 11 | 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 - 151 through 165 (of 181 total)

[←](https://wordpress.org/support/users/codingpet/replies/page/10/?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)…
[10](https://wordpress.org/support/users/codingpet/replies/page/10/?output_format=md)
11 [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/12/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to login since new user setup](https://wordpress.org/support/topic/unable-to-login-since-new-user-setup/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/unable-to-login-since-new-user-setup/#post-2975386)
 * maybe you can go to the phpmyadmin and check the wp_users table. Make sure the
   email is there and correct. If not, you can edit the email account to another
   one. Then get new password.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with automatic update to WP 3.4](https://wordpress.org/support/topic/problem-with-automatic-update-to-wp-34/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/problem-with-automatic-update-to-wp-34/#post-2975383)
 * make sure your site files permission are 755+ or writable. If can’t change it
   by yourself, contact the hosting will be helpful. If no luck, then you have to
   download and unzip the files to upload manually via FTP.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [redirect frontpage and disable dashboard](https://wordpress.org/support/topic/redirect-frontpage-and-disable-dashboard/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/redirect-frontpage-and-disable-dashboard/#post-2975378)
 * WordPress is designed for blog. So I think when a user login(admin, editor, author),
   they would like to dashboard to write posts etc. Users don’t need to login to
   post comments(unless admin set only logged users can comment). So I think only
   subscribers on the sites that only logged users can comment would like to be 
   redirected to frontpage.
 * Of course, this is just for normal wordpress blogs. For sites with specific purpose,
   you can simply redirect logged users to frontpage by adding a few codes to theme
   or by plugin.
 * It’s just my personal thoughts 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted-tried-to-allocate-2/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/fatal-error-allowed-memory-size-of-67108864-bytes-exhausted-tried-to-allocate-2/#post-2975375)
 * Deactivate plugins and change themes if possible to make sure the error isn’t
   caused by plugins or themes. Make sure you still see this error with a pure wordpress
   installation.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can Anyone Please help..Sub Categories now not displaying](https://wordpress.org/support/topic/can-anyone-please-helpsub-categories-now-not-displaying/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/can-anyone-please-helpsub-categories-now-not-displaying/#post-2974896)
 * [@creative_lounge](https://wordpress.org/support/users/creative_lounge/), you
   are welcome.
 * Can you please let me know how you make it domain.com/category/subcategory? Via
   plugin or by permalink custom structures and category base?
 * When using /%category%/%postname% as custom structure and using . as category
   base, the issue is 100% the same as yours. So I’m interested in how you configured
   the permalink.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can Anyone Please help..Sub Categories now not displaying](https://wordpress.org/support/topic/can-anyone-please-helpsub-categories-now-not-displaying/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/can-anyone-please-helpsub-categories-now-not-displaying/#post-2974892)
 * I assume you are using /%category%/%postname% as custom structure and using .
   as category base? If so, subcategories will not work.
 * I’m not quite sure why. It seems categories permalinks conflicts. If you change
   your custom structure to /%category%/%postname%.html and still use . as category
   base, then the subcategories will work. The only difference is that all posts
   will have .html in the url. But all pages/posts/categories will work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Won't let me click/select …](https://wordpress.org/support/topic/wont-let-me-clickselect/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/wont-let-me-clickselect/#post-2974883)
 * You can only click the post title to view the full post. The excerpt isn’t a 
   link at all. Of course, you can edit your theme to make the excerpt clickable.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Getting a Blank Page error when click on Publish](https://wordpress.org/support/topic/getting-a-blank-page-error-when-click-on-publish/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/getting-a-blank-page-error-when-click-on-publish/#post-2974882)
 * Try to access your hosting error log to see the errors.
 * There must be fatal erros in your codes. Your hosting doesn’t display these errors
   so you only see a blank page. Try to deactivate plugins one by one to see if 
   any plugins caused the issue. Also, you can change the theme to make sure the
   error isn’t caused by your theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [FB LIKE button disappeared !](https://wordpress.org/support/topic/fb-like-button-disappeared/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/fb-like-button-disappeared/#post-2975370)
 * Can you share site URL?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change phone number and email address](https://wordpress.org/support/topic/change-phone-number-and-email-address/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/change-phone-number-and-email-address/#post-2974856)
 * [@nebj85](https://wordpress.org/support/users/nebj85/),
 * The email and phone icons are in the same background image, so it’s not a simple
   fix.
 * 1. You can edit the background image in photoshop if you have, just increase 
   the space between the two icons.
 * 2. Then you can adjust the padding and width of #contact_details, #email and #
   phone slightly.
 * This is the steps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After Updating WordPress SEO, my admin panel got broke](https://wordpress.org/support/topic/after-updating-wordpress-seo-my-admin-panel-got-broke/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/after-updating-wordpress-seo-my-admin-panel-got-broke/#post-2974849)
 * WordPress SEO plugin especially the New version needs much memory. Lots of users
   reported the same issue when their hosting have limited memory. I saw your limitation
   is only 64M. Maybe this is the reason.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change phone number and email address](https://wordpress.org/support/topic/change-phone-number-and-email-address/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/change-phone-number-and-email-address/#post-2974841)
 * Shekhar is correct. I guess your designer just hardcoded the email address and
   Phone number. So you can change it follow Shekhar’s steps. If you need further
   help, please paste the content of your header.php to pastebin.com. The codes 
   you pasted is style.css that isn’t what we want.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Mon Cahier] [Theme: Mon Cahier] Deleting author and time stamp of posts](https://wordpress.org/support/topic/theme-mon-cahier-deleting-author-and-time-stamp-of-posts/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-mon-cahier-deleting-author-and-time-stamp-of-posts/#post-2973987)
 * by removing the author and time tags in your theme or adding display:none to 
   style for these HTML elements.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Wu Wei theme – #footer-right move to right hand side of page.](https://wordpress.org/support/topic/wu-wei-theme-footer-right-move-to-right-hand-side-of-page/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/wu-wei-theme-footer-right-move-to-right-hand-side-of-page/#post-2964229)
 * Hi,
 * I don’t say the same issue as yours when I changed #footer-right from float:left
   to float:right. I also minimise the browser screen but when it’s small enough,
   a scrollbar will display.
 * Maybe you already fixed the issue by setting up a fixed min width?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[raindrops] [Theme: raindrops] Custom page or post](https://wordpress.org/support/topic/theme-raindrops-custom-page-or-post/)
 *  [codingpet](https://wordpress.org/support/users/codingpet/)
 * (@codingpet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/theme-raindrops-custom-page-or-post/#post-2974830)
 * Open the post editor and navigate to “HTML” mode. Then paste <!–[raindrops color_type
   =”dark” col=”1″]–> to the top of the post in “HTML” mode. It works for me.

Viewing 15 replies - 151 through 165 (of 181 total)

[←](https://wordpress.org/support/users/codingpet/replies/page/10/?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)…
[10](https://wordpress.org/support/users/codingpet/replies/page/10/?output_format=md)
11 [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/12/?output_format=md)