• Hi,
    I meet an issue about your theme
    For simple visitor, the banner is off and menu is not well displayed
    But when I login as admin, site display is ok !
    This appear since update from 25/4
    Thanks about your future help

    • This topic was modified 6 years, 11 months ago by kikibelux.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author nobita

    (@nobita)

    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 6 years, 11 months 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.

    Theme Author nobita

    (@nobita)

    @kikibelux
    @estherramos

    Now Raindrops1.517 live.

    Please try Raindrops1.517

    Thank you.

    Perfect, Nobita. Solved.

    Thank you very much.

    Thread Starter kikibelux

    (@kikibelux)

    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.

    Theme Author nobita

    (@nobita)

    @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.

    Theme Author nobita

    (@nobita)

    @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 …

    Theme Author nobita

    (@nobita)

    Hi @estherramos

    Thank you for telling me the results.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘bad display for user’ is closed to new replies.