Wierd "0" character next to search field? :D

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
Mon Jan 06, 2014 1:33 am
Reply with quote
Report this post
Hi,
can you please see http://gorast.com/aeknov/ and confirm that there is a wierd "0" (zero) character next to the search box? :D

Where should I look for this?

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Mon Jan 06, 2014 10:10 am
Reply with quote
Report this post
Yes, its there.
Please check if some 3rd party extension isn't the cause.
User avatar
Moderator

GK User
Mon Jan 06, 2014 10:44 am
Reply with quote
Report this post
Hm... Except JCE, I haven't install anything else. May be it's a mistake while packing the template?

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Mon Jan 06, 2014 11:13 am
Reply with quote
Report this post
Have you used latest quickstart?
User avatar
Moderator

GK User
Mon Jan 06, 2014 11:45 am
Reply with quote
Report this post
Yes. I just did fresh install and its still there.

G
User avatar
Platinum Boarder

GK User
Mon Jan 06, 2014 10:05 pm
Reply with quote
Report this post
I can confirm its something with the search module.

When I disable it its gone with the module.
When I disable all modules and leave the search module the "0" (zero) character is still there.

I checked /modules/mod_search but couldn't find it anywhere. Same for /html/mod_search. I'm out of ideas where to search for it.

Help would be appreciated.

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Tue Jan 07, 2014 5:22 pm
Reply with quote
Report this post
I did an update to RockWall theme and I got the Ghost-Zero character also: http://gorast.com/HOSTmaster/puppet-com-mk/
User avatar
Platinum Boarder

GK User
Tue Jan 07, 2014 6:11 pm
Reply with quote
Report this post
It seems like a problem with your hosting - I downloaded StoreBox quickstart, unzipped and clean installed quickstart package. Everything looks completely fine.
Just for testing purpose You could change template to Beeze, set search module position to one of available and check if this strange "0" remains.
User avatar
Moderator

GK User
Tue Jan 07, 2014 6:50 pm
Reply with quote
Report this post
Nope,
you can check here - http://gorast.com/HOSTmaster/puppet-com-mk/

00.jpg


May be its one of the modules NSP, TABS or Image Slide.

Those are the only modules I updated on the new theme.

Thanks,
Gorast

ps: I returned to the RockWall template so I can work on it.
User avatar
Platinum Boarder

GK User
Tue Jan 07, 2014 8:16 pm
Reply with quote
Report this post
One more thing - please rename:
templates/gk_rockwall/html/mod_search/default.php
to:
templates/gk_rockwall/html/mod_search/_default.php
and check if this "0" issue dissapears.
User avatar
Moderator

GK User
Tue Jan 07, 2014 8:48 pm
Reply with quote
Report this post
Jup! ;D Its gone ;D
User avatar
Platinum Boarder

GK User
Tue Jan 07, 2014 8:53 pm
Reply with quote
Report this post
Now with this change - is search module look as it should, or you need to find why this "0" is rendered by this file?
User avatar
Moderator

GK User
Tue Jan 07, 2014 8:56 pm
Reply with quote
Report this post
I don't think it will be necessary. I'll try to customize it again. If I get stacked I'll post here.

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Wed Jan 08, 2014 11:02 am
Reply with quote
Report this post
It would be great if I could check your ftp and find whats wrong with that file - I cant reproduce it on my server. Could you provide me ftp data via pm? Ill check the file and remove it later.
User avatar
Moderator

GK User
Wed Jan 08, 2014 7:21 pm
Reply with quote
Report this post
Ok.
You can rename the file back, edit it and change:
Code: Select all
if ($button) :
            if ($imagebutton) :
               $button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="'.$img.'" onclick="this.form.searchword.focus();"/>';
            else :
               $button = '<input type="submit" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" onclick="this.form.searchword.focus();"/>';
            endif;
         endif;


to:

Code: Select all
if ($button) :
            if ($imagebutton) :
               $button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="'.$img.'" onclick="this.form.searchword.focus();"/>';
            else :
               $button = '<input type="submit" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" onclick="this.form.searchword.focus();"/>';
            endif;
         else :
            $button = '';
         endif;
User avatar
Moderator

GK User
Thu Jan 09, 2014 9:00 pm
Reply with quote
Report this post
Masterpiece as always! Works great! :D

*SOLVED*

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Thu Jan 09, 2014 9:36 pm
Reply with quote
Report this post
Thanks for warm words :)
User avatar
Moderator

GK User
Wed Jan 22, 2014 7:28 am
Reply with quote
Report this post
Thanks worked a treat :)

Cyberek wrote:Ok.
You can rename the file back, edit it and change:
Code: Select all
if ($button) :
            if ($imagebutton) :
               $button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="'.$img.'" onclick="this.form.searchword.focus();"/>';
            else :
               $button = '<input type="submit" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" onclick="this.form.searchword.focus();"/>';
            endif;
         endif;


to:

Code: Select all
if ($button) :
            if ($imagebutton) :
               $button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="'.$img.'" onclick="this.form.searchword.focus();"/>';
            else :
               $button = '<input type="submit" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" onclick="this.form.searchword.focus();"/>';
            endif;
         else :
            $button = '';
         endif;
User avatar
Fresh Boarder


cron