Conversation
supportIve 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
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