Forum Replies Created
- AuthorPosts
- FabianParticipant
Does the uploader widget still appear on every page?
2015-01-14 at 17:04 in reply to: v3.2.03 Uncaught Error: Syntax error, unrecognized expression – Treeview #3588FabianParticipantHas been fixed with 3.2.04. The line now is
jQuery("#<?php echo $id ?> a.add-file:not(.file-input)")
which equals to what you have posted
jQuery(“#<?php echo $id ?> a.add-file”).not(“.file-input”)
FabianParticipantShould’ve been fixed with 3.2.03. Since WP SEO generates the post content 2 times (one for keyword indexing and the other for real output), the Jquery script was only printed during keyword indexing.
FabianParticipantAnyone else is experiencing this: since this needs further investigation in the dashboard, please open a ticket if you have not done yet.
FabianParticipantWill be fixed with the next update. You can edit /classes/EmbeddedForm.php, search for
function SecurityIssues($data)
and remove the first line of the function:
current_user_can();
FabianParticipantThat theme are you using?
Could you please post a screenshot?FabianParticipantAs said in the other topic, next update will fix this, switching to browser uploader helps.
FabianParticipantThe latest update fixes the issue with updating file properties.
Still uploading an update using the Drag&Drop uploader is broken. I will fix this with the next update.
Meanwhile you can switch to the normal Browser uploader (there is a link in the uploader box)2015-01-09 at 03:26 in reply to: v3.2.03 Uncaught Error: Syntax error, unrecognized expression – Treeview #3530FabianParticipantThanks Josh for posting the fix. This bug appeared on my testing system before and somehow it made its way to the release. Will deploy the fix tomorrow.
2014-05-26 at 09:48 in reply to: The plugin generated 1438 characters of unexpected output during activation. #2396FabianParticipantHi Alex,
there is usually no impact on functionality. In most cases it is another Plugin that generates a warning because something is not initialized properly during the activation.You should disable all plugins and then first re-enable WP-Filebase. If the warning message stays please open a ticket.
Regards
FabianFabianParticipantThis should have been fixed with latest update. If not, please open a ticke for this.
2014-05-18 at 10:15 in reply to: Can't select a category when uploading with an embeddable form #2323FabianParticipantThis should have been fixed with the latest update.
FabianParticipantAs discussed in ticket, this is only related to password protected PDF files.
Fix will be included next update.2014-05-10 at 18:13 in reply to: Upgrading to v 3.1.14 results in white-screen for all WP-Pro admin pages #2222FabianParticipantHi,
Please create a new ticket for that.Regards
Fabian - AuthorPosts