O formulário de cadastro da loja integrada é legal.. mas não tem os asteriscos de obrigatório... pra adicionar os * é só usar esse CSS:
.required label:after { content:" *"; }
Abraço!
Adriano Schmidt
Como qualquer desenvolvedor enfrento problemas no meu dia-a-dia, aqui eu compartilho as soluções que eu encontro.
.required label:after { content:" *"; }
<script> $('#nivel-um').ready(function() { var newItem = document.createElement("li"); newItem.className += ' borda-principal'; var newLink = document.createElement("a"); newLink.className += ' titulo cor-secundaria'; newLink.href = '/pagina/quem-somos.html'; var textnode = document.createTextNode("Quem Somos"); newItem.appendChild(newLink); newLink.appendChild(textnode); var list = document.getElementsByClassName('nivel-um')[0]; list.insertBefore(newItem, list.childNodes[0]); //use esse para adicionar no inicio do menu //list.appendChild(newItem); //use esse para adicionar no fim do menu }); </script>
use <put_here_the_name_of_your_database>; select * from wp_options;
UPDATE wp_options SET option_value='http://newurl.com' WHERE option_name='siteurl'; UPDATE wp_options SET option_value='http://newurl.com' WHERE option_name='home';
select * from wp_options;
.icon-home, .icon-user, .icon-shopping-cart, .icon-th, .icon-minus, .icon-plus, .icon-trash, icon-chevron-down, icon-signout { font-family: FontAwesome!important; }
i, [class^="icon-"], [class*=" icon-"] { font-family: FontAwesome!important; }
* { font-family: 'source sans pro'!important; }
a, span, input { font-family: 'source sans pro'!important; }
i, .icon-home, .icon-user, .icon-shopping-cart { font-family: FontAwesome!important; } .fa { font-family: FontAwesome-v4!important; }
This configuration cannot be published for the following reason(s): It is forbidden to downgrade devices which previously used M permissions (target SDK 23 and above) to APKs which use old style permissions (target SDK 22 and below). This occurs in the change from version 100062 (target SDK 23) to version 100072 (target SDK 22). Version 100062 is not served to any device configuration: all devices that might receive version 100062 would receive version 100072.
<preference name="android-targetSdkVersion" value="23"/>
<img src="url/to/your/image.jpg" usemap="#Map" /> <map name="Map" id="Map"> <area href="#url1" shape="rect" coords="0,0,250,250" /> <area href="#url2" shape="rect" coords="251,0,500,250" /> </map>
map area{ outline: none; }
style="outline: none"in each area that you create
#rodape div .conteiner .row-fluid .span2 { visibility: hidden; display: none; }
.integrandose { visibility: hidden; display: none!important; }