Profiles

  • Member Since: May 21st, 2014
  • Find me on:
  • Created a topic, Run button click on WP Admin with Add_action, on the site WordPress.org Forums:
    I created a simple button in my ADMIN wordpress. <…

  • Created a topic, Publish a post with post thumbnail and post template using cURL, on the site WordPress.org Forums:
    in the wordpress wp_insert_post() manual I found some …

  • Posted a reply to Plugin para Calculadora, on the site Fóruns de suporte:
    Olá, acredito que entendi sua pergunta, em relação a funcionalidade da calculadora. Não conheço nenhum…

  • Posted a reply to Como trabalhar com classes externas no wordpress?, on the site Fóruns de suporte:
    Muito obrigada pela ajuda @leobaiano, sabe me dizer o que mais posso tentar pra ver…

  • Posted a reply to Como trabalhar com classes externas no wordpress?, on the site Fóruns de suporte:
    com o print_r não aparece nada com var_dump var_dump( $utma ); var_dump( $utmz ); bool(false)…

  • Posted a reply to Como trabalhar com classes externas no wordpress?, on the site Fóruns de suporte:
    Obrigada pela resposta @leobaiano, Estou tentando desta forma: require_once dirname(__FILE__).'/vendor/autoload.php'; use Jflight\GACookie\GACookie; $utma = GACookie::parse('utma');…

  • Created a topic, Append data-slb-group=“slb”, on the site WordPress.org Forums:
    I have a set of several images, I want to use append, …

  • Created a topic, Como trabalhar com classes externas no wordpress?, on the site Fóruns de suporte:
    Encontrei um projeto interessante no Github: Google-A…

  • Posted a reply to Print the current date, on the site WordPress.org Forums:
    Thanks for the answers, topic solved @davidsword and @kjodle I have another question if you…

  • Created a topic, Print the current date, on the site WordPress.org Forums:
    If I use <?php echo get_the_date(); ?> this pr…

  • Posted a reply to How I get few words of a Post, on the site WordPress.org Forums:
    Thanks @bcworkz <?php $data = get_the_post_excerpt( null, '', 22, '...' ); var_dump($data); ?> anyway I…

  • Posted a reply to How I get few words of a Post, on the site WordPress.org Forums:
    @egf, @sterndata and @janak007 thank you all for the answers @janak007 see below how I…

  • Created a topic, How to work with external classes in wordpress, on the site WordPress.org Forums:
    To add new functions in wordpress I know we have to do…

  • Created a topic, How I get few words of a Post, on the site WordPress.org Forums:
    How can I get the first few words of a post that does …

  • Posted a reply to Slider on the homepage, on the site WordPress.org Forums:
    See the codes: Form: https://github.com/GihGis/estudos/blob/master/form-options-admin.php Functions: https://github.com/GihGis/estudos/blob/master/functions-theme-options.php Template with the foreach of the images that…

  • Posted a reply to Slider on the homepage, on the site WordPress.org Forums:
    Yes, if I can save the array all the code will work I tried in…

  • Posted a reply to Slider pagina inicial, on the site Fóruns de suporte:
    Olá @felipeelia tem como dar uma olhada nesta duvida? Estou há alguns dias tentando entender…

  • Created a topic, Slider on the homepage, on the site WordPress.org Forums:
    I'm learning how to use WordPress Settings API, I can …

  • Created a topic, Slider pagina inicial, on the site Fóruns de suporte:
    Estou aprendendo a usar Settings API do Wordpress, con…

  • Posted a reply to Fill input with array, on the site WordPress.org Forums:
    Yes the variable exists it is defined. Isset works when I created a metabox with…

  • Created a topic, Colocar Imagens Pagina inicial tema, on the site Fóruns de suporte:
    Olá, Quando eu criei metabox de imagens para posts…

  • Posted a reply to Fill input with array, on the site WordPress.org Forums:
    Yes exists it is defined. when I created a metabox with the following code in…

  • Created a topic, Isset Array de inputs “my_image_URL[]”, on the site Fóruns de suporte:
    Bom dia, Esta parte do meu codigo Jquery, cria novas …

  • Posted a reply to Fill input with array, on the site WordPress.org Forums:
    Thanks DionDesigns I tried according to your suggestion, but it is not yet filling in…

  • Created a topic, Preencher input com array, on the site Fóruns de suporte:
    Olá, No meu codigo jquery tem uma parte assim: $(&…

  • Created a topic, Fill input with array, on the site WordPress.org Forums:
    In my jquery code I have: $("#show").append…

  • Created a topic, Como fazer o bootstrap funcionar nas opções do Tema – ADMIN, on the site Fóruns de suporte:
    Olá, Não consigo fazer o bootstrap trabalhar nas o…

  • Created a topic, Settings API – Slider de imagens Home Page, on the site Fóruns de suporte:
    Olá, Estou conseguindo criar paginas, subpaginas e …

  • Posted a reply to Cloudflare – Redirecionamentos Excessivos ao tentar logar no wp-admin, on the site Fóruns de suporte:
    Oi Mario, muito obrigada pela resposta Sim implementei o certificado SSL do cloudflare, e configurei…

  • Created a topic, Cloudflare – Redirecionamentos Excessivos ao tentar logar no wp-admin, on the site Fóruns de suporte:
    Bom dia, Li diversos tutorias para tentar resolver r…

  • Created a topic, Acessar categoria pelo nome, on the site Fóruns de suporte:
    Olá, Estou tentando acessar uma categoria que tenha …

  • Posted a reply to Serelialização e Deselerialização, on the site Fóruns de suporte:
    Para serealizar usei a função maybe_serealize() $content= array( 'titulo' => maybe_serialize($_POST['input_titulo']), 'subtitulo' => maybe_serialize($_POST['input_subtitulo']), );…

  • Created a topic, Serelialização e Deselerialização, on the site Fóruns de suporte:
    Como faço para serealizar de deserealizar os dados co…

  • Posted a reply to alteração de conteúdo., on the site Fóruns de suporte:
    Olá, veja se ajuda:Como encontrar e substituir texto em banco de dados MySQL usando SQL

  • Posted a reply to Aparecendo mensagem de erro no front end quando instala o woocommerce correios, on the site Fóruns de suporte:
    Não conheço o plugin, mas uma pesquisa rapida sobre o erro e o primeiro link…

  • Posted a reply to Problemas com meta_query, on the site Fóruns de suporte:
    Oi @samulelesoares, Como você esta imprimindo $lista_posts?

  • Created a topic, Como criar um plugin wordpress corretamente, on the site Fóruns de suporte:
    Estou planejando desenvolver meu primeiro plugin Wordp…

  • Posted a reply to Pegar ID da imagem no wp_upload_dir();, on the site Fóruns de suporte:
    Encontrei!! :D https://codex.wordpress.org/Function_Reference/wp_prepare_attachment_for_js Resolvido, muito obrigada Felipe

  • Posted a reply to Pegar ID da imagem no wp_upload_dir();, on the site Fóruns de suporte:
    Obrigada Felipe :) Funcionou sim, mas não achei como fazer pra imprimir o caption então…

  • Posted a reply to Dúvida?????, on the site Fóruns de suporte:
    Se a duvida foi resolvida, não esqueça de colocar como resolvido :)

  • Created a topic, Get Image ID in wp_upload_dir ();, on the site WordPress.org Forums:
    I would like to know how to get an image id that is in…

  • Posted a reply to Dúvida?????, on the site Fóruns de suporte:
    Penso assim se o site tem uma estratégia SEO (Serch Engine Optimization) boa, as demais…

  • Created a topic, Pegar ID da imagem no wp_upload_dir();, on the site Fóruns de suporte:
    Gostaria de saber como faço pra pegar um id de imagem…

  • Posted a reply to Como fazer o while para exibir carrossel dinâmico?, on the site Fóruns de suporte:
    Ufa consegui: solução: <?php $this_post_id = get_the_ID(); $urls =get_post_meta($this_post_id,'my-image', true); $totalUrls = count($urls);//count urls in…

  • Posted a reply to Informação do telefone no header nao aparece no mobile, on the site Fóruns de suporte:
    De uma olhada nessa imagem Em azul marquei o código html Em vermelho o css…

  • Posted a reply to Informação do telefone no header nao aparece no mobile, on the site Fóruns de suporte:
    Olhei aqui e realmente não teve alteração, as classes continuam lá, tem que ver o…

  • Posted a reply to Informação do telefone no header nao aparece no mobile, on the site Fóruns de suporte:
    Se estiver no navegador Google Chrome abra uma janela anonima entre no site e veja…

  • Posted a reply to Informação do telefone no header nao aparece no mobile, on the site Fóruns de suporte:
    É no arquivo css mesmo, você deve encontrar o arquivo css do tema, procurar o…

  • Posted a reply to Informação do telefone no header nao aparece no mobile, on the site Fóruns de suporte:
    Ah me desculpe @media (max-width: 767px) #top .top-address, #branding .breadcrumb { display: none; } As…