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 | Advance Functions, Footer Extras, Look & Feel
In footers-extras.php <script> var ref=window.location.href; if (ref.includes('index.php') == 0 && $j('.navbar-text').not('.navbar-right').length == 0) { localStorage.setItem('redirecturl', ref); } else { if ($j('.navbar-text').length != 0 &&...
by javier | Nov 15, 2020 | Advance Functions, Footer Extras, Look & Feel
In the footer-extras.php enter: <style> .table-responsive { overflow: auto; width: 100%; height: 66vh; } .table th { background:#eef; } </style> <script> $j('div.table-responsive').on('scroll', function() { $j('thead', this).css('transform',...
by javier | Nov 14, 2020 | Advance Functions, Footer Extras, Look & Feel
Adds include the following,- Change all text from upper to lower case and vice versa (Table View Only)- Add a continuous image border- Change page background color- Change your navbar background color- Add a vertical stack navigation icon w/fixed scroll (you can...
by javier | Nov 13, 2020 | Advance Functions, Footer Extras
First, you should place this code in the hooks/footer-extras.php file: <script> $j(function(){ AppGini.numericOnly = function(fieldname){ setInterval(function(){ var field = $j('#' + fieldname), val = field.val(); if(val == parseFloat(val)) return; val =...
Recent Comments