bilbomac 0 Report post Posted December 29, 2009 I've noticed that adding images and ads to side bar in WHP breaks it quite often. I can only add (using text widget) google ads that are 125x125. Is there a trick to this? I'm moving a wordpress.com blog and a lot of my sidebar widgets break WHP. Is there an "image" widget available like on wordpress.com? Is there a set up recommendation for padding with a text widget to size images or ads correctly so that it doesn't break the sidebar? Share this post Link to post Share on other sites
Jackey 29 Report post Posted December 29, 2009 I found that omitting the title on the widget breaks the page. Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 29, 2009 Yes, the code for the sidebars works like this: we add: ` 'before_widget' => '', 'after_widget' => ' ', 'before_title' => '', 'after_title' => ' ' ` to set it up. The only issue is that WP won't print out the 'before_title' and 'after_title' markup if you don't add one. This means the 'after_widget' element prints an extra 'div' which breaks the markup. I haven't found a workaround for this issue yet. Share this post Link to post Share on other sites
michaelmiles 0 Report post Posted March 2, 2010 The current work around is here: http://www.pagelines.com/forum/topic.php?id=525 Share this post Link to post Share on other sites