momo-fr
Forum Replies Created
-
Regenerate thumbnail in page media doesn’t work now… ??
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] Work on mobile?I have a lot of feedback on iPhone or Windowphone who does not see the chat tab…
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] Internet Explorer Support?Hi, I try on Nokia smartphone with Internet Explorer or Explora 3 (Windowsphone 8.1) and the tab at the bottom does not appear.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Maj 2.6.1 …. bug editor wpHi, I have a solution by Matthias on Nevada theme support :
Yes I was already able to find the culprit
It’s a naming conflict.
While our code is wrapped by this snippet (which is the save way to code) :
Source Code
if ( !function_exists( ‘cmp’ ) ) {
function cmp( $a, $b ) {
….
}
}Their plugin code does not have this wrapper and the whole site breaks. When viewing their code:
Source Code
function cmp($a, $b) {
}It’s an empty function. Not sure why they have this code in there , it even not in use. At the current stage I would say, please open this file here :
wp-content/plugins/wysija-newsletters/views/back/campaigns.php and go to line 1816 and remove the function. This will solve the issue.
For me it’s a solution for waiting for your update.
Regards.
Jean
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Update 2.6.1 does not work properlyHi, Matthias help me on Nevada Theme support, I give you the solution:
It’s a naming conflict.
While our code is wrapped by this snippet ( which is the save way to code ) :
if ( !function_exists( ‘cmp’ ) ) {
function cmp( $a, $b ) {
….
}
}Your plugin code does not have this wrapper and the whole site breaks. When viewing their code:
function cmp($a, $b) {
}It’s an empty function. Not sure why they have this code in there , it even not in use. At the current stage I would say, please open this file here :
wp-content/plugins/wysija-newsletters/views/back/campaigns.php and go to line 1816 and remove the function. This will solve the issue.
I made ??the change and works well with MailPoet Nevada.
If this little help …
Regards.
Jean
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Maj 2.6.1 …. bug editor wpOK.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Maj 2.6.1 …. bug editor wpHi, since the 2.6.1 update I can no longer create newsletter, even after copying the second step displays a blank page aministration.
I have done tests, with my theme Nevada does not work, with the theme Wp Twenty Fourteen Works!
Big problem with my customer theme… ??
Any ideas ?
Regards.
Jean
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Why restricting sizes and styles?Hi, I try to see to change the line-height in the newsletter (and margins titles) I see that everything I put in the theme stylesheet is no difference.
Any idea?
Regards.
Jean
Yes, but your plug-in take the Select function and I want to put the name of “George Duke|[email protected]” in the e-mail respond.
Exp of respond for the customer:
Your want to contact [_raw_recipient] (in this place I want “George Duke” not the email address).
Regards.
Jean
Hi, I have same question, it’s important to put the name and not the e-mail.
Same of the “Selectable Recipient with Pipes” Contact Form 7 function.
The code is : [_raw_{field name}]
Not work but it would be nice if we had the same functionality.
Thank you in advance.
Regards.
Jean