Ralf Weber
Forum Replies Created
-
Forum: Plugins
In reply to: [CryptX] Use in Elementor’s Icon List widget inserts spaceI have the needed html code. You can reactivate the plugin if you want. Give me a some time to find a solution for your problem.
Forum: Plugins
In reply to: [CryptX] Use in Elementor’s Icon List widget inserts spaceHi ibowden,
I took a look at the linked page, but I can’t see any CryptX errors at first glance. I think it’s just an unfortunate chain of events.
Would it be possible for you to deactivate CryptX and then post the generated HTML code from the Elementor Icon List so I can compare it to the “original”?
Basically, I can already tell you that this is a CSS problem, but with the unmodified HTML code, I might still be able to help you.
Forum: Plugins
In reply to: [CryptX] 4.0.0 Breaks Cryptx in Custom Shortcode OutputHello @alexclst 🙂
Thanks for the tip. I’ve added another option to select the number of PBKDF2 iterations. This allows you to choose between security and performance in three steps. In my tests with 1,000 email addresses on one page, the impact of the “Performance” setting was minimal. I hope this update and the new option help.
Forum: Plugins
In reply to: [CryptX] 4.0.0 Breaks Cryptx in Custom Shortcode OutputThx for the feedback and the help.
Version 4.0.2 with the changes is out now.
Forum: Plugins
In reply to: [CryptX] 4.0.0 Breaks Cryptx in Custom Shortcode Output@alexclst this helps me a lot, thanks so far!
Can you change some code in the CryptX class (version 4.0.1) on your local copy of the website to test something for me?
In the file classes/CryptX.php:On line 103 change ‘
$this->addAutoLinkFilters($filter, 10);‘ to ‘$this->addAutoLinkFilters($filter, 11);‘On line 394 change ‘
$this->addAutoLinkFilters($widgetFilter, 11);‘ to ‘$this->addAutoLinkFilters($widgetFilter, 11);‘After this changes, are the mail addresses auto linked again?
Forum: Plugins
In reply to: [CryptX] Version 4 breaks because of undefined function encryptxHi Jan.
The “encryptx” function was mistakenly removed during code cleanup. The function has now been added back.
Version 4.0.1 is coming soon…
By the way… It’s better to check for the existence of “external” functions before calling them, because if you ever disable CryptX, you’ll have the same problem 😉
I hope your pages work again with version 4.0.1.
Forum: Plugins
In reply to: [CryptX] 4.0.0 Breaks Cryptx in Custom Shortcode OutputHello Alexander,
First of all, sorry for the inconvenience.Can you give me some more details about your shortcode that outputs the email address? I didn’t encounter any errors in my simple test with a shortcode that outputs your HTML code with the email address passed in as an attribute.
I therefore need a little more information so I can replicate your situation and analyze the cause.
Forum: Plugins
In reply to: [CryptX] Fatal Error after Update to 3.5I hope this solves the problem for @gattringerot as well.
Forum: Plugins
In reply to: [CryptX] Fatal Error after Update to 3.5First of all, I’d like to apologize for overlooking the bug and thank you for the ticket.
I’ve fixed the issue in version 3.5.1 and hope there are no more bugs now. The new version has just been released to the repository.Forum: Plugins
In reply to: [CryptX] Javascript function to ENCRYPT emailsHi 🙂
In the new version 3.5.0 of CryptX, I’ve implemented a new JavaScript function that allows CryptX functionality to be used in JavaScript. More information can be found on the plugin’s HowTo page.
I would appreciate any feedback, both positive and negative.Forum: Plugins
In reply to: [CryptX] Cryptx Should be Disabled for RSS ContentHi,
hopefully the new option “Disable on RSS” in the general options of the new version 3.5.0 solves your problem with the RSS feeds. I would appreciate feedback, both positive and negative.
Forum: Plugins
In reply to: [CryptX] Cryptx Should be Disabled for RSS ContentHello,
Thank you for your contribution and for the suggestion for improvement. I will take a look at how I can implement this as an additional option. But please give me some time, as I only maintain CryptX in my very limited free time.Forum: Plugins
In reply to: [CryptX] Critical error in combination with WPMLUpdated version 3.4.5.3 ist out now should fix the issue.
Updated version 3.4.5.3 ist out now should fix the issue.
Hi @allarmark
This error is the same as here: https://wordpress.org/support/topic/critical-error-in-combination-with-wpml/
The update is currently being tested and will be released promptly if no errors are found in the update.
I am marking this case as solved because merging is not possible here and please report anything else in the existing case.