Pi Zi
Forum Replies Created
-
Good to hear!
Great!
Thanks, you too. 😉Never mind, I found the problem. It has to do with the styling of your theme.
In the stylesheet
style.cssthere’s the following code on line 4534:.contact-info-widget .contact-details span { display: block; line-height: 1.8; }Within this declaration
<span>elements are displayd as a block, which is not good practice,<div>were made up to be “block elements”.To fix this you could add this CSS code to your theme:
.wpml-rtl { display: inline !important; } .wpml-nodis { display: none !important; }Thanks.
Did you have this problem after updating the plugin?The problem is probably related to a bug that only appears in PHP 5.3. Please update to version 2.1.2.
(Technical explanation: I used the $this reference within a closure and that’s only supported for PHP 5.4+.)
Thanks again for reporting McGee. That was the clue I was looking for!
The problem is probably related to a bug that only appears in PHP 5.3. Please update to version 2.1.2.
Technical explanation: I used the $this reference within a closure and that’s only supported for PHP 5.4+.
I have setup an environment with 5.3 and hope these type of bugs will never be included within a release again. I am sorry for the burden!
Thanks a lot!
I’ll take a look at it.Jens and Olgri, I cannot reproduce, so I need more clues.
I need more info because I cannot reproduce the problem.
Maybe it’s possible to create a temporary account so I could look at it.I tested the same circumstances (also same wp version and fiftheen theme), also tested form field with email, but no error or white screen.
Maybe other specific settings?
Something went wrong on updating. The WPML class doesn’t exist in the new versions.
You could try to remove the plugin completely and install again.
do you have an url example?
Forum: Reviews
In reply to: [WP Mailto Links - Protect Email Addresses] Link not clickableDo you have an url with an example?
Does the error and white screen only appear when you have the option “convert plain emails…” enabled?
Forum: Plugins
In reply to: [WP Mailto Links - Protect Email Addresses] Conflict with Retina 2x pluginInteresting, the image name does match the format for emails.
For now there isn’t a workaround for this problem. I will put it on the list for future releases.