carlosvai
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Image upload with empty file name@maximoleon you can get it in this same page clicking the “advance view” mode.
https://www.ads-software.com/plugins/acf-frontend-form-element/advanced/Right at the bottom, you can choose the version and download.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Image upload with empty file name@shabti exactly. If I upload a new image in a gallery, when I save the post, all other images get renamed too.
In 3.18.1 the name gets erased and only the .jpg remains.
And in 3.18.2 it prepends the number of the ACF field.3.17.2 works perfectly.
I have the free version, so it’s not only a pro version issue.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] ACF Image Fields Changing Filename of ImageAre you using ACF Frontend Admin?
Because in my case that was the cause of the problem. At least with latest version.
The version that works well, it’s 3.17.2.
Everything up has problems.UPDATE: As I found out, this is a WordPress limitation and not UM related.
I’m investigating a way to allow letter “?” to be used without compromising security (which is why this rule is made).I will update if I found a way.
Thanks!Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Image upload with empty file name@shabti thank you for your support with this amazing plug in.
I tested again, is adding “-1” to every image file name.
https://ibb.co/1QbSwSqMaybe not the first time, but if you save the post and then add a new image, you will see that appended number in all images in the gallery.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Image upload with empty file nameI’ve just tested, but I’m having the same issue.
Let me give some more details to replicate.The problem happens when you upload images to a gallery field in the backend, save the post, and then upload another image and re-save.
When you go to the media library after that process, you get this
https://ibb.co/xhT5mGtThe image does not have a file name, but not only that, it also makes disappear the file name of the other images already present in the gallery.
I hope that makes sense.Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Image upload with empty file nameGreat to know! thanks a lot!@shabti
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Image upload with empty file name@ktchup my advice is to roll back to version 3.17.2 and wait for a fix.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Image upload with empty file nameThank you for your excellent work!
UPDATE:
The above solution disables not only the links but all the options (reply, delete, edit, reactions, etc)So is best to use this instead
.bm-message a { pointer-events: none; }
- This reply was modified 1 year, 7 months ago by carlosvai.
@haseeb0001 will do!
thanks for the help.Hi @smakazmi15 thanks for your reply
@morvy nailed it! that’s exactly it. They are being saved but not displayed.
The strange thing is that I have a staging site identical to the main site, and it works fine there.
Both with latest version (2.5.9)The only difference I see is that in the staging site I’m using WP 6.2.2 and in the main (the one with the issue) WP 6.1
@missveronicatv thanks as always for the reply!
Love the security upgrades in 2.6.8, thanks a lot for the hard and excellent work!
@andrewza thanks for your reply!
I will keep the setting since I don’t want to have another plugin. I appreciate the feature request!Thanks again!
I found a workaround in case someone needs it.
Just place this css
.bm-content { pointer-events: none!important; }
This will simply disable links.
Cheers.