WPIntell

Source evidence

Gateway TIme Out

If Menu – Visibility control for Menus · support · 2025-10-30T13:07:00+00:00

complaintsentiment
highseverity
1.0relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

7 / 29 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Nellybongo unresolved
Ive noticed that the plugin is affecting acccess to backend menu in wordpress trying to access URL https://layered.market Websites timing out, is there a fix for this? Any updates on this, crashing my sites 502 Bad Gateway, can i remove the code temporarily that calls for license plan? Same problem here. I temporally disabled the check returning false (in public static function getPlan() , line 332 added return false; ) This reply was modified 6 months, 4 weeks ago by Carlos Longarela . This reply was modified 6 months, 4 weeks ago by Carlos Longarela . Yeah, same issue here. @carloslongarela ’s fix works for me. Unfortunately looks like some features that were free are now locked behind the premium version — and the upgrade link isn’t working. 😅 While developers fix the domain problem, you can check lines 336-337 and return it the corresponding data in line 332 instead of true. Rather than edit the core plugin files, try this method I shared using a separate PHP function that blocks the API call to the dead website. https://wordpress.org/support/topic/if-menu-blocks-appearance-menus/#post-18739474

Comments

5 shown
Nellybongo 2025-10-30T14:03:00+00:00

Any updates on this, crashing my sites 502 Bad Gateway, can i remove the code temporarily that calls for license plan?

Carlos Longarela 2025-10-31T12:46:00+00:00

Same problem here. I temporally disabled the check returning false (in public static function getPlan() , line 332 added return false; ) This reply was modified 6 months, 4 weeks ago by Carlos Longarela . This reply was modified 6 months, 4 weeks ago by Carlos Longarela .

zackeryfretty 2025-11-03T23:38:00+00:00

Yeah, same issue here. @carloslongarela ’s fix works for me. Unfortunately looks like some features that were free are now locked behind the premium version — and the upgrade link isn’t working. 😅

Carlos Longarela 2025-11-04T00:14:00+00:00

While developers fix the domain problem, you can check lines 336-337 and return it the corresponding data in line 332 instead of true.

one3rdnerd 2025-12-02T13:59:00+00:00

Rather than edit the core plugin files, try this method I shared using a separate PHP function that blocks the API call to the dead website. https://wordpress.org/support/topic/if-menu-blocks-appearance-menus/#post-18739474