Smart search lay-out problem (and no results)

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
Fri Jul 11, 2014 6:43 am
Reply with quote
Report this post
Hi,

I want to use the Smart Search option the place where the normal search engine was positioned.
See here http://www.madonnafanclub.nl/

As you can see the design/lay-out is not correct.
And the smart search function is working..when you start to type nothing shows up.. when you hit enter you also don't ge any results.

Help?

Kind regards, GertJan
User avatar
Gold Boarder

GK User
Fri Jul 11, 2014 6:52 am
Reply with quote
Report this post
I can't open your site. Is it online?
User avatar
Moderator

GK User
Fri Jul 11, 2014 9:35 am
Reply with quote
Report this post
Site is working for me.. can you please try again?
User avatar
Gold Boarder

GK User
Fri Jul 11, 2014 4:11 pm
Reply with quote
Report this post
Oops! Google Chrome could not connect to www.madonnafanclub.nl :(.
User avatar
Moderator

GK User
Sat Jul 12, 2014 10:17 pm
Reply with quote
Report this post
Cyberek wrote:Oops! Google Chrome could not connect to http://www.madonnafanclub.nl :(.


I have tried it on different broswers and two different computers and I can access the site without a problem.... :?
User avatar
Gold Boarder

GK User
Sun Jul 13, 2014 10:52 am
Reply with quote
Report this post
11:51:46 ~$ ping madonnafanclub.nl
PING madonnafanclub.nl (85.17.166.182): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
^C
--- madonnafanclub.nl ping statistics ---
6 packets transmitted, 0 packets received, 100.0% packet loss


Perhaps your hosting company is blocking some countries?
User avatar
Moderator

GK User
Sun Jul 13, 2014 12:12 pm
Reply with quote
Report this post
Cyberek wrote:11:51:46 ~$ ping madonnafanclub.nl
PING madonnafanclub.nl (85.17.166.182): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
^C
--- madonnafanclub.nl ping statistics ---
6 packets transmitted, 0 packets received, 100.0% packet loss


Perhaps your hosting company is blocking some countries?


Mmm strange! Moving it to another server today, hope you can help me then :)
User avatar
Gold Boarder

GK User
Sun Jul 13, 2014 1:37 pm
Reply with quote
Report this post
http://test.madonna.nl/
Site on another server, hope you see it and help me with my question :)
User avatar
Gold Boarder

GK User
Mon Jul 14, 2014 6:50 pm
Reply with quote
Report this post
Works like a charm - lets see where is the source of your problem...
User avatar
Moderator

GK User
Mon Jul 14, 2014 7:02 pm
Reply with quote
Report this post
This module uses different html mockup so our styling doesn't work.
Please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
#gkSearch #mod-finder-searchword {
    border: 3px solid #29a3e0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
    -moz-box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
    box-shadow: inset 0 4px 4px rgba(0,0,0,0.06);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #cbcbcb;
    font-size: 14px;
    font-style: italic;
    height: 44px;
    margin: 27px 0 0 64px;
    outline: none;
    width: 414px;
}

@media  (max-width: 1030px) {
  #gkSearch #mod-finder-searchword {   
    margin-left: 24px;   
    width: 250px;
  }
}

@media  (max-width: 580px) {
  #gkSearch #mod-finder-searchword {   
    margin-left: 0;   
    width: 150px;
  }
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jul 14, 2014 7:25 pm
Reply with quote
Report this post
Hi Cyberek,

Thanks for the code. The lay-out is OK now :)
Only the search engine is not working. When I type a word and hit enter.. I don't get to see a page with searchresults.
And also smart search.. that means when I start to type all kinds of suggestions need to show right? They don't show...
Am I doing something wrong?
User avatar
Gold Boarder

GK User
Mon Jul 14, 2014 7:51 pm
Reply with quote
Report this post
I don't see any JS code that should allow live search.
Sadly - this is 3rd party plugin and I can't help much more (we don't support 3rd party extensions).
User avatar
Moderator

GK User
Mon Jul 14, 2014 7:54 pm
Reply with quote
Report this post
Cyberek wrote:I don't see any JS code that should allow live search.
Sadly - this is 3rd party plugin and I can't help much more (we don't support 3rd party extensions).


I don't understand what you mean.. the smart search function came with the download from the template on your site...
As I watch the DEMO for Rockwalll it is working...
User avatar
Gold Boarder

GK User
Tue Jul 15, 2014 3:25 pm
Reply with quote
Report this post
Hmm... I don't have any skill regarding thus plugin. Ill ask more advanced developers for support.
User avatar
Moderator

GK User
Tue Jul 15, 2014 3:33 pm
Reply with quote
Report this post
Ok, here is a little tip... Please go to components -> Smart Search and click "Index" button in top left corner.
Please write back if it helped.
User avatar
Moderator

GK User
Tue Jul 15, 2014 3:41 pm
Reply with quote
Report this post
Also - I'm not quite sure if you don't misunderstood something that you have seen on our demo - there is no smart search on the demo - but if you type into search box and "tips" shows - it is not Joomla generated - it is your browser that gives proposed words, same way as when you fill any form that you have filled before.
User avatar
Moderator

GK User
Tue Jul 15, 2014 4:48 pm
Reply with quote
Report this post
Hi Cyberek,

It didn't help and I think misunderstood Smart search... I have disabled the Smart Search module and woring with the normal Search module.

Thanks for the help!
User avatar
Gold Boarder

GK User
Wed Jul 16, 2014 10:21 am
Reply with quote
Report this post
Ok, thanks for the info.
User avatar
Moderator


cron