Search module problem

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Fri Apr 11, 2014 9:30 am
Reply with quote
Report this post
I have added the search module to the sidebar.
Under the search field there is a 0. I cannot seem to find how to remove it. I am using joomla 3.2.3.

In addition, at the search results the search button has a class "btn hasTooltip" and it is not as the demo site. I see a tooltip when I hover on it and there its title is blank.
http://depika.biz/various/gastronomynew ... ch&lang=el
User avatar
Expert Boarder

GK User
Fri Apr 11, 2014 11:26 am
Reply with quote
Report this post
User avatar
Moderator

GK User
Fri Apr 11, 2014 11:28 am
Reply with quote
Report this post
With the button - could you post link to our demo site where same button look ok?
User avatar
Moderator

GK User
Fri Apr 11, 2014 11:38 am
Reply with quote
Report this post
Thank you. I fixed the 0 problem.

Abou the search button for some reason I cannot seem to find it at your demo site but I have installed the demo site at my server to see suffixes etc because I create websites at a clear install of joomla.
You can see the button is working fine at this link.
http://depika.biz/various/instyle/index ... temid=9999
User avatar
Expert Boarder

GK User
Sun Apr 13, 2014 10:17 am
Reply with quote
Report this post
Search button on the problematic site looks this way:
Code: Select all
<button name="Search" onclick="this.form.submit()" class="btn hasTooltip" title="" data-original-title="Αναζήτηση"><span class="icon-search"></span></button>

while on quickstart it looks this way:
Code: Select all
<button name="Search" onclick="this.form.submit()" class="button">Search</button>

So perhaps you have somehow modified the way search component renders it's output?
User avatar
Moderator

GK User
Tue Apr 15, 2014 7:50 am
Reply with quote
Report this post
This is the problem. I didn't do anything. I just installed the template at a clean joomla installation.
User avatar
Expert Boarder

GK User
Mon Apr 21, 2014 10:36 am
Reply with quote
Report this post
The only thing that comes to my mind is that your template was not uploaded correctly. I have checked and the code should be supplied by this file:
/templates/gk_instyle/html/com_search/search/default_form.php
Instead in your case default search component html is rendered.
Please check if you have mentioned file in your template folder.
User avatar
Moderator

GK User
Tue Apr 22, 2014 7:37 am
Reply with quote
Report this post
I really thank you for your help. There was no com_search folder in the html folder of the template.

I copied it from the demo site I have installed to see settings etc and now everything is ok!

I don't know why it wasn't there.
User avatar
Expert Boarder

GK User
Tue Apr 22, 2014 3:24 pm
Reply with quote
Report this post
I would suggest to merge your live site's template with one downloaded from our site - there might be more missing files.
User avatar
Moderator

GK User
Sat May 03, 2014 11:06 am
Reply with quote
Report this post
HI, how to do that when you press the button worked?
User avatar
Senior Boarder

GK User
Sat May 03, 2014 11:56 am
Reply with quote
Report this post
may be edit there?

switch ($button_pos) :
case 'top' :
$button = $button.'<br />';
$output = $button.$output;
break;

case 'bottom' :
$button = '<br />'.$button;
$output = $output.$button;
break;

case 'right' :
$output = $output.$button;
break;

case 'left' :
default :
$output = $button.$output;
break;
endswitch;
User avatar
Senior Boarder

GK User
Sat May 03, 2014 3:02 pm
Reply with quote
Report this post
@mayalabs could you please be more specific?
User avatar
Moderator

GK User
Sat May 03, 2014 4:32 pm
Reply with quote
Report this post
I need to make the search button. not enter
User avatar
Senior Boarder

GK User
Sat May 03, 2014 4:34 pm
Reply with quote
Report this post
button to make a magnifying glass
User avatar
Senior Boarder

GK User
Sat May 03, 2014 4:39 pm
Reply with quote
Report this post
please
User avatar
Senior Boarder

GK User
Sat May 03, 2014 6:31 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Sat May 03, 2014 6:37 pm
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Mon May 05, 2014 4:39 pm
Reply with quote
Report this post
But you have this icon there already? Could you please be more specific? In one sentence?
User avatar
Moderator

GK User
Tue May 06, 2014 6:39 am
Reply with quote
Report this post
I need to make the image magnifier - the Search button
User avatar
Senior Boarder

GK User
Tue May 06, 2014 6:40 am
Reply with quote
Report this post
Search button does not work
User avatar
Senior Boarder

GK User
Tue May 06, 2014 6:10 pm
Reply with quote
Report this post
Could you please reverse all changes you did to that search form?
User avatar
Moderator

GK User
Tue May 06, 2014 7:10 pm
Reply with quote
Report this post
Yes, I did. And send you message information my joomla.
User avatar
Senior Boarder

GK User
Tue May 06, 2014 7:11 pm
Reply with quote
Report this post
I'm sorry if you do not need a password
User avatar
Senior Boarder

GK User
Wed May 07, 2014 2:04 pm
Reply with quote
Report this post
you can help with this problem? or show where you can find open source code html
User avatar
Senior Boarder

GK User
Thu May 08, 2014 6:08 pm
Reply with quote
Report this post
Everytime I go to your site I see different code for search element. I cant help you that way, as whenever I have a question, after you answer it the code is already outdated.
Also, please don't bump your questions (don't reply to your own questions) - it makes them go down in our question queue and makes you wait longer.
User avatar
Moderator

GK User
Fri May 09, 2014 6:07 am
Reply with quote
Report this post
I'm sorry, I did everything by default and will not touch. You can go to the site - where the default search
User avatar
Senior Boarder

GK User
Sat May 10, 2014 1:00 pm
Reply with quote
Report this post
Ok, now I see where is the problem - with using standard VM search module and we cant do anything about how it renders (it acts exactly same with default Beeze template). You might ask on VM forum support, perhaps they have some 3rd party solution.
User avatar
Moderator

GK User
Wed May 14, 2014 10:42 am
Reply with quote
Report this post
Solved! I am in the folder templates / gk_instyle / html / mod_serch/ in default.php
Write:

<div class = "search <? php echo $ moduleclass_sfx?>">
<input type = "image" src="https://cdn1.iconfinder.com/data/icons/large-black-icons/512/Zoom_search_find_magnifying_glass.png" width = "16px" height = "16px" class = "rightpic" />
<style>
    . rightpic {
     float: right; / * Right alignment * /
     margin: 16px 149px; / * Margins around the photo * /
     z-index: 1;
     position: absolute;
    }
   </ style>
User avatar
Senior Boarder


cron