Will Heublein
Forum Replies Created
-
`I tested again with a clean wordpress install, current version, php 7.4.1 and I am still getting this hover error.
Steps to reproduce issue:
1. clean wordpress install, all settings at defaults
2. add and activate RegistrationMagic Version 5.1.6.2
3. add and activate RegistrationMagic Premium Version 5.1.6.2
4. Go to RegistrationMagic -> Global Settings -> Security
6. Check Enable password rules and check 2+ items. I chose :
Must contain an uppercase letter
Must contain a number
Minimum length (7)7. Add the default Simple Registration form, in my install [RM_Form id=’2′], to a new page, then publish that page
8. visit the new page – default registration form should appear
9. hover over password field without clicking – error popup occurs – tested in safari, firefox, chromeReference Images:
1 is security settings
2 is chrome hover results
3 is firefox hover resultshttps://www.willheublein.com/test/registration-magic/regmagic_error_1.png
https://www.willheublein.com/test/registration-magic/regmagic_error_2.png
https://www.willheublein.com/test/registration-magic/regmagic_error_3.png- This reply was modified 3 years, 10 months ago by Will Heublein.
Forum: Reviews
In reply to: [RegistrationMagic - User Registration Forms Plugin] Doesnt work with PHP 8.Has the plugin been updated to work with php 8? If not, when can we expect a php 8 version? I am considering the paid version for a project.
Forum: Plugins
In reply to: [WP Table Builder – Drag & Drop Table Builder] HTML ResetsHi, thank you for your quick response to my ‘Suggestion: Duplicate existing row or col’topic. I am also having the issue that jastea mentions here. That is, html code getting changed through some automatic process (tinymce?) in ways that break the content. The idea of rendering the html area after you enter it and click off the cell is a nice one, but it somehow introduces changes, and it may be better to just leave the custom html cells as raw text. Example:
(1) Lets say I enter the following html in an html cell:
<h3>Dr. Craig Smith</h3> <span>New</span> <h4><a href="https://example.com">pdf resume</a></h4> <h5>He trained in internal medicine at the University of Oregon Health Sciences (UOHS) and pulmonary critical care medicine at UOHS and the University of Southern California.<h5>(2) This works fine and the preview works. I save the table.
(3) I embed the table on another wordpress page on my site
(4) I visit the page, and click on the ‘edit table’ link below the table, which takes me back to WP Table Builder.
(5) In WP Table Builder, my html code has now been changed to this:Dr. Craig Smith<span>New</span><a href="https://example.com">pdf resume</a>He trained in internal medicine at the University of Oregon Health Sciences (UOHS) and pulmonary critical care medicine at UOHS and the University of Southern California.Heading tags and spacing between lines are gone. It may be that at some point WP Table Builder stops treating the area as custom html and starts treating it as text.
- This reply was modified 5 years, 10 months ago by Will Heublein.
- This reply was modified 5 years, 10 months ago by Will Heublein.
- This reply was modified 5 years, 10 months ago by Will Heublein.
- This reply was modified 5 years, 10 months ago by Will Heublein. Reason: format code
Forum: Plugins
In reply to: [Block Background] Doesn’t seem to workI mentioned this issue on their github page, and the developer just released an update (21 September). The plugin is working with Gutenberg Version 3.9.0 now.