felipereisfernandes
Forum Replies Created
-
Forum: Plugins
In reply to: [Freight Shipping Quote] Shipping method doesn’t show a linkHi there. Thank you for your reply.
Here’s a link to the video: https://drive.google.com/file/d/19inxlfUAU1WyrBuljKOZz1ZECF6nImbA/view?usp=sharing
Hi there.
Would it be possible to set expiration by the times the student watch the course?For example, he can watch only 2 times, and then the course expires.
Forum: Plugins
In reply to: [WP Custom Admin Interface] Error – Restore to default WordPress menuI got this error while loading the page:
TypeError: null is not an object (evaluating ‘a.indexOf’)
Line 5:
if (-1 !== a.indexOf(“<span”)) {
var t = a.indexOf(“<span”);
return a.substr(0, t – 1)
}Forum: Plugins
In reply to: [WP Custom Admin Interface] Error – Restore to default WordPress menuIt happened with me too. I clicked in “Restore do default WordPress menu” and it deleted all the items. No I can’t see nothing in the Admin Menu page.
I thought that clicking to restore, would give all the menus again, all visible, but it didn’t.I already deleted and reinstalled the plugin, and deleted all settings in the Manage Settings section, but nothing works.
Estou com o mesmo problema também.
O PagSeguro parou de enviar notifica??es ao site, assim n?o consegue atualizar o status do pedido.@felippefms onde encontro o {id_notificacao_pagseguro} no log para fazer esse teste?
Faz tempo que n?o existe essa op??o.
Para configurar o PagSeguro: WooCommerce > Pagamentos > PagSeguro
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] IdiomaEstou com o mesmo problema! Já reinstalei o aplicativo e mesmo assim n?o mostra em português.
O WordPress e WooCommerce est?o em PT_BR, mas o PagSeguro mostra tudo em inglês.
Achei uma solu??o!
Alterei a linha 76 do meu arquivo plugins/woocommerce/includes/wc-core-functions.phpLINHA ANTIGA
$order_data['post_title'] = sprintf( __( 'Order – %s', 'woocommerce' ), strftime( _x( '%b %d, %Y @ %I:%M %p', 'Order date parsed by strftime', 'woocommerce' ) ) );
LINHA NOVA (SOLUCIONOU MEU PROBLEMA)
$order_data['post_title'] = sprintf( __( 'Order – %s', 'woocommerce' ), strftime( _x( '%B %#d, %Y @ %I:%M %p', 'Order date parsed by strftime', 'woocommerce' ) ) );
Estou com o mesmo problema.
Ao alterar o idioma do site para inglês, consigo finalizar a compra normalmente.
Porém, em português ele me apresenta o erro no wc-core-functions.phpForum: Plugins
In reply to: [Featured Image for Categories and pages.] Category image not showing on pageI just commented the line 557 to 563 and worked like i needed!
/*
if (is_page()) {$taxonomy_image_url = get_post_meta(get_the_ID(), ‘adds_image’, true);
}
*/Thank you!
Forum: Plugins
In reply to: [Analyticator] Not working for meI’m getting this error:
SSL certificate problem, verify that the CA cert is OK. Retrying with the CA cert bundle from google-api-php-client.