hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-contentOLD/themes/unite/inc/js/dev/ |
// first set the body to hide and show everything when fully loaded
document.write("<style>body{display:none;}</style>");
jQuery(document).ready(function(){
// 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( '#submit' ).addClass( 'btn btn-primary' );
// Style contact form submit button
jQuery( '.wpcf7-submit' ).addClass( 'btn btn-primary' );
// Add thumbnail styling
jQuery( '.wp-caption' ).addClass( 'thumbnail' );
// Now we'll add some classes for the WordPress default widgets - let's go
jQuery( '.widget_rss ul' ).addClass( 'media-list' );
// Add Bootstrap style for drop-downs
jQuery( '.postform' ).addClass( 'form-control' );
jQuery( 'table#wp-calendar' ).addClass( 'table table-striped');
jQuery(document.body).show();
});