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 5 years, 1 month ago by
Colin.
Thread Starter
George
(@quantum_leap)
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.