jarc100
-
wordpress custom contact form captcha
found the solution. session_start(); if(($_SESSION['6_letters_code'] == $_POST['6_letters_code']) && (!empty($_SESSION['6_letters_code'])) ) { $captcha = trim($_POST['6_letters_code']); unset(…
-
wordpress custom contact form captcha
Hi @FragaGeddon i was looking for a handcraft solution, thanks thought i'll read about it may be handy.
-
Two different domain for specific languages pointing to one wordpress site
yep man, i went that way, thanks for the answer.
-
Small inputs bug on iphone
/*****************//*CAJA DE BUSQUEDAS y FILTROS EN MOBILE*//*****************/ .MobileReady .mobileFilterBox, .MobileReady .mobileSearchBox { float: left; height: 0; overflow: hidden; /*padding: 8px 8px;*/ background: #fff; } .MobileReady .mobile…
-
It's 4am, anyone up? IE6/7 issues, alignment.
why don't you use a grid system?