noelsaw 0 Report post Posted April 21, 2011 For whatever reason when I assign a featured image, it's pushing the rest of the content to the right column on the index page. I've tried resetting both the Global and Layout options with the default settings button. Screenshot: https://skitch.com/noelsaw/r5t2n/fullscreen When I used the free Platform Pro the featured image function was a no-brainer and worked great out of the box. I have disabled all 17 (!) of my plugins and no luck. Share this post Link to post Share on other sites
catrina 103 Report post Posted April 22, 2011 I visited your website and I don't see the problem (the text content is where it should be). I'm looking at the individual post page: http://wpverse.com/2011/04/wordpress-for-dummies-free-cheat-sheet/ Did you make any recent changes to the site? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
noelsaw 0 Report post Posted April 22, 2011 hi Katrina, I took down the featured images because I didn't want to leave the site possibly broken looking for a few hours. I tried the featured image on a sandbox site and it worked fine. I am going to try re-uploading the theme files and see if that helps. Share this post Link to post Share on other sites
noelsaw 0 Report post Posted April 22, 2011 I've uploaded just fresh copies of both the base and Platform Pro theme files downloaded from Launchpad to the site and it's still breaking the home page when I enable featured images. I'll keep it "broken" for the next 2 hours if anyone can figure out a fix... http://wpverse.com/ It's interesting the smaller thumbnail post works in category view: http://wpverse.com/category/hidden/ Share this post Link to post Share on other sites
noelsaw 0 Report post Posted April 22, 2011 Since I didn't get an answer for the live site, I've decided to delete that post with the featured image. Meanwhile here is a static Firefox generated version of the page: http://thesawfamily.com/WPVerse-home/ Share this post Link to post Share on other sites
catrina 103 Report post Posted April 23, 2011 I noticed this in the code for the thumbnail: <div class="post-thumb" style="margin-right: -633px;"> This styling is doing nothing, but on the other hand there is this code: <div class="post-header fix" style="margin-left: 633px;"> ^ This code is apart of the problem. It's pushing your text content too far to the right. Try adding this CSS to your custom code area or the base.css file in the child theme and check out what the site looks like: div.post-header {margin-left: 0px;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
noelsaw 0 Report post Posted April 25, 2011 Hi Katrina, thanks for all your help! So I think I figured it out...one of my plugins or something had modified the thumbnail size under WP admin settings -> media to something much larger than 150x150. So once I set it to 150x150, the page looks fine now. Share this post Link to post Share on other sites