Mike
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to log in after upgrading to 3.7.1@wpyogi Didn’t mean it to sound that way, hence the smiley face. Was just thinking I could help at no cost.
Forum: Fixing WordPress
In reply to: Problem uploading imagesI’m assuming you mean png and not pg 🙂 What does it say is your “Maximum upload file size” when you try to upload?
Forum: Fixing WordPress
In reply to: child theme will not appear in WP themes panelAs long as they are setup like this inside the themes folder:
– gridresponsive
– gridresponsivechildMeaning they are both visible when you enter the themes folder, I’m not sure why the child theme won’t show. Using the style.css code you provided (simply change the template line to lis my parent theme), I see a child theme in the themes manager.
Forum: Fixing WordPress
In reply to: My Registration has been disabled.What does s2Member -> Multisite (Config) say? Does it give you the option to allow registration? Sounds like that plugin has taken over the ability to allow registration.
Forum: Fixing WordPress
In reply to: Posts vs. BlogsI agree you will need to be familiar with things if you go the route of custom post types. This is the best way to go though. If you do a Google search for custom post types book reviews, you should find at least one site with files to help you with this.
Forum: Fixing WordPress
In reply to: child theme will not appear in WP themes panelOne more thing I can think to look at is this: Is the child theme inside the parent theme or sitting along side it in the themes folder? If it’s inside, it will not show on the themes page.
Forum: Fixing WordPress
In reply to: child theme will not appear in WP themes panelJust copied and pasted the top part of what you posted (swapping out the template name for my parent theme) and it comes up in the theme manager, even with the little n in name. Strange. You have a gridresponsive folder correct, with the parent theme?
Forum: Fixing WordPress
In reply to: My Registration has been disabled.So you’ve confirmed “User accounts may be registered.” under the network settings is selected and registration is disabled? Or does it not seem to save the selection?
Forum: Fixing WordPress
In reply to: Unable to log in after upgrading to 3.7.1A fresh install would wipe everything out and pulling back in a backup with issues might just put you back to the situation you are in now. You could try talking to a WP expert directly. Don’t want to plug myself, but I’m available 😉
Forum: Fixing WordPress
In reply to: Unable to log in after upgrading to 3.7.1Was everything working on the backup you have? You could restore from that and then upgrade to the latest.
Forum: Fixing WordPress
In reply to: how to exclude a category in show_post_countDo you want to exclude just the post count for the category or the category itself?
Forum: Fixing WordPress
In reply to: Unable to log in after upgrading to 3.7.1Yeah, I’d push the site back to the current version and then we can see what the underlying cause is and hopefully help you fix that.
Forum: Fixing WordPress
In reply to: The website cannot display the page…As it has killed your site, so goes the effort to improve SEO. I’d go in and remove the redirect and ensure the blog page you are redirecting to is there.
Forum: Fixing WordPress
In reply to: Unable to log in after upgrading to 3.7.1I’m seeing the twenty-ten theme 🙂 Go through and enable (one by one) any plugins you are using. Check the site after enabling each one. If the problem returns, write down the plugin name and disable it. Then move on to the next plugin.
Forum: Fixing WordPress
In reply to: Can't Login after PHP & MySQL updateHave you checked your theme’s functions.php file to make sure there are no empty spaces at the top or bottom of that file? Check wp-config.php in the main WP folder as well.