HEX
Server: Apache/2
System: Linux da.abacipark.com 4.18.0-553.34.1.el8_10.x86_64 #1 SMP Wed Jan 8 09:40:06 EST 2025 x86_64
User: ankarasy (1626)
PHP: 8.4.18
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/ankarasy/public_html/en/wp-content/themes/alomaliye4/includes/js/bootstrap-wp.js
// first set the body to hide and show everyhthing when fully loaded ;)
document.write("<style>body{display:none;}</style>");

jQuery(document).ready(function(){
	
	jQuery( 'input.search-field' ).addClass( 'form-control' );	
	
	// here for each comment reply link of wordpress
	jQuery( '.comment-reply-link' ).addClass( 'btn btn-primary' );

	// here for the submit button of the comment reply form
	jQuery( '#commentsubmit' ).addClass( 'btn btn-primary' );	
	
	// The WordPress Default Widgets 
	// Now we'll add some classes for the wordpress default widgets - let's go  
	
	// the search widget	
	jQuery( 'input.search-field' ).addClass( 'form-control' );
	jQuery( 'input.search-submit' ).addClass( 'btn btn-default' );
	
	jQuery( '.widget_rss ul' ).addClass( 'media-list' );
	
	jQuery( '.widget_meta ul, .widget_recent_entries ul, .widget_archive ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul' ).addClass( 'nav' );

	jQuery( '.widget_recent_comments ul#recentcomments' ).css( 'list-style', 'none').css( 'padding-left', '0' );
	jQuery( '.widget_recent_comments ul#recentcomments li' ).css( 'padding', '5px 15px');
	
	jQuery( 'table#wp-calendar' ).addClass( 'table table-striped');
	
	jQuery(document.body).show();

});