Hi,
first of all thanks for this easy to use module!

I noticed that on the search results page (next to the search button) there is a new button "+Google" which points to fusion.google.com. Few months back I installed Google_CSE module on another site and there was no such button. Is there a way to remove this "+Google" button?

Comments

Sinan Erdem’s picture

You may disable it by CSS.

Add this code to your style css:

#google-cse-results-gadget{
	display: none;
}
aaron.ferris’s picture

Issue summary: View changes

Much like the D7 version of this module, the add to Google functionality no longer functions, and should really be removed. Ill create a patch for this (as for the D7 module) when I get a chance.

However, to disable the gadget this can be done via the admin interface.

/admin/settings/google_cse

Uncheck "Search results "Add to Google" Google Gadget" -> Save.

aaron.ferris’s picture

StatusFileSize
new13.82 KB
aaron.ferris’s picture

Status: Active » Needs review
malcomio’s picture

Status: Needs review » Closed (won't fix)

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