Larry Duncan
asked 6 years ago

I know you are busy but you have left me with this over a week now

dwqa-questions-list.js?ver=190820170948:4 Uncaught TypeError: $(…).autocomplete is not a function
at HTMLDocument.<anonymous> (dwqa-questions-list.js?ver=190820170948:4)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)

MEGU MENU IS BROKEN ON QUESTIONS LIST ONLY – MISSING SUBMENU
STILL HAVE ONLY FREE SKIN ..
I DONT WANT AUTOCOMPLETE ANYWAYS – NEVER ASKED FOR IT – SLOW AND ANNOYING
NOT COOL SHOULD BE AN OPTION CAN TURN OFF PLEASE

2 Answers
DominicStaff
answered 6 years ago

You can give me your username & password for further checking. I’m trying to accept your site with the account that you have provided in the previous answer but I can not. I think you have removed this account. 

Larry Duncan
replied 6 years ago

No I didn’t touch it
I made it
U : DWQA
P: 1234
[email protected]

Dominic Staff
replied 6 years ago

I can not access your site with the following account.

Larry Duncan
answered 6 years ago

And another day goes by … This is testing my patience
In summary for over a week you have left me with

  1. JQuery Errors
  2. Broken Mega Menu
  3. Free Skin instead of Pro

I have never seen a software company ignore or walk away from a problem for so long
Not ever my weakest competitor would do that.
Is this a hobby for you guys or a business ?

Dominic Staff
replied 6 years ago

We have helped you update the latest version of the Q&A plugin. We are trying to add some code to the functions.php file to resolve this issue with JS and Megamenu, but I can not edit the files from the Dashboard. Please help me add the following code to the functions.php file via FTP.

function wpdocs_dequeue_script() {
wp_dequeue_script( 'jquery-ui-core' );
}
add_action( 'wp_print_scripts', 'wpdocs_dequeue_script', 100 );

Or

function wpdocs_dequeue_script() {
wp_dequeue_script( 'jquery-ui-autocomplete' );
}
add_action( 'wp_print_scripts', 'wpdocs_dequeue_script', 100 );

If you still face their issue, you can send me your FTP account, We will access and help you resolve this issue now.

Powered by DW Question & Answer Pro