There's a new home for Articles. Find Articles on Our Product Support Page.
Dear community, I've tried to apply a background in the lockdown mode, but It doesn't work for me. The result was that the background applies, but the apps are gone or the background doesn't apply. The code that I use is: <img src = "<MCImg_Momo icon (M).jpg>" /><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Dynamic Android Lockdown</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- ********************************************************* DO NOT EDIT --ABOVE-- ********************************************************** --> <style> /* BACKGROUND COLOR */ html, body { background-color: #fff; } /* HEADER BACKGROUND COLOR */ #header { background-color: #0099d3 !important; } /* FOOTER BACKGROUND COLOR */ #footer { background-color: #0099d3 !important; } /* THIN BORDER LINES COLOR */ #app { border-top: 5px solid #666; border-bottom: 5px solid #666; } /* APP TEXT COLOR */ .app-item-title, .customdata-text { color: #333; } </style> <script> // Adding a Background // When configuring your lockdown Home Screen Items, create a new lockdown item with the Display Name named exactly: Background // The package name can be anything (i.e. Custom #) // Specify use custom image, upload and select the image to be used for the background #Background{ background: "<MCImg_Momo icon (M).jpg>"; } // Changing the logo // When configuring your lockdown Home Screen Items, create a new lockdown menu item with the Display Named exactly: logo // The package name can be anything (i.e. Custom #) // Toggle use custom image, upload and select the image to be used for the logo in the header. If no logo is specified it will use the SOTI logo // Configure your page layout here. If the number of apps goes over what can fit on one page a new page that you can swipe to will be added // Icons will change size to fit the screen. Less columns and rows will result in bigger icons for the apps // Apps per column (MIN:2 - MAX: 5) var columns = 5; // Apps per row (MIN:2 - MAX: 5) var rows = 3; // Flip rows and columns to match screen orientation. If set to true and the layout in this example is configured to be 3x2, when the device is rotated to landscape mode it will orient into a 2x3 layout var flip = true; // To change the app icons please select use custom image when configuring your Home Screen Items and provide the image to be used instead of the default icon // Reserves a section that will show device information/custom messages at the bottom of the page. If set to false will leave more room for the apps var showdata = true; // Size of data section, small = false : large = true. If set to true creates a bigger area on the bottom of the screen for additional text var datasize = false; // Column width: Full width = large | Half width = medium | Third width = small var customMessageWidth = "small"; // Show device IP Address var ip = false; // Show device MAC Address var mac = false; // Show device Serial Number var serialNumber = false; // Custom messages, additional macros, leave empty if not in use var customMessage1 = ""; var customMessage2 = ""; var customMessage3 = ""; var customMessage4 = ""; </script>
Top-tier experts who are delivering outstanding content. Should have more than 7000 points.
Experts who are consistent with great content. Should have more than 1000 points
Highly experienced members with valuable inputs. Should have more than 700 points
Beginners taking the initiative. Should have more than 500 points