This topic has 4 replies, 2 voices, and was last updated 3 years, 5 months ago ago by Olga Barlow
The mobile section in the header is not working. I have removed it and checked all settings in customizer, added back always the same. At first i noticed it was not visible as I had a black header background and no option to change that color. Changed CSS and still does not work. I deleted all CSS and tried pressing while not visible and same, nothing happens.
Hello,
Provide us with temporary WP Dashboard and FTP access to fix the issue, please.
Regards
Thank you
Hello,
Our FTP user does not have permission to edit file https://gyazo.com/7eb4d40811e692ec289e295bb9ff6d1e
So, find
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ), 20 );
and change it to
add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ), 40 );
in /wp-content/plugins/et-core-plugin/app/controllers/customizer.php
Or provide FTP with correct permissions.
Regards
You must be logged in to reply to this topic.Log in/Sign up