Guest User

Untitled

a guest
Feb 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <a href="" class="phone-on-desc" data-toggle="modal" data-target="#CallBackModal"><span>Заказать обратный звонок</span></a>
  2.  
  3. <a class="palisad_infoblock-innerpages-callbutton" href="" data-toggle="modal" data-target="#CallBackModal">ИЛИ ЗАКАЖИТЕ БЕСПЛАТНЫЙ ЗВОНОК</a>
  4.  
  5. <div class="modal fade" id="CallBackModal" tabindex="-1" role="dialog" aria-labelledby="CallBackModalLabel" aria-hidden="true" >
  6. <div class="modal-dialog modal_width">
  7. <div class="modal-content">
  8. <div class="modal-header">
  9. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
  10. <h4 class="modal-title"><b>Закажите обратный звонок</b></h4>
  11. </div>
  12. <div class="modal-body">
  13. <?=do_shortcode( '[contact-form-7 id="195" title="Заказ звонка"]')?>
  14. </div>
  15. </div>
  16. </div>
  17. </div>
  18.  
  19. $('body').css('overflow','hidden');
  20. $('body').css('position','fixed');
Add Comment
Please, Sign In to add comment