lmcmanus 0 Report post Posted October 25, 2010 I cannot get the text widget to show up only on certain pages. I have tried every conceivable combination, to no avail. Either it shows up on all pages, or none. I have tried "Show on selected" with full url, w/ just name of page, name of categories and page..."Hide on selected" with same...I have also done all these combinations with ticked and unticked "Single Page". I am obviously missing something. Can you help? Share this post Link to post Share on other sites
Andrew 207 Report post Posted October 26, 2010 So you're on WHP then? If so, you can use the Widget Logic plugin to help you do this... Out of the box, this is just how WP widgets work... (all pages with the associated sidebar or none) Share this post Link to post Share on other sites
lmcmanus 0 Report post Posted October 26, 2010 Well, unfortunately, the sidebar links are on certain pages, but the links themselves are NOT pages (pdfs, mostly). So flexi pages is probably not my answer. So the Kaspars context widget is not compatible with WHP? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted October 27, 2010 If you can list the pages that you want or don't want (I need links) widgets on, whatever is easiest I can write up some code to accomplish this task. Thanks, Bryan Share this post Link to post Share on other sites
lmcmanus 0 Report post Posted October 27, 2010 Bryan you're a lifesaver. It's on a beta site, but I can give you links & a desc of what I need to do here... For ex/ PARENT PAGE: http://beta.accessdata.com/products/ediscovery-litigation-support/ This page has 6 child pages, but I only want to include a specific sidebar TEXT widget on one page: CHILD PAGE: accessdata-lab/ OTHER CHILD PAGES OF THIS PARENT TO EXCLUDE THIS TEXT BOX: ediscovery/ ad-summation-iblaze/ ad-summation-enterprise/ ad-summation-casevantage/ webblaze/ I hope this makes sense and is what you need! Share this post Link to post Share on other sites
cmunns 16 Report post Posted October 27, 2010 What text widget are you trying to show on only that page? We need to know which one to give the appropriate code. Share this post Link to post Share on other sites
lmcmanus 0 Report post Posted October 28, 2010 The child page "accessdata-lab/" should have the "text" widget. Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted October 28, 2010 What does that mean. the "white Papers widget" or the other one? or is not shown on that page? I need to see the actual widget, every text widget has a different number. Share this post Link to post Share on other sites
lmcmanus 0 Report post Posted October 28, 2010 I activated it. It's a plain text widget with a thumbnail image. Share this post Link to post Share on other sites
lmcmanus 0 Report post Posted October 28, 2010 Note some pages are utilizing a different sidebar (so it's not there), but it shows up on eDiscovery which also uses secondary sidebar. Share this post Link to post Share on other sites
lmcmanus 0 Report post Posted October 28, 2010 If it is easier, I am using Daiko's widget as well, but it only allows 9 instances. Would it be better to just try and increase that number? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted October 29, 2010 Please post full URL's in the future, it will help greatly. Okay, we're looking at: http://beta.accessdata.com/products/ediscovery-litigation-support/accessdata-lab/ And I'm guessing the sidebar widget that has the two thumbs is the one you want to show just on this page and no where else. This is the trick we'd use to do this: ` #sidebar #text-2{display:none} .page-id-911 #sidebar #text-2{display:inline} ` Paste this in your Custom CSS area. Thanks, Bryan Share this post Link to post Share on other sites
lmcmanus 0 Report post Posted October 29, 2010 I REALLY appreciate your help. This worked perfectly... Share this post Link to post Share on other sites