Superfly menu not showing settings in backend

Hi,
Superfly menu not showing setting in my website backend. I updated, the same issue.
Website https://tarekrabaa.com

I have a customized menu icon and a lot of CSS customization for this menu.

I deleted the old version and i activated the new version. same problem.

I revert back to the old version with its problem but at least it shows the menu icon.

I am using theme PRO with translation.

I attached in secure note the FTP credentials.
Would you plz help

I solved it by deleting parsing javascript code from fucntion.php
function add_defer_to_cf7( $url ) { //If not js file OR js file with 'particles.js' OR 'jquery.js' name string, then no need to apply defer if(FALSE === strpos( $url, '.js') || ((strpos( $url, 'particles.js') > 0) || (strpos($url, 'jquery.js') > 0))){ return $url; } else{ //set defer for .js files return "$url' defer='defer"; } } add_filter( 'clean_url', 'add_defer_to_cf7', 11, 1 );

Hello @tarekr,

We are just glad that you have figured it out a way to correct the said issue.
Thanks for letting us know!

Best Regards.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.