Andrew
Forum Replies Created
-
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] Tidios Script Killing Page Load Time?@olektidio I delevop my own themes https://akun.com.br/ . But i tried with default wordpress themes too.
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] Tidios Script Killing Page Load Time?I have the same problem here @olektidio , thinking about uninstalling Tidio from all my clients.
I ran some tests with and without Tidio and got this:
With Tidio Time to Interactive and fully loaded time of page went from 2.2s to 11s
Grade Went from 71/88 to 55/82.
And the warning about “Avoid long main-thread tasks” is gonne either.
- This reply was modified 3 years, 8 months ago by Andrew.
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] checkout para produto virtualEstou com o mesmo problema, pelo que li parece que se você setar como false o campo addressRequired, o endere?o, telefone e afins deixam de ser obrigatórios.
Estou tentando fazer essa implementa??o e testes no plugin também
Forum: Plugins
In reply to: [User Specific Content] Use with custom post typeconfig/main_plugin_fields.php
afterforeach(array(__('Posts') => 'post',__('Pages') => 'page') as $k => $post_type){ $p->add_field(array( 'label' => 'Enable on '.$k, 'std' => true, 'id' => 'posttypes]['.$post_type, 'type' => 'checkbox', 'section' => $setting2, ) ); }
It only work to “dlm_download” custom post type, i have to add every custom post type in my site to get it working, not a fix, just a temporary workaround
Thanks
Forum: Plugins
In reply to: [User Specific Content] Use with custom post typeI had to make this on the code to got it working:
foreach(array(__('Posts') => 'post',__('Downloads') => 'dlm_download') as $k => $post_type){ $p->add_field(array( 'label' => 'Enable on '.$k, 'std' => true, 'id' => 'posttypes]['.$post_type, 'type' => 'checkbox', 'section' => $setting2, ) ); }
And one more thing, translation is not working. But great plugin, saved my life ??
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Ops! Houve um problemaEntendo, ent?o seria caso de entrar em contato com o Pagseguro mesmo correto?
Edit: Até consegui fazer funcionar no SandBox agora, mas boto o token normal e n?o funciona de forma alguma
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Ops! Houve um problemaOps! Houve um problema e n?o foi possível exibir a página
Nossa equipe acabou de receber um alerta avisando sobre o ocorrido. Por favor, tente novamente06-30-2015 @ 16:47:20 - Requesting token for order 1221 with the following data: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <checkout> <currency>BRL</currency> <reference><![CDATA[Pet-1221]]></reference> <sender> <name><![CDATA[teste teste]]></name> <email><![CDATA[[email protected]]]></email> <documents> <document> <type>CPF</type> <value>XXXX</value> </document> </documents> <phone> <areaCode>63</areaCode> <number>XXXX</number> </phone> </sender> <shipping> <type>3</type> <address> <street><![CDATA[XXX Norte Alameda 16]]></street> <number>10</number> <complement><![CDATA[casa 13]]></complement> <district><![CDATA[Plano Diretor Norte]]></district> <postalCode>77006118</postalCode> <city><![CDATA[Palmas]]></city> <state>TO</state> <country>BRA</country> </address> <cost>2.00</cost> </shipping> <items> <item> <id>1</id> <description><![CDATA[Ra??o Pedigree Lata Patê de Carne e Frango para C?es Filhotes]]></description> <amount>4.90</amount> <quantity>1</quantity> </item> </items> <redirectURL><![CDATA[https://www.petatacadao.com.br/?page_id=6&pedido-recebido=1221&key=wc_order_5592f2480942a]]></redirectURL> <notificationURL><![CDATA[https://www.petatacadao.com.br/?wc-api=WC_PagSeguro_Gateway]]></notificationURL> <maxUses>1</maxUses> <maxAge>120</maxAge> </checkout> 06-30-2015 @ 16:47:21 - PagSeguro Payment Token created with success! The Token is: 6BE3C647C9C96CA774460F861CE00FC2
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Ops! Houve um problemaN?o estou usando Checkout transparente também
Já li todo o guia também, e n?o consegui resolver o problema :/
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Ops! Houve um problemaTentei gerar tokens novos 3x já, e continua dando erro, tanto no sandbox quanto fora
Forum: Plugins
In reply to: [The Events Calendar] Can't access event if update3.0.1, still the problem
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Can't access event if updateNo translation Plugin
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Can't access event if updateHello, i alreadly tried to deactivate all plugins and switch do default theme, same thing happened.
It’s exactly the same problem that i found here: https://www.ads-software.com/support/topic/event-edit-changes-link?replies=17
Thanks, Andrew
Forum: Plugins
In reply to: [Visual Form Builder] No eMail sent to Admin of siteIf you put on your plugin admin a field called: “Reply-To E-mail”, i think it’s supposed to Reply-to.
And i think transaction id 7XT40586SX505245X says that i’m a customer of a paid plugin.
Regards
Forum: Plugins
In reply to: [Visual Form Builder] No eMail sent to Admin of siteEasy peasy.
email.php line 609 and 635
You’re misusing the header, you should put the Reply-to in header
Actual:
$headers = "Sender: $from_email\r\n" . "From: $reply_to\r\n" . "Content-Type: $header_content_type; charset=\"" . get_option('blog_charset') . "\"\r\n";
Correct
$headers = "From: $from_email\r\n" . "Reply-to: $reply_to\r\n" . "Content-Type: $header_content_type; charset=\"" . get_option('blog_charset') . "\"\r\n";
And a warning: STOP BEING ARROGANT AND RESPECT YOUR CUSTOMERS.
Treating customers that way you will not get far
Regards
Forum: Plugins
In reply to: [Visual Form Builder] No eMail sent to Admin of siteMatthew, everything is ok with my setup on server.
Like i said, the bug is in “Visual Form Builder”, the email IS sent to the user that filled the form, but not to the admin.
You can try it here: https://noix.web923.uni5.net/autoviacao/trabalhe-conosco
After submit you’ll receive the form on your email, but i’ll not receive the admin email on mine.
thanks