Slim search (joomla native) - two errors

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Tue Nov 20, 2012 3:56 pm
I get to erros when using slim search (joomla native) in my template.

Error 1
Search suggestions are presented in a list which goes under the template.
How do I get this error?
1. Go to: http://www.jorendekoning.nl
2. Type the word 'talent' in the search box.
3. Watch how the list drop downs.

Error 2.
Search results are presented at the bottom of the website instead of new page.
How do I get this error?
1. Go to: http://www.jorendekoning.nl
2. Type the word 'talent' in the search box.
3. Hit the search button.
4. Watch how the search results are presented in the bottom of the homepage instead of in a new.

How can I solve this?

Thank you.
User avatar
Expert Boarder

GK User
Tue Nov 20, 2012 4:11 pm
de Koning wrote:I get to erros when using slim search (joomla native) in my template.

Error 1
Search suggestions are presented in a list which goes under the template.
How do I get this error?
1. Go to: http://www.jorendekoning.nl
2. Type the word 'talent' in the search box.
3. Watch how the list drop downs.


Hi

Please go to Music template parameters > advanced settings and enable the use of css override.
Them open ../templates/gk_music/css/override.css file and try adding this line:

Code: Select all
body ul.autocompleter-choices {z-index: 10001!important}


de Koning wrote:Error 2.
Search results are presented at the bottom of the website instead of new page.
How do I get this error?
1. Go to: http://www.jorendekoning.nl
2. Type the word 'talent' in the search box.
3. Hit the search button.
4. Watch how the search results are presented in the bottom of the homepage instead of in a new.


That's because you need to have com_finder available on some menu item, or else the component will be displayed along with the other modules and not on solo page.

Cheers
User avatar
Platinum Boarder

GK User
Tue Nov 20, 2012 6:21 pm
Worked! Thank you
User avatar
Expert Boarder


cron