Hi there;
I attempted to update my footer logo in the theme in theme settings (it had worked fine at one time) and when it failed to update I chose to “reset options” and lost my header logo as well.
All other functions work, but for some reason it is not allowing the file attached to display (and I double checked permissions).
My Site is: http://www.hollywoodgazette.com/wp
Please send me username & password of your site for further checking.
I have checked your site.
Firstly, please help me add the following code to the wp-config.php file
define( ‘COMPRESS_SCRIPTS’, false );
define( ‘CONCATENATE_SCRIPTS’, false );
If you still face their issue, please let me know, I will continue to check it.
I added the code to the wp-config.php and that did not fix the problem.
I have checked your site and it’s bug come from Unyson plugin. the plugin conflict with JS of WordPress 4.5.
At the moment, if you want to display the logo image, you can use css to temporary resolve this issue.
you can add the following code to the style.css file:
.site-header .row .col-md-4 .site-title {
background-image: url("Image URL");
background-color: #fff;
height: 90px;
background-repeat: no-repeat;
}
.site-header .site-title a {
text-indent: -9999px;
position: absolute;
}
We will find a best solution for this issue and update it in the next version.
We have fixed this issue in the latest version 1.3.1, you can check and update the latest version now to fix this issue. If you have any issue, please let me know, we willl check and fix it.
Please login or Register to submit your answer