tylerdigital / acf-tablepress

An ACF field to select a tablepress table
GNU General Public License v3.0
10 stars 4 forks source link

jquery loading twice #4

Open pwtyler opened 8 years ago

pwtyler commented 8 years ago

https://wordpress.org/support/topic/jquery-loading-twice-1

it seems like ACF: TablePress conflicts with Jquery updater. I did some testing, and while Jquery updater disables the included Jquery in WordPress, ACF: Tablepress enables it again? If I disable ACF: Tablepress it works as expected. So with only Jquery updater and tablepress enabled the jquery that's loaded is the newest version. If I then enable ACF: Tablepress there's two versions being loaded, the one included with WordPress and the one from Jquery updater.

pwtyler commented 6 years ago

Never actually figured out what was going on here, although the issue was closed > 1 year ago.

https://wordpress.org/support/topic/jquery-loading-twice-1

Thank you so much for coming back to me, it seems like ACF: TablePress conflicts with Jquery updater. I did some testing, and while Jquery updater disables the included Jquery in WordPress, ACF: Tablepress enables it again? If I disable ACF: Tablepress it works as expected.

So with only Jquery updater and tablepress enabled the jquery that’s loaded is the newest version. If I then enable ACF: Tablepress there’s two versions being loaded, the one included with WordPress and the one from Jquery updater.

tylerdigital commented 6 years ago

maybe this doesn't even happen anymore? should reproduce again to make sure a later WP core update didn't fix it already