Hi @kikibelux
In order to reproduce this problem, I checked the display of the primary menu in the logout state, but in my environment it worked normally.
I checked the source of your website.
This problem occurs because <style id = “raindrops-embed-css”> is not loaded in the theme.
If this style is not loaded, various problems may occur especially with color scheme.
If you do not customize anything, please tell me as I will further investigate the cause.
If you are customizing, add the following styles.
Customize / Additional CSS
add style rules
#access{
background:#fff
}
Thank you.
By the way, what kind of cache plugin do you use?
-
This reply was modified 8 years, 1 month ago by
nobita.
Hi, Nobita.
It also happened to me. The header image has disappeared and the menu color changed.
Upon entering as administrator, everything is still correct.
Thank you very much.
@kikibelux
@estherramos
Now Raindrops1.517 live.
Please try Raindrops1.517
Thank you.
that seem better !
Thanks a lot for your work !
Hi, Nobita. The same problem comes back again.
I deleted the navigation data and the problem continues.
Thank you.
@kikibelux
I checked your site, but the problem seems to be continuing. check it again please
@estherramos
Open customize / header media and check that the header image was set.
Please add functions.php following code, and tell me result.
<?php
delete_transient( 'raindrops_embed_meta_transient' );// ADD ONLY THIS LINE
/**
*
*
* @package Raindrops
* @since Raindrops 0.1
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
Thank you.
@kikibelux
@estherramos
Now Raindrops1.518 live.
Please try Raindrops1.518
Thank you.
Hi, Nobita.
At the moment, Raindrops1,518, solved the problem. I hope it stays …
Thank you very much, Nobita, always so effective …
Hi @estherramos
Thank you for telling me the results.