Your own blog search box does not work!

1

The search box does not work, I type the title of the text, the keywords, and all the words used in the text, and it simply appears that it has no results ...

I've tested several other search boxes and nothing appears ... is it a problem in the blog, the templete I'm using, or another problem? Blog: link

I really do not know better way to ask this question ... All I've said is what I know ... I can not edit this search box because it's the blogger's own ... The most I can do is change the appearance ... I just tried to put all the search box that I found and worse than this one, is that nothing appears ...

  

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

    
asked by anonymous 18.04.2016 / 09:57

1 answer

2
Well, after trying everything, and asking everywhere, I ended up getting answers in the Google forum itself, in the American forum, an expert told me that the problem was because my blog was testing, and I did not have much traffic , posts and stuff like that ... So no results came out. According to him, as long as I was using it, it would work.

And in the Brazilian Google forum, I find out that this is happening to many people, it's a blogger problem and they've been trying to fix it 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 they are not the same as the blogger, at least they work ...

Here's one I'm using on my blog (since they do not all 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>

Search box tutorial: link

    
21.04.2016 / 10:10