Hey @Foxit

Check out your HTML Header code, especially this part. It’s the configuration of the GRPD pop-up and button. If you don’t want any button or pop-up just replace every true by false.

//CMP tool settings
aiptag.cmp = {
	show: true, // Show the GRPD popup
	position: "centered",  //centered, bottom
	button: true, //Show the GRPD button
	buttonText: "Text on the button",
	buttonPosition: "bottom-left" //bottom-left, bottom-right, top-left, top-right
}

[/quote]

1 Like