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
Comment #1
frankcarey commentedany idea why it doesn't work?
Comment #2
patcon commentedSome problem
Comment #3
abupu commentedNot sure why it doesnt work, but i was able to still get around this via CSS:
#google-cse-results iframe {
width: 600px;
}
Comment #4
StudioARE commentedGot 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.
Comment #5
sarjeet.singh commentedif you are using blueprint theme or add all js in page footer then its is not works.
Please add all js at page header.
Comment #6
funana commentedSee http://drupal.org/node/543284#comment-5098520 for cross-reference.
For performance reasons it is NOT recommended to put JS in header.
Comment #7
malcomio commentedTidying up the issue queue, and marking issues as won't fix where the version is no longer supported.