marcelo2605
@marcelo2605 on WordPress.org, @Marcelo Villela Gusmão on Slack
- Member Since: October 1st, 2013
Contribution History
marcelo2605’s badges:- Core Contributor Core Contributor
- Translation Contributor Translation Contributor
- WordCamp Organizer WordCamp Organizer
-
Posted a reply to Add custom error message to login form, on the site WordPress.org Forums:
Thanks! I also got the same result with a more verbose solution: $errors = new…2 months ago
-
Created a topic, Add custom error message to login form, on the site WordPress.org Forums:
I'm trying to add a custom error message to login form…2 months ago
-
Posted a reply to Paginação, on the site Fóruns de suporte:
@larinmj23 Porque você não utliza a função paginate_links() do próprio WordPress? https://developer.wordpress.org/reference/functions/paginate_links/3 months ago
-
Posted a reply to Preço diferenciado por Cliente, on the site Fóruns de suporte:
Você também pode tentar o seguinte: Criar um novo tipo de usuário: add_role('revendedor', 'Revendedor', ['read'…4 months ago
-
Posted a reply to Exibir home para usuário logados e home2 para usuários não logados, on the site Fóruns de suporte:
Você pode tentar algo assim: add_action('template_redirect', function () { if (!is_user_logged_in()) { wp_redirect(home_url('login') ; exit;…4 months ago
-
Created a topic, Problems with LayerSlider, on the site WordPress.org Forums:
I have three slider, one for each language of my websi…5 months ago
-
Posted a reply to Como ocultar completamente as linhas e colunas ao criar uma tabela? ColorMag, on the site Fóruns de suporte:
Procure pelo arquivo styles.css dentro do seu tema e cole a regra que te passei…7 months ago
-
Posted a reply to Como ocultar completamente as linhas e colunas ao criar uma tabela? ColorMag, on the site Fóruns de suporte:
Luís, no seu arquivo CSS, remova a borda das tags <td>: td { border: 0;…7 months ago
-
Created a topic, Error on function wc_get_template(), on the site WordPress.org Forums:
I figured out an error on includes/class-wc-product-pw…9 months ago
-
Posted a reply to Usando HTML5 e WordPress, on the site Fóruns de suporte:
É bem provável que todos os temas disponíveis no repositório oficial do WordPress estejam no…9 months ago
-
Created a topic, Clear textarea with default value after submit, on the site WordPress.org Forums:
I'm using wpcf7_form_tag action hook to add a text ins…10 months ago
-
Posted a reply to Twitter login not saving user email in correct field, on the site WordPress.org Forums:
Problem fixed: I added my email address as my name on this Twitter account and…12 months ago
-
Posted a reply to Twitter login not saving user email in correct field, on the site WordPress.org Forums:
Hey @laszloszalvak I opened a ticket. Thanks for the reply.12 months ago
-
Created a topic, Twitter login not saving user email in correct field, on the site WordPress.org Forums:
I'm using only Twitter login and noted that the user e…12 months ago
-
Posted a reply to Exibir conteúdo diferente baseado em custom role, on the site Fóruns de suporte:
Dê uma olhada na função current_user_can(): https://codex.wordpress.org/Function_Reference/current_user_can1 year ago
-
Posted a reply to Editar página não funciona – Tela Branca, on the site Fóruns de suporte:
Dê uma lista na documentação sobre o Depuração no WordPress (https://codex.wordpress.org/Debugging_in_WordPress). Ative o debug mode…1 year ago
-
Posted a reply to Mostrar informações do usuário em uma página especifica, on the site Fóruns de suporte:
Estando o usuário logado, você pode usar a função get_current_user_id() para pegar o ID deste…1 year ago
-
Posted a reply to Image URL, on the site WordPress.org Forums:
Hey Eva, problema fixed! I'm using a plugin called Soil (https://github.com/roots/soil) and it have a…1 year ago
-
Posted a reply to Image URL, on the site WordPress.org Forums:
Yes, the g:image_link in mapped to Main image attribute. I keep this as default. But…1 year ago
-
Created a topic, Image URL, on the site WordPress.org Forums:
On XML file, my image link in show like that: <g:i…1 year ago
-
Posted a reply to Pedidos confirmados no Pagseguro estão listados como “Cancelado”, on the site WordPress.org Forums:
Mesmo problema por aqui. O PagSeguro não está conseguindo notificar o site.1 year ago
-
Posted a reply to O link ‘Minha Conta’ não abre no celular, on the site Fóruns de suporte:
Olá Fernando, compartilhe o link do seu site para podermos te ajudar melhor.1 year ago
-
Posted a reply to Estou com um problema visual na pagina de finalização de compra no tema oceanwp, on the site Fóruns de suporte:
Arthur, não consegui visualizar a página de checkout do seu site. De qualquer forma, parece…1 year ago
-
Posted a reply to Permissão de upload para Colaborador, on the site Fóruns de suporte:
Oi Rodrigo, Está faltando uma chave } para fechar a função.1 year ago
-
Posted a reply to E-Mail de Boas Vindas a Novos Usuários, on the site Fóruns de suporte:
Fábio, talvez você tenha que configurar uma conta de email para enviar as mensagens. Tente…1 year ago
-
Posted a reply to nome de usuário numa página, on the site Fóruns de suporte:
Você pode usar a função wp_get_current_user() para puxar as informações do usuário logado. Se quiser…1 year ago
-
Posted a reply to GTranslate is adding “auto” as value for lang attribute, on the site WordPress.org Forums:
Hello, thanks for the reply. Yes, I'm using free version. My website is not published…2 years ago
-
Created a topic, GTranslate is adding “auto” as value for lang attribute, on the site WordPress.org Forums:
When I switch website language, GTranslate change the …2 years ago
-
Posted a reply to Wordfence change login messages language, on the site WordPress.org Forums:
Nice. Thanks for the explanations @wfalaa.2 years ago
-
Created a topic, Wordfence change login messages language, on the site WordPress.org Forums:
I'm using Theme My Login to create a custom login page…2 years ago
-
Joined the organizing team for WordCamp Belo Horizonte, Minas Gerais, Brasil 2018
2 years ago
-
Created a topic, Great plugin and great support, on the site WordPress.org Forums:
Simple but very usefull for my needs. And the support …2 years ago
-
Posted a reply to Custom login template with Sage 9 theme?, on the site WordPress.org Forums:
@the_lar, have you found a way to put the TML template files inside the resources/views…2 years ago
-
Posted a reply to Consulta nao traz resultado de forma automatica, on the site Fóruns de suporte:
@amentel, testei no Chrome e no Firefox e funcionou como esperado. Você vai precisar fazer…2 years ago
-
Posted a reply to Campo de Pesquisa para Post Types, on the site Fóruns de suporte:
Evite usar query_post(). Inclua $query->set( 'posts_per_page', -1 ); na sua função cpt_busca e veja se…2 years ago
-
Posted a reply to Campo de Pesquisa para Post Types, on the site Fóruns de suporte:
@marcionugas Você não precisa retornar a variável $query na função. Remova a linha return $query;…2 years ago
-
Posted a reply to Change gift card position on cart page, on the site WordPress.org Forums:
Thats's correct. It would be nice have this option on plugin. Thanks.2 years ago
-
Posted a reply to Change gift card position on cart page, on the site WordPress.org Forums:
No. I just want to change the position of gift card form on cart page,…2 years ago
-
Posted a reply to Change gift card position on cart page, on the site WordPress.org Forums:
Now I did it: the correct file I need to overwrite is: /wp-content/themes/<your_theme>/woocommerce/cart/apply-gift-card.php So now,…2 years ago
-
Posted a reply to Change gift card position on cart page, on the site WordPress.org Forums:
I tried remove from the cart page without success. The form is still there.2 years ago
-
Created a topic, Change gift card position on cart page, on the site WordPress.org Forums:
I'm trying to put gift card form nearest coupom form o…2 years ago
-
Posted a reply to Check if the product is a gift card, on the site WordPress.org Forums:
Now it's works. Thanks.2 years ago
-
Posted a reply to Check if the product is a gift card, on the site WordPress.org Forums:
Nope. var_dump(is_a( $product, 'WC_Product_PW_Gift_Card' )); return false.2 years ago
-
Created a topic, Check if the product is a gift card, on the site WordPress.org Forums:
I need to create a conditional to hide a specific part…2 years ago
-
Posted a reply to erro woocommerce, on the site Fóruns de suporte:
Posta o código deste arquivo.2 years ago
-
Posted a reply to erro woocommerce, on the site Fóruns de suporte:
@belniaki, veja que ao clicar no produto, a URL da página aberta identifica que é…2 years ago
-
Posted a reply to Access a Custom Shipping Method setting inside woocommerce_package_rates, on the site WordPress.org Forums:
Solved! I added the value inside rate meta_data parameter: public function calculate_shipping( $package = array()…2 years ago
-
Created a topic, Access a Custom Shipping Method setting inside woocommerce_package_rates, on the site WordPress.org Forums:
I created a simple custom shipping method following th…2 years ago
-
Posted a reply to Problema com a dimensão de imagens, on the site Fóruns de suporte:
@Davino Sobre o primeiro problema, tente remover o !important da regra max-width na classe .wp-caption.…2 years ago
-
Posted a reply to Habilitar Link para Redes Sociais, on the site Fóruns de suporte:
@viniciusfactual, você pode analisar o código e descobrir como os links das outras redes sociais…2 years ago