rabraganca
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] qTranslate X with Contact Form 7Hello everybody,
I managed to do what @alittlebit friend is trying to do.
First, I created a file called tpl_contato.php in my theme and put on top of that the following code file:
<?php // Replace the word 'contact' for the template name you want /* Template Name: Contato */ get_header(); ?>
After I created a contact page in of WordPrees panel and I selected the model ‘Contact’.
Then I created two contact forms using the Contact Form 7, in the first form I put the data in one idiom, and in the second I put the data in other idiom ??(Portuguese and English in my case).
Finally, I put the following code in file who had previously created (tpl_contato.php):
<?php if (qtranxf_getLanguage() == 'en') { echo do_shortcode('[contact-form-7 id="26" title="Contact Form"]'); } elseif (qtranxf_getLanguage() == 'pb') { echo do_shortcode('[contact-form-7 id="4" title="Formulário de Contato"]'); } ?>
I hope this helps.
— Texto em português —
Olá pessoal,Eu consegui fazer o que o amigo @alittlebit está tentando fazer.
Primeiro, criei um arquivo chamado: tpl_contato.php no meu tema e coloquei no topo desse arquivo o seguinte código:
<?php // substitua a palavra 'contato' pelo nome do modelo que desejar /* Template Name: Contato */ get_header(); ?>
Depois criei uma página de contato no painel do WordPrees e selecionei o modelo ‘Contato’.
Em seguida, criei dois formulários de contato usando o Contact Form 7, no primeiro formulário eu coloquei os dados em um idioma, e no segundo eu coloquei os dados no outro idioma (no meu caso português e inglês).
Por fim, coloquei o seguinte código no aquivo que havia criado anteriormente (tpl_contato.php):
<?php if (qtranxf_getLanguage() == 'en') { echo do_shortcode('[contact-form-7 id="26" title="Contact Form"]'); } elseif (qtranxf_getLanguage() == 'pb') { echo do_shortcode('[contact-form-7 id="4" title="Formulário de Contato"]'); } ?>
Espero ter ajudado.
Forum: Plugins
In reply to: [qTranslate X] qTranslate X and Types – custom post fieldsIt worked perfectly.
Thank you for your help and for having developed the plugin. =D
I thank the staff of qTranslate X and Types.
Forum: Plugins
In reply to: [qTranslate X] qTranslate X and Types – custom post fieldsHello.
dear @gunu,
You said to use “[:nl] Dutch tekst [:de] German text [:en] Inglês text”, but I did not understand where I put it. Can you explain me better, please?!
Thank you.
Ok, Obrigada.
Forum: Plugins
In reply to: [Rapid Canonical URLs] How this plugin works?Thank you.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] Fatal ErrorI have the same problem. Whenever I want to install some plugin displays a fatal error message and can not install any plugin.
My versions are:
? – WordPress 4.1
? – WooCommerce: 2.2.11
? – Yith WooCommerce Ajax Search: 1.2Forum: Plugins
In reply to: [Brazilian Market on WooCommerce] Pedidos ainda n?o mostram número da RuaUso as seguintes vers?es e está funcionando.
WordPress: 4.0
WooCommerce: 2.2.8
WooCommerce Extra Checkout Fields for Brazil: 3.3.1Forum: Plugins
In reply to: [Brazilian Market on WooCommerce] Pedidos ainda n?o mostram número da RuaAs vers?es WordPress é 4.0, WooCommerce é 2.2.4 e WooCommerce Extra Checkout Fields for Brazil é 3.0.0
FUNCIONA como quero, exibindo:
{nome}{sobrenome}, {endere?o}, {número}, {bairro}, {complemento}, {cidade}, {estado}, {CEP}.Forum: Plugins
In reply to: [Brazilian Market on WooCommerce] Pedidos ainda n?o mostram número da RuaTambém estou com o mesmo problema.
Minha vers?o do WordPress é 4.0, a vers?o do WooCommerce é 2.2.4 e a vers?o do WooCommerce Extra Checkout Fields for Brazil é 3.2.0.