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, Look & Feel, Magic Files, Table Hook Modifications
In the hooks/<tablename>-dv.js: Assuming your selection is “empty, yes, no” otherwise you need to adjust the below code accordingly.Replace YOURSELECTNAME by your selection. $j(function () { var onSelectOpen=function(){ $j(".select2-drop-active...
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 | Advance Functions
When you create a link and you want to pre-select the first record from a specific pull down menu. ...
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() {...
Recent Comments