I am configuring the Parking Locator app deployed with the Public Parking solution. On the right side of the app header is an "i" in a circle that appears to be an information widget, but when clicked, nothing displays, and I have gone through ever setting in full configure mode and have been unable to find anywhere to configure this. Even if I turn off the header, the "i" is still there, and it's not listed among the widgets that I can choose a corner for (like home, zoom, layers...).
I don't want to turn this on to the public with a busted information link, and I really don't want to build it from the ground up again, either.
Solved! Go to Solution.
After a lot of frustration I finally figured out that it re-opens the information panel on the other (left) side of the screen if it gets closed out, this confused several people, it would be great to have the option to move where this button is so it doesn't feel so disconnected.
After a lot of frustration I finally figured out that it re-opens the information panel on the other (left) side of the screen if it gets closed out, this confused several people, it would be great to have the option to move where this button is so it doesn't feel so disconnected.
You could choose the configuration option "Open as introduction window" to change it to open the info content as a floating popup window. This would make the function of the info button more apparent.
And if you don't need users to be able to re-open the info on demand you could leave your app as-is and then use the Custom CSS option in the theming section to hide the info button. To do so use this css
#infoButton{
display:none;}