Own blog search box does not work!

Asked

Viewed 588 times

1

The Search Box doesn’t work, I type in the title of the text, the keywords, and all the words used in the text, and it simply appears that it has no result...

I have tested several other search boxes and nothing appears... is there a problem in the blog,in Templete I am using, or other problem? Blog: http://test25897463.blogspot.com.br/

I really don’t know a better way to ask this question... all I’ve said is what I know... I can’t edit this search box because she from the blogger herself... The most I can do is change the appearance... only I tried to put all the search boxes that I found and worse than this, is that nothing appears...

Before you give me -1 could you at least tell me how I can improve so I can help you help me?

  • she is without function friend, without form

  • 1

    But this is the blog search box, is there any way you can fix it? @Victorgomes

  • 2

    I really don’t know a better way to ask this question... all I’ve said is what I know... I can’t edit this search box because she from the blogger herself... The most I can do is change the appearance... only I tried to put all the search boxes that I found and worse than this, is that nothing appears...

  • Visit the area Tour Stack and see some ways to ask questions correctly. While at your problem, you have already tried to delete the widget and put again?

  • yes several times... The problem is in blogger... Find out today in the Google forum. I have read 'how to ask questions', but I think there is no better way to ask this question... It’s hard to ask a question when you don’t know what the problem is... I had tried everything before coming here, and asking in various forums, just came to you the answer today in one of them... @Victorgomes

1 answer

2


Well, after trying everything, and asking everywhere, I ended up receiving answers on the Google forum itself, on the American forum, an expert told me that the problem was because my blog was testing, and there was not a lot of traffic, posts and things like... So there was no result. According to him, as far as I was using it, it would work.

And in the Brazilian Google forum, I find that this is happening to many people, it is a blogger problem and they are trying to fix for a long time. And apparently, it’s not an easy problem. So the solution would be to use other types of search boxes, which although not the same as the blogger, at least work...

Here’s one I’m using on my blog (since not all of them work).

<style type="text/css">
#pesquisafsm-caixa {
background: #eee; padding:10px; border:0 none; width:170px;
}
#pesquisafsm-botao {
border: 1px solid #222;
color: #eee; 
background: url(http://i.imgur.com/cz4sguf.png) no-repeat left #4591fa;
margin-left: -3px;
color:#fff;
font: 'trebuchet ms', trebuchet;
padding:10px 10px 10px 22px;
border:0 none;
font-weight:bold;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
#pesquisafsm-botao:hover {
cursor: pointer;
background:  url(http://i.imgur.com/cz4sguf.png) no-repeat left #2375E6;
}
</style>
<form action="/search" id="searchthis" method="get" style="display: inline;">
<input id="pesquisafsm-caixa" name="q" placeholder="O que está procurando?" size="40" type="text" /> 
<input id="pesquisafsm-botao" type="submit" value="Pesquisar" /> </form>

Tutorial from the search box: http://henriquezenny.blogspot.com.br/2013/10/caixa-de-pesquisa-em-css-para-blogger.html

Browser other questions tagged

You are not signed in. Login or sign up in order to post.