How can I get remove what I think is a side widget of Search, Archive and Categories from all pages? I want it to be blank here, or possibly the option of adding an image there instead....
Hello, Go to the Appearance > Widgets Drag text widget and add image tag there and drop it in the Primary widget area, It will automatically display at your sidebar. For example Code: <img src="Enter your image address"/> This will solve your issue.
Thanks for your quick reply. I don't want an image on every page so could you include the instructions of how to get rid of the "Search Here, Archive and Categories"? Secondly, I can see that you have put to "enter the image address" - do you mean upload it from a file or do I have to host the image somewhere? Can you please explain how to do this?
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar { display: none; } 2.Firstly you have to upload image in media library and then copy its address url from there and put it inplace of (enter the image address) in the image tag.
Thanks. Sorry, but could you explain how to upload an image in the media library - where is the media library? I'm a total novice!
Ok, so I have done all of the above, uploaded an image to the media library, pasted the image URL into the primary widget etc but it didn't work. The image is not there. I wouldn't want the same image in the sidebar of every page, but different images. Please can you tell me how to do this?
Download Dynamic widget plugin from WordPress.org and upload it. http://wordpress.org/extend/plugins/dynamic-widgets/ This will solve your issue Also check link for reference http://www.inkthemes.com/easily-control-appearance-of-widgets-on-your-wordpress-pages/02/
Thanks, I have done all of the above, and read the link for reference, but can you tell me how to upload the different images (within the dynamic widget?) for each different page. I don't know where to go within the Theme Options to find where to do this, or how.
Hello, For dynamic widget plugin. After activating plugin Go to the widgets. Drag Text widget and drop it in the primary or in secondary widget area and paste the image code there in the text widget content area and then click static. It will redirect you to the plugin page. After that follow instructions as shown in image. It will make Text widget to show on a particular page. Similarly, Drag another Text widget and drop it in the primary widget area and paste the second image code there in the text widget content area and repeat the whole steps.