ChickenWhisperer
Forum Replies Created
-
Forum: Plugins
In reply to: [Backup Migration] There were some hiccupssorry, thanks for info, feel free to delete, figured it out and can’t delete it.
Update: If you delay the switch by 1 millisecond, it does not return an error. Tested and works.
jQuery(document).ready(function( $ ){
if(($(‘.woobt-wrap’).length ) && ($(‘.variations_form.cart’).length ))
{
setTimeout(function(){$(“.woobt-wrap”).detach().insertAfter(‘.woocommerce-variation’);
}, 1);
}
});jQuery(document).ready(function( $ ){
if(($(‘.woobt-wrap’).length ) && ($(‘.variations_form.cart’).length ))
{
var woobtisbuggyaf=$(‘.woobt-wrap’).html();
$(‘.woobt-wrap’).html(“”);
$(‘.variations’).append(woobtisbuggyaf);
}
});Fixed it
Forum: Reviews
In reply to: [File Manager] Randomly, constantly returns “JQuery undefined at line 87.”I’ve now manually loaded JQuery library in the twenty nineteen WordPress theme (which I can’t imagine does not load JQuery)
the JQuery function elfinder is still undefined when loading the file manager pro app, so it never loads successfully.
Highly disappointing. I’ve requested a refund.
- This reply was modified 6 years, 9 months ago by ChickenWhisperer.
Forum: Plugins
In reply to: [File Manager] Randomly, constantly returns “JQuery undefined at line 87.”This did not solve my issue. As stated in my post, logging in as Administrator does not return the error – and hitting “customize” on the page will load the file manager successfully.
However, as a non admin user, it still returns the JQuery error, despite adding the script link in the header.php theme file.