Advanced File Attac...
 
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Advanced File Attachments doesn't work with WordPress 5.9

24 Posts
10 Users
9 Reactions
4,548 Views
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

Until the problem is solved you can replace the core.min.js (v1.13.0)
with the older core.min.js (v1.12.1)

wp-includes/js/jquery/ui/core.min.js

then Advanced File Attachments works again

but make a backup of core.min.js (v1.13.0) to restore it.

core.min.js 1.12.1

3 Replies
VereK
(@verek)
Joined: 8 years ago

Honorable Member
Posts: 522

@tutrix 

Excellent fix. Thank you.

(@ddryo_loos)
Joined: 4 years ago

Eminent Member
Posts: 18

@tutrix Thanks! I'll give it a try.

(@mahmutisdar)
Joined: 8 years ago

Active Member
Posts: 11

@tutrix the link is dead. can you please share it again?

Posts: 18
Topic starter
(@ddryo_loos)
Eminent Member
Joined: 4 years ago

I added the following code and that solved it!

add_action( 'wp_head', function(){
	wp_deregister_script( 'jquery-ui-core' );
	wp_register_script( 'jquery-ui-core', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js', ['jquery'], '1.12.1' );
}, 0);
3 Replies
(@mahmutisdar)
Joined: 8 years ago

Active Member
Posts: 11

@ddryo_loos i dont know where to put the code. can you help?

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@mahmutisdar 

you can now download the file via my One Drive > core.min.js 1.12.1

(@mahmutisdar)
Joined: 8 years ago

Active Member
Posts: 11

@tutrix thank you so much 👍

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

We're currently working on the addon update. Once the addon update is release, you should remove/revert all custom changes you've done in your website.

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

The update is released. Please update wpForo Advanced Attachments addon to the just released 2.1.2 version. Then delete all caches and check it again. If you have CSS/JS optimizer plugin, don't forget to reset that cache as well.

2 Replies
(@heducate)
Joined: 4 years ago

Active Member
Posts: 10

@robert Why in my wordpress dashboard, I cant see that the plugin requires an update? Do I need to update manually?

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

Hi @heducate,

Please open a new Topic in gVectors Forum in wpForo Addons Support Forum.

Wendell
Posts: 247
(@wendell)
Reputable Member
Joined: 8 years ago

Works like a charm, thank you!

Page 2 / 3