rtysmith 1 Report post Posted November 7, 2011 I'm using http://premium.wpmudev.org/project/ultimate-facebook to add facebook like and share buttons, but it is adding them to the top of boxes as well. Any way to surpress this? I think I could modify the plugin to ignore boxes, but how would I call them out in php? Share this post Link to post Share on other sites
Rob 547 Report post Posted November 7, 2011 You should be able to fix it with CSS to stop the buttons from showing in custom post types. Likely that plugin will also show up in the feature slider or other custom post types as well, like soap boxes. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
rtysmith 1 Report post Posted November 7, 2011 That did it, just had to find the right css: .fboxinfo Share this post Link to post Share on other sites
Rob 547 Report post Posted November 7, 2011 Bingo! Glad it worked! Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
versus 0 Report post Posted November 25, 2011 Guys, please, I terribly need more details on this solution as my own site looks terrible due to this issue http://chanceonbeauty.co/skidki/ Really don't want FB thing inside boxes, soapboxes, sliders etc. Thank you Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 25, 2011 Hi Versus, Try adding this to your Platform Settings --> Custom Code --> CSS Rules: [code] #boxes .fb_edge_widget_with_comment, #feature .fb_edge_widget_with_comment, #soapbox .fb_edge_widget_with_comment { display: none; } [/code] Please search our forums, before posting! Share this post Link to post Share on other sites
versus 0 Report post Posted November 25, 2011 Danny, thank you)) works perfectly. Share this post Link to post Share on other sites