inspired2write
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Categories not working!!! PLEASE HELPAlso, did you install a plugin that may be causing the challenge? Try disabling any plugins you installed, if you did.
Forum: Fixing WordPress
In reply to: Any plugins to ban misbehaving users?Do you have BadBehavior installed? You can find it in the extend/plugin directory, or from your ‘add plugin’ area of your admin dashboard. BadBehavior will help stop malicious activities, but it’s not for like if you want to ban someone due to improper language etc. Not sure what you were referring to when you said, ‘ban misbehaving users’.
IP blocking is otherwise what you’ll want to do, or also add IP’s as a result of reading the BadBehavior logs.
Forum: Fixing WordPress
In reply to: Default Permalinks cause 404 errors?scvbrent,
Did you look in the files listed under WP? You should find it there. Same area as your wp-config.php file.Forum: Plugins
In reply to: [Plugin: WordPress File Monitor] Creates Potential Security Vulnerability/wp-content/themes/[theme used]
As Matt mentioned, it looks like it came from your theme. There are lots of themes that may seem legit, but if you scan themes before activating you may find encrypted codes, which may contain malicious codes causing a security concern, or at the very least containing links to bad sites.
As for the plugin – thanks Matt! I know it’s working because it sent an email after I did an upgrade of another plugin. 🙂
Forum: Fixing WordPress
In reply to: Default Permalinks cause 404 errors?Try resetting the permalinks in your dashboard and see if that fixes your issue. Also, did you install any plugins that may be causing the issue, or a theme that is not compatible with your wp version? Revert back to the WP default theme, if you’re using a different one, and see if that helps. Also, here’s more info:
http://codex.wordpress.org/Using_PermalinksForum: Fixing WordPress
In reply to: I’m new and feeling lost with my new blogHi Sue,
There is a ton to learn, but hang in there and if you’re willing to do quite a bit of reading you should be able to get going.I’d like to put navigation tabs in my header but can’t find out how.
That’s a possibility if you do a hack to your theme’s header, or better yet, go through the WP theme directory and find a theme that already has that feature available.
I’d like to add a different opt in box and images here and there but don’t know how.
Not sure what you mean by an opt in box, unless you’re speaking of an opt in for emails. But, images can be added into posts and pages from the ‘post’ and ‘page’ area in your dashboard. You can also use the media library from your admin panel for images, like if you wanted to add images into a sidebar widget etc. you can upload an image and then get the url path to add them into the widget.
I don’t know HTML yet. I was told not to mess around with anything regarding the theme in the dashboard or it would permanently ruin the original work that was done.
You can modify themes to your liking, however you need to leave the credits to the theme creator in the theme (footer is generally where it is). Unless you paid for a theme with the understanding that you can remove it.
There are lots of sites online that have html tutorials, but much of what you would use with WP is also php and css.
Forum: Fixing WordPress
In reply to: Plugin ProblemPerhaps the plugin installed a file somewhere else other than just the plugin directory, requiring further steps to uninstall it. Or, maybe it’s in your site’s cache files? Take a look at the plugin instructions from the WP extend directory, or from the plugin files to see if there are additional uninstall steps recommended.
Forum: Fixing WordPress
In reply to: phpMyAdmin InstructionsI didn’t think wordpress was this shoddy.
Out of frustration, I can understand how you feel. It isn’t a WP issue, but rather a potential problematic plugin, and/or possibly a conflict with the plugin and the configuration of your hosts server (assuming you’re plugin is a security one that may require some configuration settings.
Forum: Fixing WordPress
In reply to: 500 Error After Plugin UpgradeYou’re welcome. Come back and let us know if you get it resolved, and then don’t forget to mark this thread as ‘resolved’ to save the mods some time. 🙂
Forum: Fixing WordPress
In reply to: 500 Error After Plugin UpgradeBrekat23,
phpMyAdmin is accessible through your host’s cpanel.
Also, you didn’t specify which security plugin you activated, but if is something like an Apache password protect etc., you may also be experiencing a challenge due to settings with your host. You could send them a support ticket and ask them what they see causing the 500 error.Forum: Fixing WordPress
In reply to: phpMyAdmin InstructionsWhile you were in phpmyadmin, if you changed your user name and/or password, you must also update wp-config.php from your ftp so they match.
Forum: Fixing WordPress
In reply to: Moving blog to root location on serverramonb,
Passwords for your database must match your wp-config.php file, otherwise you won’t be able to login to your admin area. Did you change or check those?
Forum: Fixing WordPress
In reply to: Links to posts not working since latest beta upgradeNot familiar with the settings in the beta upgrade, but assuming the dashboard permalinks options haven’t changed, did you try resetting the permalinks in the dashboard? Maybe you’re having a file permissions challenge since you can get to those links as an admin, but not as a logged out user?
Forum: Fixing WordPress
In reply to: Uploaded Images not showing upAre you uploading them into the proper file? ‘uploads’? Also, did you change themes, or add any plugins, which could possibly be problematic. Disable those to test if it resolves your problem, and revert back to the default wp template for your version. That also brings to mind the question to be sure the templates you’re using are for your version of wp, which you should consider upgrading soon.
Forum: Fixing WordPress
In reply to: How to Get Rid of /?S at End of URL’s in Google IndexThanks jdembowski for offering help.
Okay, here’s a detailed example of what’s occurring, but it appears it hasn’t occurred for all my posts, just some.
The permalink structure I had established for my site is like this example:
http://www.linkandblog.com/2007/06/23/improve-bounce-rate/
But, Google has some of my posts indexed with weird urls, so for the post I have shown above, it’s currently indexed like this:
http://www.linkandblog.com/?s=panickingThe word, ‘panicking’ happens to be in that post, but for the life of me I cannot figure out why this is happening. To my knowledge, this didn’t occur until after I upgraded from 2.7.1.
And, ‘panicking’ is exactly what I’ve been doing over this because I tried to get this resolved prior to Googles pr update the first of April, but failed to by then, so my pr is stagnant now. So, now I’m hoping to get it resolved prior to the next one, because I lost pr some time ago, and I’m hoping to fix it to gain it back soon. Thanks!