EduardET

move sm 2

Jan 9th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <script>
  2. ( function( $ ) {
  3. $( document ).ready( function() {
  4. if ( $( 'body' ).hasClass( 'single-post' ) ) {
  5. setTimeout( function() {
  6. var inlinesotop = $( '#left-area .entry-content .et_pb_section .et_pb_row .et_social_inline.et_social_mobile_on.et_social_inline_top' ),
  7. inlinesobottom = $( '#left-area .entry-content .et_pb_section .et_pb_row .et_social_inline.et_social_mobile_on.et_social_inline_bottom' ),
  8. insertAftertop = $( '.et_pb_post_title.et_pb_post_title_0' ),
  9. insertAfterbottom = $( '.et_pb_module.et_pb_space.et_pb_divider_hidden.et_pb_divider_0' );
  10. inlinesotop.detach();
  11. inlinesobottom.detach();
  12.  
  13. inlinesotop.insertAfter( insertAftertop );
  14. inlinesobottom.insertAfter( insertAfterbottom );
  15. }, 100 )
  16. }
  17. } );
  18. } )( jQuery );
  19. </script>
Advertisement
Add Comment
Please, Sign In to add comment