Search and Header Nav

Permalink 1 user found helpful
I have a couple of questions.

1. I added a search form box to the very top of the page in the thin grey strip above sitewide links. Now the page is published i cant get back to that area in edit mode so cant edit the search form box. I can drag new items to this erea but they all appear below the search box.

2. Is there any way to remove the search 'spy glass' icon in the auto nav, or disable its function?

Many thanks.

deanhawthornthwaite
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi deanhawthornthwaite,

What theme are you using?

Can you take screenshots to help describe the issue you are having.
deanhawthornthwaite replied on at Permalink Reply 2 Attachments
deanhawthornthwaite
sorry...
The theme is fruitful.
screen shots attached.
MrKDilkington replied on at Permalink Reply
MrKDilkington
Another Fruitful user is using this approach to access that top area:
http://www.concrete5.org/marketplace/themes/fruitful/support/global...

To disable the magnifying lens:
- open functions.js
packages\fruitful\themes\fruitful\js\functions.js
- comment out lines 11-13
if($("#searchShell").has(".ccm-search-block-form")){
    $("#siteHeader nav").append("<i class='fa fa-search btnSearchIcon hidden-xs'></i>");
}