Попробуйте это www.phpclasses.org/package/6650-PHP-Check-if-an-e-mail-is-valid-using-SMTP.html
Проверка идет через SMTP.
Попробуйте плагин MultiAds.
Перезалить с дистрибутива той же версии))
Это DataLife Engine))
.htaccess в порядке?
<div id="targetDiv">CONTENT</div> <a id="hideBtn">Click</a>
function setCookie(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+(c*24*60*60*1000));var e="; expires="+d.toGMTString()}else var e="";document.cookie=a+"="+b+e+"; path=/"}function getCookie(a){var b=a+"=";var d=document.cookie.split(';');for(var i=0;i<d.length;i++){var c=d;while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(b)==0)return c.substring(b.length,c.length)}return null} $(function(){ var cookie=getCookie('hideDiv'); if (cookie) $("#targetDiv").hide(); $('#hideBtn').click(function(){ $("#targetDiv").hide(); setCookie('hideDiv', 1, 365); return false; }); });
http://www.tryboi.com/ru/plavayushhie-bloki-s-raznoj-vysotoj-s-pomoshhyu-plagina-jquery-masonry.html
Это не в шаблонах надо искать, а в файлах движка.
\engine\modules\functions.php
<form id="form1" method="post"> <input type="text" id="name1" name="value" value=""> <input type="submit" class="update_form" value="Save Changes"> <!-- changed --> </form> <form id="form2" method="post"> <input type="text" id="name2" name="value" value=""> <input type="submit" class="update_form" value="Save Changes"> <!-- changed --> </form> <div id="response-form1"></div> <div id="response-form2"></div> <script> // this is the class of the submit button $(".update_form").click(function() { // changed var id = $(this).parent("form").attr('id'); $.ajax({ type: "POST", url: "http://www.rentalcar.by/wp-content/themes/rentalcar/ajax-firm.php", data: $(this).parent().serialize(), success: function(response) { $('#response='+id).html(response); } }); return false; // avoid to execute the actual submit of the form. }); </script>
Подтверждает мой комментарий - не уловили суть примера.