HEX
Server: LiteSpeed
System: Linux server.nevid-deploma.com 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: smilepac (1037)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/smilepac/www/wp-content/themes/xtra/assets/js/icon_text.js
jQuery( function( $ ) {

	$( 'header .cz_elm_info_box' ).each( function() {

		var x = $( this ),
			breakpoint = 960,
			timeout;

		if ( x.parent().parent().find( '.cz_elm_info_box' ).length > 1 ) {

			breakpoint = 1024;

		}

		$( window ).on( 'resize.icon_text', function() {

			clearTimeout( timeout );

			timeout = setTimeout( function() {

				x[ ( $( this ).width() < breakpoint ) ? 'addClass' : 'removeClass' ]( 'xtra-hide-text' );

			}, 1000 );

		});

	});

});