Doodlebee
Forum Replies Created
-
Forum: Reviews
In reply to: [Back End Instructions] badCan you elaborate? This doesn’t give me much to go on. I can’t fix issues if I don’t know what they are.
Forum: Plugins
In reply to: [Back End Instructions] No Instructions panel?As a note, I just checked it again (in 3.4.2, using the Twenty Eleven theme with no other plugins installed) and it’s showing up just fine for me. So if I can’t replicate these issues, I’m afraid I can’t fix them – so if you all can get back with me, I’d appreciate it.
Forum: Plugins
In reply to: [Back End Instructions] No Instructions panel?Sorry about that – when you don’t link the question properly, I don’t get notified of an issue. It just kind of sits here until I get a chance to come around and manually check things.
I had someone else contact me and say they couldn’t see the instructions panel either, but they did the “revert to default theme and deactivate all plugins” thing, and discovered it was something in another plugin that was blocking mine. (unfortunately they didn’t tell me what plugin it was that was causing the conflict, so I have no way of knowing how to fix it) In any case, have you tried that?
All the radio button options are always off on page load.
Can you explain what you mean by this? You mean visually? What browser/platform are you using?
Thanks bmorejon! The files are in the plugin, so if you’d like to, feel free to bang away at it 🙂 Just send them to me when you’re done, and I’ll put them in the next update. (also, let me know who to credit/where to link to 🙂 )
Forum: Fixing WordPress
In reply to: Trying to add images to a wordpress menuThe lines must be in your CSS somewhere – looks like you have a border set for the list items or the links. I’d just do a selector for the menu (whatever the div ID is) and set it to border:0. As for moving it – that depends on where you want to move it to. if it’s floating, just change the float:right to float:left. If it’s positioned, just mess with the pixel values.
Forum: Fixing WordPress
In reply to: Trying to add images to a wordpress menuYou can add classes to your menu items. You just have to make sure the “Classes” item is checked to show that field (under “screen options” in the upper right-hand corner of the screen – you’re looking for “CSS Classes”). You can then assign class names to the menu items, and use CSS to apply the images as backgrounds to each menu item. Use “text-indent” to move the text so it’s out of view.
Forum: Fixing WordPress
In reply to: 404 Error, 403 Forbidden Error and .htaccess IssuesHave you tried deactivating and reactivating your plugins to see which one makes this happen? Sounds to me like a plugin issue (you updated your plugins, and then the .htaccess thing happened again).
FTP isn’t something to be feared. All it is is basically opening a directory or file, just like you do on your computer. The only difference is you’re accessing it on another “computer” elsewhere, so you need a secure connection to access and change it. not a big deal. There’s lots of FTP programs out there if you don’t have one. My personal favorite is Filezilla, and you can set it up to show “hidden” files (like .htaccess).
What I’d do is FTP in, create a new folder in your plugins directory, drag all your plugins into it (this will deactivate all of them), then rename my .htaccess file to “.htaccessBAK”. You should be able to gain entry into your site, and all your plugins will be deactivated. Go back to FTP, drag all of your plugins out of the temporary folder and back into the plugins directory, and then you should be able to activate them one at a time and see which one messes everything up.
Forum: Fixing WordPress
In reply to: Permalinks and organizationYes, you export the wp_posts. If you have any comments, you *might* want to change those dates, too (but you may not have to. I’d check first!)
Forum: Fixing WordPress
In reply to: Post via e-mail – TROUBLENot through email. Email relies on the connections between servers and the lines between them. If you want something immediate, I’d just log into your WordPress site and post – it’ll be immediate then. When you go via the email route, you have to send it, server does it’s thing, sends it on – maybe passes through a couple of servers (that do the same thing) before it hits your host’s server, which does it’s thing before it’ll post Ass an example, I live on the east coast, but the server my host is on – this my email – is on the west coast. Anytime I email anything, it goes through my ISP here on the east coast, gets sent across the country with i don’t know how many hops, then has to get sent back across the country so I can see it via other connections.) *Anything* can mess with the connections between that. Bad weather, bad mole digging and chewing through a wire he shouldn’t, etc. If immediacy is *required*, just log in and post directly from the back end. I have my iPhone set up with my back end as a bookmark. Click, log in, post, done.
That’s really weird that you have to call the file directly. I don’t think you’d *have* to do that. Have you contacted your host about it?
Forum: Fixing WordPress
In reply to: Post via e-mail – TROUBLEis is creating the post, but not publishing? (saving it as a draft or something?) or is it just no appearing at all, and getting lost in the void?
Have you checked your hosts error logs?
Forum: Fixing WordPress
In reply to: Post via e-mail – TROUBLEWhat are your settings? (under settings > writing) Have you put in the email addres,s username and password? Are you sure the host uses 100 (the default) as the port for posting via email? Have you read the guide in the docs to see if there’s any suggestions there you haven’t tried yet?
Forum: Fixing WordPress
In reply to: PagesYes, that’s normal. Your home page is set to list your most recent posts (as indicated in your Settings>Reading area). if you want a static Page to be something else, then you have to tell WP to do that in your settings.
You might find this helpful: Getting started with WordPress
Forum: Fixing WordPress
In reply to: Permalinks and organizationyou have to change the “publish” date on the posts. If you’ve already moved them to the WordPress site, you can either go through them one at a time and change the published date, or you can do an SQL export and go through the file and change the dates, then re-import.
Forum: Fixing WordPress
In reply to: Admin PageMay I also add: have you tried using a different browser?
Forum: Localhost Installs
In reply to: Database zipped themeYou need to edit the wp-config.php file to the correct database settings for your localhost installation. (I’d recommend also saving the old file as a backup for the live site)