BrunoSousa
Forum Replies Created
-
Só dando um retorno caso alguém passe pelo mesmo problema. A solução foi criar uma chave PIX no painel da pagar.me. Ou seja, o problema não estava no plugin.
Depois de criar a chave PIX no painel da pagar.me, o plugin funcionou corretamente.
Forum: Plugins
In reply to: [Juno para WooCommerce] [errorCode] => 503012Estou com o mesmo problema aqui. Entrei em contato com o suporte e eles disseram que já estava liberado o que estava bloqueando (sistema anti-fraude), mesmo assim o erro persiste.
Bad Request 400 me faz pensar que alguma informação que o que o plugin está enviando não está de acordo com o que a API da Juno pede.
Não sei como poderia ser corrigido, só vim dicionar que está acontecendo comigo também.Hey… I Found the issue and did a temporary fix.
On assets/js/frontend.js file, line 287:
var elm = jQuery(html_a.join('')).appendTo('body');I did replace
jQueryby$sign and it worked out:var elm = $(html_a.join('')).appendTo('body');I hope it can help someone.
- This reply was modified 7 years, 10 months ago by BrunoSousa.
Forum: Plugins
In reply to: [WP Super Cache] Fatal error on 1.5.0I’m receiving this error too.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Can’t filter User taxonomies?Hey Justin, thanks for following up.
Sorry for the bad use of WordPress terms… You are correct, I wanted to say User Type, but I really didn’t went deeply into this topic on WordPress documentation and didn’t know the difference. My bad.
I’m not a developer, just a designer doing my try with WordPress with lower dev tasks. So, let me know if I understood correctly… the listing of Users Taxonomy in this plugin is a bug (or shouldn’t be listed), because it doesn’t have archive. But How does WordPress archives the user profiles?… even the template hierarchy documentation provides a author.php template. Maybe the author.php do the same job as archive.php?
Can you imagine someway to create a filter for user taxonomies, without this plugin? Once I have taxonomy and terms, I think that maybe has a way to get this information in front end, and then, after get all taxonomy terms, create an JS filter…. I don’t know it will be works, just thoughts.
Thank you very much for replying.
Me too:
“{“code”: 403, “error_type”: “OAuthForbiddenException”, “error_message”: “You are not a sandbox user of this client”}”
“You have not authorized any applications to access your Instagram account.”
Karamba,
Did you fixed this issue? I have the same problem here!
I just can see the events of “thank you” page measured on GA. None of the other events were sent to GA.
Forum: Plugins
In reply to: [Contact Form 7] Emails not sendingHey Marc2412 and everybody!
I realized my free account at Mandrill, coincidentally, expired at the same week in which CF7 was updated. When I saw a lot of people reporting issues with the 4.4 version, imediately I thought that it was my problem too, but it wasn’t.
Anyway, I gave up to use Mandrill and started using WP Mail SMTP and everything works fine now. I’m using a Digital Ocean Hosting, in which you have to request an authorization for using SMTP on their servers.
Whatever, a good trick is leave empty the FROM field in WP Mail SMTP plugin.
I followed this tutorial for setup WP Mail SMTP for CF7: http://cool-tricks.net/contact-form-7-configuration/#install-contact-form-7
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Emails not sendingMarc2412, I’ll be thankful if you can explain me how did you get it working.
I’ve three forms in my website, each one has the right syntax, the email is sending by form, but never comes to mailbox.
Before the 4.4 version it worked perfectly, but now it doesn’t.
I already am using Mandrill to send emails. Maybe it’s a Mandrill issue?
Forum: Plugins
In reply to: [underConstruction] Can not add extra IP's to the whitelist?Thank you Jack All! You saved me!
Forum: Plugins
In reply to: Updating WordPress to 4.1 Resulted in Plugin Malware InsertionHi Mangoma. I have the same problem. Did you found a way to fix this issue?
Thanks in advance.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] Não consigo calcular o freteOi Ivan_br e franciscoluizp, estou com o mesmo problema que vocês.
O cálculo do frete está chegando com um valor muito alto, e quando tento colocar 2 unidades do mesmo produto no carrinho, aparece a mensagem de erro: “Não parece haver qualquer métodos de envio disponíveis. Por favor, verifique o seu endereço, ou entre em contato conosco se você precisar de alguma ajuda.”
Caso tenham conseguido resolver o problema, por favor me avisem.
Obrigado.
Forum: Plugins
In reply to: [Claudio Sanches - Moip for WooCommerce] Caracteres estranhosHi,
I think I’ve found the solution. On the “transparent-checkout.php”, at the lines that call the Moip Javascript, the Charset is written wrong. See:
<?php if ( 'yes' == $this->sandbox ) : ?> <script type="text/javascript" src="https://desenvolvedor.moip.com.br/sandbox/transparente/MoipWidget-v2.js" charset="UFT-8"></script> <?php else : ?> <script type="text/javascript" src="https://www.moip.com.br/transparente/MoipWidget-v2.js" charset="UFT-8"></script> <?php endif; ?>The letters are inverted. Just change the
UFT-8toUTF-8. Hope can help anyone.Forum: Plugins
In reply to: [Claudio Sanches - Moip for WooCommerce] Caracteres estranhos@astartar,
I have the same problem. I already tried to change the charset to ISO-8859-1 on the “transparent-checkout.php”, at the lines that call the Moip javascript (almost on the last code lines). Doesn’t worked.Did you solved this issue? Please, share the fix if you can.
My bests.
Forum: Plugins
In reply to: [Gallery Slideshow] Adaptative Vertical PositionHi Jethin.
I found the solution for my issue.
I added the container resize option as explained in Cycle2 documentation: http://jquery.malsup.com/cycle2/demo/container-resize.php
I added to gss_html.php the option “data-cycle-auto-height=container”, in line #58, like this:
html .= '<div class="cycle-slideshow" data-cycle-auto-height=containerTo works fine, I removed the
img.cycle-slide {max-height:100%;}and.carousel-pager .cycle-slide img { height: 100%; }options from gss.css.You can see my gallery working as I expected: http://carlapimenteldecastro.arq.br/casa-1-jardins-valencia/
Thanks for your support and hope this can help anyone.