Doodlebee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress login pageSounds like you’re editing core files – which is a no-no.
here’s a few tutorials on what you want:
Forum: Fixing WordPress
In reply to: CSS (Guru?) to troubleshoot themeThe *simplest* solution would be to make that sidebar a tiled background, and just apply the background to the content-area. Then, no matter what is longer (the sidebar or the content) the sidebar color will go all the way down.
That’s the easiest thing to do.
I have a “sticky footer” tutorial on my site that’s old, but it still works (just used it on a site not too long ago), and you can use straight CSS instead of images. The example uses 3 columns, but it’s pretty simple to take it down to 2.
Forum: Fixing WordPress
In reply to: Page navigation not workingLooks like there’s already threads on the AppThemes forums about the issue. here’s a recent one: http://forums.appthemes.com/pagination-jobs-not-working-42167/
You have to log in to see the answers, though.
Forum: Reviews
In reply to: [Back End Instructions] ok…can you elaborate? This doesn’t really say anything…
Forum: Plugins
In reply to: [Back End Instructions] No Instructions panel?Sweet! Thanks for verifying 🙂
Forum: Plugins
In reply to: [PrettyPhoto Zoom] [Plugin: PrettyPhoto Zoom] Doesn't WorkMine saves and works (as in adding what’s needed) but on the front end of the site, if you click on an image to zoom it, you get an error every time, saying the path is wrong or the image doesn’t exist (where in both cases, the notification is wrong.)
EDIT: a little messing and I’ve discovered that when you insert an image, you MUST link it to the media file NOT the attachment page (which is the default thing WordPress links to)
Forum: Plugins
In reply to: [Back End Instructions] No Instructions panel?Okay, took me a while, but I’ve resolved both of the issues. Upgrade is uploading right now.
Forum: Fixing WordPress
In reply to: Widgets don't work after upgrade do 3.5Check your theme files to be sure it’s not calling in an external jQuery script. I had several sites that were unregistering WordPress’ core jQuery call, and replacing it with Google’s API. I forgot to update the call to Google, so it was using an old version of jQuery.
Forum: Plugins
In reply to: [Back End Instructions] No Instructions panel?Okay, thanks!
I’ve got most of the issues sorted now (locally). Still trying to sort out why WordPress SEO is blocking my CPT. (Haven’t checked the Tiny MCE plugin yet.) It’s very strange, though.
In any case, most of the other smaller issues are sorted. I’m checking Firefox right now, since I can’t replicate your radio button issue in Chrome (what I usually use), Safari or Opera.
ETA: Okay, just checked Firefox 17.0.1, and I can only replicate the radio button issue when the TinyMCE plugin is activated. Very weird.
Forum: Reviews
In reply to: [Back End Instructions] badOkay, thanks so much! You’re the second person to tell me they have WordPress SEO activated, and the menu disappears. I’ve also heard from several people that they have other plugins that create CPT’s and that seems to conflict for some reason. So I’ll be looking into WordPress SEO (which I do have, so I’ll test what’s going on there), and a few CPT creators I have.
This helps a lot, and I’ll be working to fix it.
As for your error messages, I *did* see those, and I already have them fixed – just not uploaded yet 🙂 So when the next release comes out, that will be taken care of. unfortunately, I won’t be able to deal with that until after Christmas…so maybe I can go ahead and just fix these little warning.notice errors *now* (well, sometime today, anyway – but they’re already fixed, so when I get a chance I will) and worry about the (more pressing) issue of the menu item not showing after the holidays.
Thanks again for letting me know what was going on!
Forum: Plugins
In reply to: [Back End Instructions] No Instructions panel?I mean that the three radio buttons of the “Default Admin Level” are always off
I’m sorry, I still don’t quite understand what you mean by this. Do you mean the wrong option is selected? Or visually, they’re messed up? (if it’s the latter, what browser/platform are you using?)
Forum: Plugins
In reply to: [Back End Instructions] No Instructions panel?I have plenty of other plugins that create custom menus with no problems.
I’m wondering if THIS is the issue. I’m slowly discovering that, at some point in the conversations I’ve had about this “menu not showing” issue, most of the people have mentioned they have other plugins that create custom post types. This *appears* to be the common thread.
I’m going to investigate it further – can you tell me what CPT plugins you’re using? That might help narrow it down.
Thanks for checking!
Forum: Reviews
In reply to: [Back End Instructions] badThank you, I really appreciate it 🙂
Forum: Reviews
In reply to: [Back End Instructions] badNo, I wouldn’t expect the plugin to only wok on a clean install with no other plugins 🙂 But others who have reported they can’t see the custom post type (I’m assuming you mean the menu item in the left-hand sidebar?) have said that’s been due to plugin conflicts. So maybe there’s another plugin that’s doing it? If you can deactivate the plugins and reactivate them to see which ones make it disappear, that would be helpful to me, so I can see why it’s doing this.
Forum: Reviews
In reply to: [Back End Instructions] badInteresting. I have it installed (locally) with 3.4.2 using Twenty Eleven and no other plugins installed. Have you tried that setup? Because I’m getting no warnings/errors at all. (I don’t currently have my wp-config set to debugging true, though – but my error logs show absolutely nothing.)
What happens if you deactivate your Slidedeck plugin? (The “pluginloc” and “multi” variables are only notices, and will not affect how the plugin works – but it’s strange that these are coming up, since this notice only happens when the variables aren’t defined – and they are. Which version of the plugin are you using?)
I’ve had a few people tell me that they can’t see the Instructions menu option to edit it, and in every case (so far) it’s because another plugin is interfering. Unfortunately, no one’s telling me what other plugins are causing conflicts so I can attempt fix it. But in your case, it looks like it’s the Slidedeck plugin – it’s trying to send output to the headers.
My guess would be that the Slidedeck is trying to use pluggable.php, which is necessary for using stuff to check current user login statuses (which my plugin does). I already have it set to check and see if pluggable.php is already being called, and if it is, to NOT do so (therefore bypassing the “headers already sent” errors). But I’m guessing Slidedeck doesn’t check for that, and because my plugin is being called in first, Slidedeck is trying to activate it as well, which results in said error. Which means it’s a Slidedeck issue, not a BEI one. (WordPress activates plugin in alphabetical order – so if Slidedeck was installed first, and then you tried to activate mine, then you’d get this error. But I bet if you deactivate Slidedeck, it’ll work fine – and if you reactivate it, it’ll give you the same error, but possibly naming Slidedeck as the cause)
Can you give that a shot for me? Those are my initial thoughts, but until I can test it myself, I can’t be sure. (I think Slidedeck is a paid-for plugin, as I recall, but I’ll see if I can get it. if I can’t, and deactivating the plugin *does* fix this, let me know.)
I appreciate you getting back with me on this. And if it turns out I’m right, I do hope you edit your review to reflect this.