SybilBoquet
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Also :
I use subscribeToLists with this option :
$options = array(‘send_confirmation_email’ => true);The email confirmation is not send.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Not generate PDF invoice if total = 0Hi. I do it here :
includes/class-bewpi-invoice.php
public function save( $dest, $html_templates = array() ) {
if ( $this->order->get_total() == 0 ) return;
…
…
}A option within settings pages would be best.
The authors could do that ?Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Group not set into mailchimpI test the version 6.0 and it seems ok.
Forum: Plugins
In reply to: [Custom Login] Debug Error in dashboardHello,
I’ve got the same problem.
https://…/wp-admin/?custom-login-dashboard=1&type=js
returns html code before the javascript :<!DOCTYPE html> <!--[if IE 8]> <html xmlns="https://www.w3.org/1999/xhtml" class="ie8 wp-toolbar" lang="fr-FR"> <![endif]--> <!--[if !(IE 8) ]><!--> <html xmlns="https://www.w3.org/1999/xhtml" class="wp-toolbar" lang="fr-FR"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Tableau de bord ‹ x — WordPress</title> <script type="text/javascript"> addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}}; var ajaxurl = '/wp-admin/admin-ajax.php', pagenow = 'dashboard', typenow = '', adminpage = 'index-php', thousandsSeparator = ' ', decimalPoint = ', ', isRtl = 0; </script> <meta name="viewport" content="width=device-width,initial-scale=1.0"> jQuery(document).ready(function($) { var CL_Timeout = 200; if ( !$('#dashboard_primary .rss-widget').eq(1).length ) { CL_Timeout = 2500; } setTimeout( function() { $('#dashboard_primary .rss-widget:eq(1) ul').append('<a class="rsswidget" href="https://frosty.media/2015/custom-login-v3-2-released/?utm_medium=wpadmin_dashboard&utm_term=newsitem&utm_campaign=custom-login">FrostyMedia: Custom Login v3.2 Released</a>'); }, CL_Timeout ); });
Do you know why this problem appear ?
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)