0 after serch module

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 15, 2014 4:15 pm
Reply with quote
Report this post
Hi there,

I have a "0" after the search module in my website www.jumpost.org. Any idea how can remove it?

Thank you
User avatar
Expert Boarder

GK User
Wed Jan 15, 2014 4:40 pm
Reply with quote
Report this post
Hi,
sorry - yes this is a small bug in template.
You can fix it , temporary using two solutions:

1) Using CSS:
Code: Select all
div.search { color: rgba(0, 0, 0, 0); }

or
2) in templates/gk_news/mod_search/default.php make small change, after
Code: Select all
onclick="this.form.searchword.focus();"/>';
            endif;


add
Code: Select all
         else :
            $button = '';
User avatar
Platinum Boarder

GK User
Thu Jan 16, 2014 12:40 pm
Reply with quote
Report this post
Done!, thank you
User avatar
Expert Boarder

GK User
Thu Feb 20, 2014 7:35 pm
Reply with quote
Report this post
Hi,

I have the same problem, I tried adding the line in

modules/mod_search/tmpl/default.php

but it doesn't work

is it the correct file?

in which css file do I have to do the other change?

Thanks

Luciano
User avatar
Fresh Boarder

GK User
Thu Feb 20, 2014 11:43 pm
Reply with quote
Report this post
but it doesn't work..

Works, but probably you added in wrong place.

Okey here is a good solution... replace with this file, unzip before.
User avatar
Platinum Boarder


cron