Hello. Thank you for all the effort put in on this great plugin.
While upgrading my version of Defender, I ran into a problem with how the registration page is working. In particular, the Masking Login URL Slug that is set in Defender is not being used during the very last step of registration. I am testing this in a WordPress clone area.
For example:
Clone URL = https://example.com/clone123
Login = https://example.com/clone123/maskingslug
Register URL = https://example.com/clone123/maskingslug?action=register
On this page, the new user can register, and it puts the new user information correctly in the database.
It also correctly sends an email to the user to set the password for the first time.
It then automatically takes the user, incorrectly, to =
https://example.com/clone123/wp-login.php?checkemail=registered
This correctly displays the error:
"This feature is forbidden temporarily for security reason. Try login again."
The problem is that it should not use "wp-login.php", but instead use "maskingslug".
For completeness, the link to change the password works correctly and does use the masking slug. And then the user is able to log in correctly - the login page also uses the masking slug.
I'm not a WP programmer. I did turn masking off, and then on again. No change.
By installing different versions of Defender, I discovered that the problem seems to exist for Defender versions starting with 4.1.0, up to and including the latest 4.5.0 version.
Here are the specific Defender versions I tested:
Registration worked correctly: 2.6.5 - 2.8.3 - 3.12.0 - 4.0.2
Registration last step not working: 4.1.0 - 4.3.1 - 4.4.2 - 4.5.0
I have been able to replicate this problem on a test WP website 5.6.13 that looks like a clone (but was a new installation) with no plugins except for Defender 4.5.0. Again, the last registration step gives an error.
Here are the settings on my website:
WordPress Version = 5.6.13
PHP Version = 7.4.33
Redirect Traffic = off
2FA is not used
Permalinks under WP Settings = Post name
I'm happy to upgrade to Defender 4.0.2 for now.
In the future, once the above works, I'll upgrade to the newest version.
Many thanks.
Doug
]]>I am scheduling them using ical and would love to create events ahead, but then only display today’s one and the past ones.
I found a way to do it in a list view (I created two instances of a shortcode: one for today that has limitdays=”1″, and another one with the reverse=”true”) but the month and week views display all events.
Would there be a way to hide the future events on other views, or use the mask for them? They would then unhide/unmask on midnight (or even at a specified time!) on the actual date.
Thank you!
]]>??What I ask you is to add filter just like you have for shape dividers ‘elementor/shapes/additional_shapes’ -> https://prnt.sc/3rcUkSowC-ta but also for widget mask kinda (‘elementor/masks/additional_masks’ / ‘elementor/masks/additional_mask-shapes’) -> https://gyazo.com/c0b39f46db270e89a007618c89e8d259.??I am sure it is not hard for you to add such filters that will give us possibility
to add many more customization options of masks.
??Regards, @stas0238
]]>Thanks in advance.
]]>100% Funcional e útil!
Além do suporte do Eduardo que é excelente.
Super recomendo!
]]>I’ve wanted to use some PNG’s of my artwork on my site however any PNG’s I try to optimise are always like 500kb. So I thought of a way to try and dramatically reduce this and thought I may be able to use and JPEG with a CSS Mask to make it appear as a PNG while the file size would only be about 90kb.
This is where Custom Blocks comes in. I thought I could use it to create a simple image class where you select the JPEG image and the mask SVG and it will automatically mask it for you will out me have to create new CSS for every transparent image I want.
My plan was to set up an HTML IMG using the image field name. Then set up a CSS mask and link to the SVG using the Field Name so I don’t have to write new CSS every time.
This is what I got:
/* HTML */
<div class="DBTB-img-mask-container">
<img class="DBTB-img-mask" src="{{image}}">
</img>
</div>
/* CSS */
.DBTB-img-mask-container .DBTB-img-mask {
mask-image: url({{image-mask}});
-webkit-mask-box-image: url({{image-mask}});
mask-border: url({{image-mask}});
}
Now, this all works, except the Image mask in the Custom Block CSS doesn’t pull through the SVG Link like the HTML one does. Is there any way I can change or fix this to get this to work?
Any help will be greatly appreciated,
Thanks.
And second question, how to setup mask for phone to validate?
]]>