tim4708 0 Report post Posted February 16, 2011 Hello, How would you suggest I make the picture in ???Widgets??? -> ???Primary Sidebar??? different for my ???About??? and ???Experience??? pages? In other words, I want to insert this picture into my ???Experience??? page. I want to delete the picture currently displaying in my ???Experience??? page, but I want it to remain on my ???About??? page. Website = www.business-english-editors.com Thank you! Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 16, 2011 I would try using the "widget-logic" plugin...If you need help with the conditional statements let us know Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 17, 2011 Great! Widget-logic has been uploaded. Now I would like to insert this picture into my "Experience" page. Is there a tag or something that I should add under "Widgets" -> "Primary Sidebar" -> "Widget Logic"? Thanks! Share this post Link to post Share on other sites
Kate 3 Report post Posted February 17, 2011 Hi Tim - First you'll want to resize the image, which you can do in WordPress by choosing "edit". Then, it will give you a URL for the image. Simply put that in an image tag, like so: `` Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 19, 2011 Hi Kate, I was able to resize the image. Where would you suggest I insert the image tag? Under "Widgets" -> "Primary Sidebar" -> "Widget Logic"? The image URL is here. I would like it to appear here. Thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted February 20, 2011 Hi Tim, Yes, that would be a good place to put it. Here's the image tag you need to add: `` Replace Caption goes here with the text you want visitors to see when the image is moused over. 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
tim4708 0 Report post Posted February 21, 2011 Hi Catrina, Unfortunately, that did not work. Again, I would like to have different pictures under "About Us" and "Experience." Inserting the code as you suggested under "Widgets" -> "Primary Sidebar" -> "Widget Logic," created an error message on the "About Us" and "Experience" pages. The code you suggested relates to a different picture than the one I have already inserted under "Widgets" -> "Primary Sidebar" -> "Widget Logic." Please advise. Thank you. Share this post Link to post Share on other sites
Kate 3 Report post Posted February 21, 2011 Hi Tim - If you want different pictures on different pages (in the sidebar), you'll have to use an additional plugin. Currently sidebar settings and content are global. Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 22, 2011 Sounds good. Is there a plugin you would recommend? Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 22, 2011 I actually don't think you need another plugin. You just need to use two text widgets (with pictures) and add the conditionals. See the screenshot:http://wordpress.org/extend/plugins/widget-logic/screenshots/ where it says `is_page('about')` that's what you need but with whatever your pages are named where you replace spaces with dashes. Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 25, 2011 That seems like it should work. I must need to just tweak something. Under Widgets -> Primary Sidebar, I have entered two text widgets (with pictures) and added the following conditionals: is_page('about us') is_page('experience') The "Experience" page is now displaying properly. The picture on the "About Us" page is not visible. These webpages can be seen here: http://www.business-english-editors.com/about-us/ http://www.business-english-editors.com/experience/ Under the "About Us" text widget, I have inserted: Thanks for your help. Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 25, 2011 Wow, that is a big picture. You're welcome. I meant to just paste this: [/code] Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 25, 2011 He is probably happier than I am at the moment. Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 25, 2011 OK, I am trying to insert: img src="Picture URL"width="448px" I wanted my post to look like Catrina's beautiful post above. I've been using the Code button. Thanks. Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 25, 2011 Should I be using a different button? Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 25, 2011 no use backticks instead to wrap code (same button as tilde on your keyboard) I'm sure the code is just missing something small Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 27, 2011 after I put a hyphen between about and us as below: is_page('about us') -> 'about-us' The issue was resolved. ----- I am not sure what you meant by "no use backticks instead to wrap code...." Are you saying that I should wrap code in ` marks when I write a post in the forum? Thanks. Share this post Link to post Share on other sites
catrina 103 Report post Posted February 27, 2011 Yes, that's what he was saying. 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