by javier | Nov 16, 2020 | Advance Functions, Header Extras, Look & Feel, Magic Files
Hide button in all table views Place the following code in hooks/header-extras.php: <!-- hooks/header-extras.php --> <script> $j(function() { $j('button.tv-toggle').hide(); }); </script> Hide button in one table view Create or open the file...
by javier | Nov 16, 2020 | Advance Functions, Header Extras, Look & Feel
Add the following line to your CSS-file* and reload the page: <style> #children-tabs > ul > li > a > img { width: 16px; }...
by javier | Nov 15, 2020 | Advance Functions, Header Extras, Look & Feel
In your hooks/header-extras.php <script>$j("body > div.users-area.container.theme-bootstrap.theme-compact >...
by javier | Nov 15, 2020 | Footer Extras, Header Extras, Look & Feel
How to convert the description property to un-collapsed and instead of a blue background to be white or transparent. In hooks/header-extras.php: <script> $j(document).ready(function() {...
by javier | Nov 15, 2020 | Header Extras, Look & Feel
In hooks/header-extras.php <!-- file: hooks/header-extras.php --> <script> prependIcons(); function prependIcons() { $j(function() { prependIcon('username', 'user'); prependIcon('password', 'lock'); }); } function prependIcon(name, icon = "cog")...
by javier | Nov 15, 2020 | Header Extras, Look & Feel
In hooks/header-extras.php <!-- file: hooks/header-extras.php --> <style> .nicEdit-main { min-height: 480px !important; }...
Recent Comments