redempshin
Forum Replies Created
-
This has indeed fixed it.
My team and I did some digging, and we believe we resolved this.
On line 711 of management.js we changed
var cdata = $(‘input[id^=”customdata-‘+i+’-‘+sfx+'”]’);
to
var cdata = $(‘input[id=”customdata-‘+i+’-‘+sfx+'”]’);I emailed Thom and he confirmed this should resolve that problem, he will attempt to get an official fix in when he is able.
I understand this is a free product and there is zero expectation of support, but I’m hoping to hear back about this.
So after lots of digging I discovered what the items all have in common.
They all have the same ‘first digit’ of the file after the four digit number that I assume is related to the directory.
I believe it has to do with the “library/wp-content/plugins/file-away/lib/js/management.js?ver=3.9.6.1” java script.
Possibly this line:
$(‘body’).on(‘click’, ‘a[id^=”rename-ssfa-file-“]’, function(ev)I’m told a carrot indicates sort of a wildcard, but I’m far from any sort of coder.
Really hoping to hear something about this, or a recommendation on where I can look to start troubleshooting this on my own.
Forum: Plugins
In reply to: [File Away] Store an external link in file-awayFantastic, one of those RTFM moments, but I didn’t even know it was in the manual. Thanks