Remove layer theme drop down?
I want to remove the layer theme dropdown from the layer list dialog (side panel) without losing the functionality of layer themes. I only want to have the layer themes as buttons in the toolbar (which will launch custom workflows that set the layer theme and zoom to an appropriate area in the map display). I cannot figure out how to not "expose" the default layer theme dropdown. Is there a way to do this?
_img_ alt="Location of layer theme dropdown" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=90660000000TShw&feoid=Body&refid=0EM60000000M1GN"_/_img_
0
-
Hi Michael,
As far as I can tell there isn't any proper way to disable this dropdown using Essentials Manager, but I did find a "quick and dirty" way to hide it using custom css:.layer-theme-switcher{ display:none; height:0px; } .layer-list{ top: 0; }If you're not familiar with using custom css in Essentials, all you need to do is navigate to Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\site name\Viewers\viewer name\VirtualDirectory\Resources\Styles\Custom, open the .css files for the shells you want to change, and paste your css in there.
Hope that helps!
Amanda0
Please sign in to leave a comment.
Comments
1 comment