Jump to content

[SOLVED] Searchbox disappeared ?


Recommended Posts

Hello everyone ,I'm newbie and nobody answers this question yet :(

I've installed the matrice theme, searchbox can not be seen in sf-menu ,what can I do to turn it back ? It seems that "searchbox" is disabled for some reason .this is what I see with firebug, the color of the code that belongs to searchbox gray (means that its disabled)?!

 

 

 

<form id="searchbox" method="get" action="search.php">

 

 

<input type="hidden" name="orderby" value="position">

 

<input type="hidden" name="orderway" value="desc">

 

<input type="text" onblur="javascript:if(this.value=='')this.value='search...';"

onfocus="javascript:if(this.value=='search...')this.value='';"

value="search..." name="search_query">

Link to comment
Share on other sites

Hi

I did it and searchblock was exist in the default theme .

In matrice theme most of the module positions were changed in administration/Modules/Positions , and also I changed the default language .Is there any separate module for searchblock to download ? I want to change the default position of Matrice searchblock to the top of the page not in the same row with menu links ,but it dosent exist in Matrice theme ???

Thanks

Link to comment
Share on other sites

you mean its not related to my fault ? ok I'll let you know ...

Thanks again , good time :-)

 

If the searchbox appears fine in the default template, then it is an issue with the Matrice theme. I can't promise you that it was or wasn't due to a change that was made, but the best person to speak with would be the original developer in order to get help on this.

 

-Mike

Link to comment
Share on other sites

Hi

I found that it was my fault ,no one helps me .

/httpdocs/themes/matrice/global.css

replace display:none ; ---------->> display:block ;

and so searchbox is appearing now :-)

input, textarea, select {border: 1px solid #E8E6E6; height: auto; display: none;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...