WPIntell

Source evidence

WordPress 5.5 problem

Clever Mega Menu for Visual Composer · support · 2020-08-15T00:59:00+00:00

complaintsentiment
mediumseverity
0.8relevance
6replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 32 rows with source links

9.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
barrye_dickinson unresolved
Since WP updated to 5.5 your menu is blocking the use of the backend of Visual Composer. There is obviously a conflict which needs looking at. A note to others: if you are using this plug-in, delay updating to WP5.5 until this is fixed. This is correct. In the meantime, you can temporary fix this by editing the clever-mega-menu.php file in the root of the plugin folder. In lines 186 and 203, which contain “wp_localize_script” functions, replace ‘jquery-core’ with ‘clever-mega-menu-admin’. That worked perfectly. Thank you very much. Well it got the backend working but unfortunately I can’t edit into the menu itself. It won’t load the screen; the little wheel keeps on turning 🙁 UPDATE: It’s OK, I think I have fixed it. I replaced more of the jquery tags with the one you suggested and my menu screen returned. Thank you This reply was modified 5 years, 9 months ago by barrye_dickinson . This reply was modified 5 years, 9 months ago by barrye_dickinson . Hello @barrye_dickinson , Could you specify which tags you replaced? I’m trying to solve that same problem at the moment. Thanks. UPDATE: Nevermind, got it. For future reference, in line 181 (should contain a wp_register_script function regarding “clever-menu-item”), replace “jquery-core” with “clever-mega-menu-admin”. This reply was modified 5 years, 9 months ago by carloscastilloadhoc . This reply was modified 5 years, 9 months ago by carloscastilloadhoc . This reply was modified 5 years, 9 months ago by carloscastilloadhoc . from line 185-206 approximately, I replaced all the references to “jquery-core” with “clever-mega-menu-admin” Keep in mind when I did that in line 182 (the one that registers “clever-menu-theme”) the frontend menu appeared incorrectly, make sure yours still looks good on the frontend. Regards.

Comments

6 shown
carloscastilloadhoc 2020-08-24T08:01:00+00:00

This is correct. In the meantime, you can temporary fix this by editing the clever-mega-menu.php file in the root of the plugin folder. In lines 186 and 203, which contain “wp_localize_script” functions, replace ‘jquery-core’ with ‘clever-mega-menu-admin’.

barrye_dickinson 2020-08-24T22:42:00+00:00

That worked perfectly. Thank you very much.

barrye_dickinson 2020-08-25T01:23:00+00:00

Well it got the backend working but unfortunately I can’t edit into the menu itself. It won’t load the screen; the little wheel keeps on turning 🙁 UPDATE: It’s OK, I think I have fixed it. I replaced more of the jquery tags with the one you suggested and my menu screen returned. Thank you This reply was modified 5 years, 9 months ago by barrye_dickinson . This reply was modified 5 years, 9 months ago by barrye_dickinson .

carloscastilloadhoc 2020-08-25T07:09:00+00:00

Hello @barrye_dickinson , Could you specify which tags you replaced? I’m trying to solve that same problem at the moment. Thanks. UPDATE: Nevermind, got it. For future reference, in line 181 (should contain a wp_register_script function regarding “clever-menu-item”), replace “jquery-core” with “clever-mega-menu-admin”. This reply was modified 5 years, 9 months ago by carloscastilloadhoc . This reply was modified 5 years, 9 months ago by carloscastilloadhoc . This reply was modified 5 years, 9 months ago by carloscastilloadhoc .

barrye_dickinson 2020-08-25T07:24:00+00:00

from line 185-206 approximately, I replaced all the references to “jquery-core” with “clever-mega-menu-admin”

carloscastilloadhoc 2020-08-25T07:30:00+00:00

Keep in mind when I did that in line 182 (the one that registers “clever-menu-theme”) the frontend menu appeared incorrectly, make sure yours still looks good on the frontend. Regards.