UIKit Preloader JS
;(function ($) { $(document).on(‘ready’, function(){ if($(‘#global-preloader’)) return $(‘#global-preloader’).fadeOut(500); }); })(jQuery);Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
;(function ($) { $(document).on(‘ready’, function(){ if($(‘#global-preloader’)) return $(‘#global-preloader’).fadeOut(500); }); })(jQuery);Continue reading
.uk-section-primary.uk-section, #userwayAccessibilityIcon, .tm-header, .tm-bottom { display: none; } .uk-section-default.uk-section, .uk-container { padding: 0; }Continue reading
.booqable-component #booqable-launcher { display:none; /* hides cart*/ } .booqable-component #booqable-sidebar { display:none; /Hides cart sidebar/ }Continue reading
ul.sub-menu{ border-radius: 3px !important; } .header-navigation .header-menu-container ul ul li.menu-item > a:hover { border-radius: 3px; }Continue reading
.form-control { width: 100%; /* This will make sure that input fields take full width */ }Continue reading
jQuery( function() { var fieldId = ‘simpay-form-771-field-5’; var $checkbox = jQuery(‘#’ + fieldId); $checkbox.prop( ‘disabled’, true ); jQuery(‘label[for=”‘ + fieldId + ‘”] a’).on( ‘click’, function() { $checkbox.prop( ‘disabled’, false ); } ); });Continue reading
.my_account_orders .button { margin: 0 5px 0 0 !important; }Continue reading