First, thank you for this great module which solved my problem with multisite search!

My difficulty: the setting of Search results frame width does not work. The only way for me was to set the width in css of my theme:

#google-cse-results iframe {
width: 650px;
}

It is not so serious, but confusing for admin.
Thank you in advance for help.

Comments

frankcarey’s picture

any idea why it doesn't work?

patcon’s picture

Some problem

abupu’s picture

Not sure why it doesnt work, but i was able to still get around this via CSS:

#google-cse-results iframe {
width: 600px;
}

StudioARE’s picture

Got around it by deleting the cache after setting a smaller width.

The default value in the settings did not work though, but setting a new width worked.

sarjeet.singh’s picture

if you are using blueprint theme or add all js in page footer then its is not works.
Please add all js at page header.

funana’s picture

See http://drupal.org/node/543284#comment-5098520 for cross-reference.
For performance reasons it is NOT recommended to put JS in header.

malcomio’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Tidying up the issue queue, and marking issues as won't fix where the version is no longer supported.