daaune wrote:
www.danielaune.com/web/
all the component-configurations are right.. whats wrong? I'm not using sh404SEF
Hi,
Please do a view source of your search page.
You should see some lines like the following:
| Code: |
var googleSearchIframeName = 'googleSearchUnitIframe';
var googleSearchFrameWidth = ;
var googleSearchFrameborder = 0 ;
var googleSearchDomain = 'www.google.com';
var googleSearchPath = "/cse"; |
Did you notice that your 'googleSearchFrameWidth' is empty? This is the width of the search result. You have set it to zero. That's why you did not see any search result.
Please go to the googleSearch config page and enter some value there. It should be an integer value such as 800.
Try it and let me know if it works.
Regards,
/kksou