EduardET

move sm

Jan 9th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         if ( $( 'body' ).hasClass( 'single-post' ) ) {
  5.             setTimeout( function() {
  6.                 var inlineso = $( '#left-area .entry-content .et_pb_section .et_pb_row .et_social_inline.et_social_mobile_on' ),
  7.                     insertAfter = $( '.wpc-insert-after' );
  8.                 inlineso.detach();
  9.  
  10.                 inlineso.insertAfter( insertAfter );
  11.             }, 100 )
  12.         }
  13.     } );
  14. } )( jQuery );
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment