Search Here, Archive, Categories - remove

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, May 8, 2013.

  1. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    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....
    search archive categories.jpg
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  3. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    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?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  5. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    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!
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For media,
    Go to Dashboard > Media
    Please check images for reference.

    [​IMG]

    [​IMG]
     
  7. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    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?
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  9. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    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.
     
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
    [​IMG]

    [​IMG]

    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.
     

Share This Page