Forum Replies Created
-
AuthorPosts
-
sg123
ParticipantYes, I had this issue with the rollback, the password was not recognised. You can reset the password though so not impossible unless you don't have access to the admin email address.
sg123
ParticipantThis is a major issue for us as we use multiple custom blocks across all our websites. Can you advise when a patch might be available?
sg123
ParticipantSame issue here for both methods of creating blocks
February 26, 2025 at 9:08 PM in reply to: Login Form Forgotten Password link does not have a password strength #47747sg123
ParticipantThanks for getting back to me.
I ended up adding my own javascript to control this as the custom attributes didn't give me what I needed. TBH I'm surprised this isn't supported as it makes for an insecure site when the user can change their password to something so weak as '123'.
February 26, 2025 at 1:48 AM in reply to: Login Form Forgotten Password link does not have a password strength #47741sg123
ParticipantCan you let me know how I would go about adding the strength option to the field? It works for the register form so not sure why it can't be used for the reset password form as they use the same input fields with the same names? I need to get this working as soon as possible.
February 25, 2025 at 3:08 AM in reply to: Login Form Forgotten Password link does not have a password strength #47735sg123
ParticipantJust to also let you know I wondered if you guys were using the same method for your own website and you do. I was able to change my password to 123. Obviously I have reset it to something stronger but surely this is an oversight or perhaps a bug after the last update?
April 24, 2024 at 10:14 PM in reply to: MB Block has post meta data and needs to refresh on page update #45297sg123
ParticipantIs there a filter I can use or way to hook into the on save action?
September 6, 2023 at 9:39 PM in reply to: ✅Settings Pages In Customiser Error after last update and other issues #43157sg123
ParticipantThe error is still there. There is an issue with this version of the plugin - it is also adding this to all the pages:
<script id="tmpl-rwmb-media-item" type="text/html"> <input type="hidden" name="{{{ data.controller.fieldName }}}" value="{{{ data.id }}}" class="rwmb-media-input"> <div class="rwmb-file-icon"> <# if ( data.sizes ) { #> <# if ( data.sizes.thumbnail ) { #> <img src="{{{ data.sizes.thumbnail.url }}}" /> <# } else { #> <img src="{{{ data.sizes.full.url }}}" /> <# } #> <# } else { #> <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #> <img src="{{ data.image.src }}" /> <# } else { #> <img src="{{ data.icon }}" /> <# } #> <# } #> </div> <div class="rwmb-file-info"> <a href="{{{ data.url }}}" target="_blank" rel="noopener"> <# if( data.title ) { #> {{{ data.title }}} <# } else { #> {{{ i18nRwmbMedia.noTitle }}} <# } #> </a> <div class="rwmb-file-name">{{{ data.filename }}}</div> <div class="rwmb-file-actions"> <a title="{{{ i18nRwmbMedia.edit }}}" href="{{{ data.editLink }}}" target="_blank" rel="noopener"> {{{ i18nRwmbMedia.edit }}} </a> <a href="#" title="{{{ i18nRwmbMedia.remove }}}"> {{{ i18nRwmbMedia.remove }}} </a> </div> </div> </script> <script id="tmpl-rwmb-media-status" type="text/html"> <# if ( data.maxFiles > 0 ) { #> {{{ data.length }}}/{{{ data.maxFiles }}} <# if ( 1 < data.maxFiles ) { #>{{{ i18nRwmbMedia.multiple }}}<# } else {#>{{{ i18nRwmbMedia.single }}}<# } #> <# } #> </script> <script id="tmpl-rwmb-media-button" type="text/html"> <a>{{{ data.text }}}</a> </script> <script id="tmpl-rwmb-image-item" type="text/html"> <input type="hidden" name="{{{ data.controller.fieldName }}}" value="{{{ data.id }}}" class="rwmb-media-input"> <div class="rwmb-file-icon"> <# if ( 'image' === data.type && data.sizes ) { #> <# if ( data.sizes[data.controller.imageSize] ) { #> <img src="{{{ data.sizes[data.controller.imageSize].url }}}" /> <# } else { #> <img src="{{{ data.sizes.full.url }}}" /> <# } #> <# } else { #> <# if ( data.image && data.image.src && data.image.src !== data.icon ) { #> <img src="{{ data.image.src }}" /> <# } else { #> <img src="{{ data.icon }}" /> <# } #> <# } #> </div> <div class="rwmb-image-overlay"></div> <div class="rwmb-image-actions"> <a title="{{{ i18nRwmbMedia.edit }}}" href="{{{ data.editLink }}}" target="_blank" rel="noopener"> <span class="dashicons dashicons-edit"></span> </a> <a href="#" title="{{{ i18nRwmbMedia.remove }}}"> <span class="dashicons dashicons-no-alt"></span> </a> </div> </script>Something is not right when you have compiled the code as the links are not being generated. This is happening across all the site I manage which use your plugin.
-
AuthorPosts