codingpet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to login since new user setupmaybe 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
In reply to: Problem with automatic update to WP 3.4make 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
In reply to: redirect frontpage and disable dashboardWordPress 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 ??
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
In reply to: Can Anyone Please help..Sub Categories now not displaying@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
In reply to: Can Anyone Please help..Sub Categories now not displayingI 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
In reply to: Won't let me click/select …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
In reply to: Getting a Blank Page error when click on PublishTry 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
In reply to: FB LIKE button disappeared !Can you share site URL?
Forum: Fixing WordPress
In reply to: Change phone number and email addressThe 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
In reply to: After Updating WordPress SEO, my admin panel got brokeWordPress 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
In reply to: Change phone number and email addressShekhar 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.
by removing the author and time tags in your theme or adding display:none to style for these HTML elements.
Forum: Themes and Templates
In reply to: Wu Wei theme – #footer-right move to right hand side of page.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
In reply to: [raindrops] [Theme: raindrops] Custom page or postOpen 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.