Backups Created:
/home/falconag/public_html/wp-admin/admin-wolf.php
/home/falconag/public_html/wp-content/edit-wolf.php
/home/falconag/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: info-box.js
jQuery( window ).on( 'load', function ( a ) { info_box_set_auto_height(); } ); jQuery( document ).ready( function ( a ) { info_box_set_auto_height(); jQuery( window ).resize( function ( a ) { info_box_set_auto_height(); } ); } ); function info_box_set_auto_height() { jQuery( '.aio-icon-box.square_box-icon' ).each( function ( index, value ) { const WW = jQuery( window ).width() || ''; if ( WW != '' ) { if ( WW >= 768 ) { const h = jQuery( this ).attr( 'data-min-height' ) || ''; if ( h != '' ) { jQuery( this ).css( 'min-height', h ); } } else { jQuery( this ).css( 'min-height', 'initial' ); } } } ); }