[4.0] #29722 hidden recaptcha v2#31454
[4.0] #29722 hidden recaptcha v2#31454laoneo merged 7 commits intojoomla:4.0-devfrom hans2103:#29722-hidden-recaptcha-v2
Conversation
|
can it please be done without using an inline style |
|
@brianteeman I was not able to find the exact location of the inline styles on the element. And loading an extra css file when this plugin is enabled does not seem to be a better solution then using the proposed style element. |
|
I have tested this item ✅ successfully on 5bf6e64 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31454. |
|
I have tested this item ✅ successfully on 5bf6e64 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31454. |
|
@Quy I know how it is done. The reason I added is using inline styling was to prevent an extra httpRequest. |
|
I have tested this item ✅ successfully on 39fa0ea This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31454. |
You can add it to existing template css, no need inline css or separated css file. |
|
I have tested this item ✅ successfully on 39fa0ea This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31454. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/31454. |
|
Thanks! |
Pull Request for Issue #29722 .
Summary of Changes
This PR will add inline styling for the Google invisible reCaptcha v2 and prevents it from hiding behind other elements by adding a huge z-index.
Testing Instructions
Actual result BEFORE applying this Pull Request
Google invisible reCaptcha v2 badge is hiding behind other blocks
Expected result AFTER applying this Pull Request
Google invisible reCaptcha v2 badge is in front of other blocks
Documentation Changes Required