Title: vbkun's Replies | WordPress.org

---

# vbkun

  [  ](https://wordpress.org/support/users/vbkun/)

 *   [Profile](https://wordpress.org/support/users/vbkun/)
 *   [Topics Started](https://wordpress.org/support/users/vbkun/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vbkun/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vbkun/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vbkun/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vbkun/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vbkun/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/vbkun/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/vbkun/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Datadev - Total Express for WooCommerce] método padrão não aparece](https://wordpress.org/support/topic/metodo-padrao-nao-aparece-2/)
 *  [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/metodo-padrao-nao-aparece-2/#post-15754002)
 * Tem que ativar o webservice no painel deles (e a interface é bem confusa)
 * No painel deles se vai em ARQUIVO -> INTEGRAÇÂO …
 * Escolhe “TEX” e qualquer uma das plataformas q tem para escolher. Isso vai gerar
   um usuário/senha/código de usuário pro webservice. Dai para de dar o acesso negado.
 * Até ai eu cheguei, mas o api dai da erro para esse tipo de serviço STD. Eu consegui‘
   rodar’ o plugin usando o codigo “EXP” (express).
 * Se eu achar um manual atualizado disso com mais códigos passo aqui avisar
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Claudio Sanches - Correios for WooCommerce] Nenhuma forma de entrega disponível.](https://wordpress.org/support/topic/nenhuma-forma-de-entrega-disponivel/)
 *  [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/nenhuma-forma-de-entrega-disponivel/#post-15021733)
 * Não sei se resolveram ai, mas num post antigo aqui tem uma solução paleativa 
   que deu certo aqui: desabilitar valor declarado.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Claudio Sanches - Correios for WooCommerce] Nenhuma forma de entrega disponível.](https://wordpress.org/support/topic/nenhuma-forma-de-entrega-disponivel/)
 *  [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/nenhuma-forma-de-entrega-disponivel/#post-15021522)
 * Mesmo problema, pelos logs o plugin está completamente nao-funcional.
    Ele faz
   o request com todas as medidas para cubagem, mas passa um peso 0. Vocês tiveram
   mudança de plataforma?
 * Estou verificando ainda mas acho que no caso aqui o problema começou após uma
   migração.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Extending Search to plugins](https://wordpress.org/support/topic/extending-search-to-plugins/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/extending-search-to-plugins/#post-11577809)
 * Working.
    Nice solution, adding the filter to change the form itself, I haven’t
   thought about implementing it like that! Thanks 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Extending Search to plugins](https://wordpress.org/support/topic/extending-search-to-plugins/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/extending-search-to-plugins/#post-11569392)
 * Well as I mentioned… The admin panel only allows adding built-in field types,
   not additional field types from plugins.
 * (but if I went to the trouble of finding the method which gets the settings from
   admin panel and created a filter there… I guess it was clear I knew the panel
   screen :P)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF: Better Search] Extending Search to plugins](https://wordpress.org/support/topic/extending-search-to-plugins/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/extending-search-to-plugins/#post-11535934)
 * HI [@mateuszgbiorczyk](https://wordpress.org/support/users/mateuszgbiorczyk/)
   
   Clean code but if you notice my opening post, I wasn’t trying to include post
   types to search :). I was adding additional ACF data-types for search. (So I 
   don’t see how using pre_get_posts can help) I have a bunch ACF Field types I 
   coded myself, not to mention all the ones available in plugins repo, and didn’t
   found any other way to include their data type to Better Search.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cimy User Extra Fields] Change User email to HTML Template](https://wordpress.org/support/topic/change-user-email-to-html-template/)
 *  [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/change-user-email-to-html-template/#post-7539081)
 * I’m trying to find a way to deal with the subject/contents of CIMY email’s before
   it hits wp_mail, but I have no idea how to do it without modding it.
 * What you can do is look in wordpress for the filter ‘wp_mail’ ( [https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail](https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail)).
   This filters runs inside wp_mail and will allow you to do any sort of modification
   to any outgoing email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF qTranslate] wysiwyg not working properlly?](https://wordpress.org/support/topic/wysiwyg-not-working-properlly/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/wysiwyg-not-working-properlly/#post-6132718)
 * Exact same problem i’m having… still haven’t found a solution -.-
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF qTranslate] wysiwyg not working properlly?](https://wordpress.org/support/topic/wysiwyg-not-working-properlly/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wysiwyg-not-working-properlly/#post-6132572)
 * I did some more testing and html checking… this might be a problem in the main
   qtranslateX code, not this plugin acf qtranslate.
 * The hidden field, which gets all lang values stored, is printed correctly. The
   language switcher seems to be what is messing things up.
 * More over I tried disabling ACF Qtranslate plugin and well… QtranslateX still
   took over and fiddled with ACF wysiwyg fields. Apparently when they dropped the
   support for acf’s fields… something went wrong with wysiwyg and it still attempts
   to swap it’s values? (causing a big mess when acf qtranslate comes to play)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate X] Working ;)](https://wordpress.org/support/topic/not-really-working-1/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-really-working-1/#post-7950540)
 * (ok can you help me on how to edit this rating? oo)
 * —edit
 * done 🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate X] Working ;)](https://wordpress.org/support/topic/not-really-working-1/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-really-working-1/#post-7950538)
 * Nah I’ll change 😐
 * I wouldn’t say due support thou… I mean in the [post](https://wordpress.org/support/topic/double-language-in-address-httpsblogcomenpt-br?replies=8)
   it was clear something was acting up and it was the language code (thanks god
   that post existed, its what saved me :D), but no one was near to guess the guy’s
   problem was the language… 🙁
 * But I don’t want to be too critic here… I know how something like this get trought…
   specially when pt-br is the only exception, its not the most commom language 
   and well, you guys are coding from previous works… so I understand how it can
   go trough 🙂
 * And well, not really a ‘better documentation’ case… it was the built in setting
   I never dealt with :|. I mean, I didn’t set ‘pt-br’, it was there from the install:(.
   When i suspected of the code… the own verification of the field did not allow
   me to set pt-br, nothing better than verification fields :).
 * Btw, thanks again for the hard work, really ^^
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate X] Working ;)](https://wordpress.org/support/topic/not-really-working-1/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-really-working-1/#post-7950537)
 * John just a side note… nice if you guys could add some big warning on it asap….
 * While trying to solve my errors I found a bunch of people on the forums that 
   seemed to have the exact same problem as me… but were not even near to find out
   the pt-br was the problem 🙁
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate X] Working ;)](https://wordpress.org/support/topic/not-really-working-1/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-really-working-1/#post-7950535)
 * Hey John 🙂
 * Thanks for the reply but no, it wasn’t an acf problem.
 * I had the exact same problems without acf. As I stated above… qtranslate X just‘
   colapses’ with the 5 chars ‘pt-br’.
 * It can’t understand redirects, the content filters fail (custom field or default
   ones), etc.
 * But all is soved so far for me
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[qTranslate X] Working ;)](https://wordpress.org/support/topic/not-really-working-1/)
 *  Thread Starter [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-really-working-1/#post-7950532)
 * I managed to get it working…
 * Everything is running fine and perfect now, aparently qtranslate-X can’t handle
   5 chars lang prefixes, in my case pt-br, which came re-configured in it.
 * After deleting portuguese (pt) and changing pt-br to pt everything is fine, custom
   fields, regular fields, redirects, etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Double language in address: https://blog.com/en/pt-br](https://wordpress.org/support/topic/double-language-in-address-httpsblogcomenpt-br/)
 *  [vbkun](https://wordpress.org/support/users/vbkun/)
 * (@vbkun)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/double-language-in-address-httpsblogcomenpt-br/#post-5903030)
 * Have you tried using Portuguese instead Portuguese Brazil?
 * I’m having loads of problems with qtranslate-x, I managed to get some infinite
   loop causing error in my server where it redirected to pt-br/pt-br/pt-br/pt-br/
   pt-br/pt-br/pt-br….
 * I also at some point managed to get the same problem as you.
 * In the end just seems qtranslate-X can’t deal with 5 chars language codes… just
   2 chars…
 * Therefore when you try to open [https://ferrao.eti.br/pt-br](https://ferrao.eti.br/pt-br),
   pt-br is not recognized as language, but as page. So you get redirected to the
   pt-br page in english :).
 * (if you get to solve that you may face the permanent redirect problem, which 
   I couldn’t here either)
 * ps: I believe you guys were in the wrong track as this does not relate Nginx 
   at all, I’m actually on Apache.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/vbkun/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/vbkun/replies/page/2/?output_format=md)