WPIntell

Source evidence

Cannot deactivate on menu

Clever Mega Menu for Visual Composer · support · 2017-04-28T19:11:00+00:00

complaintsentiment
mediumseverity
0.93relevance
2replies
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
George unresolved
I was just testing it on my local installation and I have activated the “Whether to use Clever Mega Menu for this menu or not.” option for two menus but I can’t deactivate that option now! Whenever I unckeck the option and save the menu, it comes up again as activated! I have uninstalled and reinstalled the addon and also cleared my cache. Can you maybe help? I have this exact problem, did you ever figure it out? its sad I am going to have to deactivate this plugin if I cant get around the problem. latest wordpress version, using gantry 4 theme framework. This reply was modified 9 years ago by Colin . Hi Colin, as you’ve noticed support is non existent like in many other plugins unfortunately. That’s open source for you I guess, hey? Funny thing is that I tried it on another development site and it works fine. Anyway, I found the database entry responsible for this. It’s inside the “wp_termmeta” table(or replace “wp” with any prefix you are currently using). In there, there should be one or more entries according the number of menus currently using this functionality with meta_key = _clever_mega_menu_meta and a meta_value = a:2:{s:7:"enabled";s:1:"0";s:5:"theme";s:16:"default-461836-2";} or something. In there if you change the “0” to “1” you will have you mega menu activated again! If you do a database search using “_clever_mega_menu”, you should be able to get results, then look inside the “wp_termmeta” table.

Comments

2 shown
Colin 2017-05-24T20:10:00+00:00

I have this exact problem, did you ever figure it out? its sad I am going to have to deactivate this plugin if I cant get around the problem. latest wordpress version, using gantry 4 theme framework. This reply was modified 9 years ago by Colin .

George 2017-05-24T21:25:00+00:00

Hi Colin, as you’ve noticed support is non existent like in many other plugins unfortunately. That’s open source for you I guess, hey? Funny thing is that I tried it on another development site and it works fine. Anyway, I found the database entry responsible for this. It’s inside the “wp_termmeta” table(or replace “wp” with any prefix you are currently using). In there, there should be one or more entries according the number of menus currently using this functionality with meta_key = _clever_mega_menu_meta and a meta_value = a:2:{s:7:"enabled";s:1:"0";s:5:"theme";s:16:"default-461836-2";} or something. In there if you change the “0” to “1” you will have you mega menu activated again! If you do a database search using “_clever_mega_menu”, you should be able to get results, then look inside the “wp_termmeta” table.