mortalwombat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebars are displaying on wrong page typeI just found out this is actually due to an update from the theme manufacture. They messed the sidebars up completely, so it’s not an issue with the database. Thank the Gods!
Forum: Fixing WordPress
In reply to: Sidebars are displaying on wrong page typeI should be able to upgrade the old site prior to exporting. My concern is that I’ve put many hours of work into this before I noticed the sidebar issues, so doing a full import would wipe out the changes I’ve made, requiring me to re-do that work. Is there a method around this, or am I just going to have to bite the bullet on this one?
Forum: Fixing WordPress
In reply to: Sidebars are displaying on wrong page typeVersion 3.3.2
Forum: Fixing WordPress
In reply to: How to handle shortcode variables that are incorrectHey thanks! So that helped me build in the fail-safe, so now it fails elegantly. I’m not sure how to check to make sure it returns an object though (or why it’s important for that matter), but I’d love to learn! 🙂
Forum: Fixing WordPress
In reply to: CSS issue with dropdown MenuYeah, I usually don’t have to post on a forum for it though :p Thanks for your help though 🙂 Really appreciate it 🙂
Forum: Fixing WordPress
In reply to: CSS issue with dropdown MenuOMG I AM A MORON! I knew to do that, but I had missed the position on my header element. Thank you so so so so so much! Now please excuse me while I go bang my head on the wall for a while.
Forum: Fixing WordPress
In reply to: CSS issue with dropdown MenuI don’t currently have one set, but even when I have one set, It wasn’t helping. I set #canvas to 1, and then set everything in the header to 999999999999 as a test, but still no go. :/
Forum: Fixing WordPress
In reply to: has_post_thumbnail returns true no image, featured imageI’m curious, did you ever find a solution to this? I’m having the same problem.
Forum: Themes and Templates
In reply to: Strange Repeating Background-image behaviorI did just come up with a hacky solution. Background-attachment: fixed;
Fortunately it works, but if it were a textured background, it would look like hell.
Forum: Themes and Templates
In reply to: Strange Repeating Background-image behaviorThanks. I may check out there as well. I appreciate it.
Forum: Themes and Templates
In reply to: Strange Repeating Background-image behaviorI agree 100%, but I would still like to find a resolution simply because once I hand this theme to the client, I have no control over how long they may make a post. The posts you currently see are copies of their existing posts, so you can see how long they already are. I will, of course, advise the client not to make her posts too long, but clients always seem to push the limits of their websites.
Forum: Themes and Templates
In reply to: Strange Repeating Background-image behaviorI did.
Forum: Themes and Templates
In reply to: Strange Repeating Background-image behaviorDidn’t work :/
Forum: Themes and Templates
In reply to: Strange Repeating Background-image behaviorIt does seem like it could be related. I just created this one http://mattandjentry.com/otgb/length-test/ which seems to work much better.
So assuming the problem is the mass amounts of images taking a long time to load, is there anything that can be done?
Forum: Themes and Templates
In reply to: Strange Repeating Background-image behaviorUsed firebug to remove everything on #canvas except the background image decleration. Still messes up.