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

    (@nobita)

    Hi jhbamse

    There seems to be a part of the default style has not been applied

    For example, the entire menu is being displayed in the gradient, but the gradient is not applied

    Try the following things, can you tell us the results?

    Dashboard / Appearance / Customize /

    1. Disable Keyboad Focus

    value set Disable and save

    When the result is not improved

    2.Location of the style sheet

    value set ‘Stylesheet with the LINK element’ and save

    When the result is not improved

    3. Theme reinstall

    Open style.css

    /*
    Theme Name: raindrops
    Theme URI: http://www.tenman.info/wp3/raindrops/
    Description: This theme can change freely fonts,layout,color scheme and header image for each post,page. The google fonts, you can use freely in the post more than 90percent of the fonts.Color scheme and layout, you can freely change from theme customizer.For more updates, please make sure to open the link of the changelog from the help tab of this theme page.Add new post, so also to help tab of edit post page has been described how to use tips, please visit. Supported languages Japanese - JAPAN (ja) French - FRANCE (fr_FR) Polish - POLAND (PL) (pl_PL) Portuguese - BRAZIL (pt_BR)
    Author: Tenman
    Author URI: http://www.tenman.info/wp3/
    Version: 1.303
    Tags: black, blue, gray, brown, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, post-formats, featured-images, full-width-template, fixed-layout, fluid-layout, responsive-layout, rtl-language-support, microformats
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: Raindrops
    */

    Change comment value
    from

    Version: 1.303

    to

    Version: 1.300

    and show once blog

    then You can reinstall Raindrops

    Thank you.

    Theme Author nobita

    (@nobita)

    This is not a fundamental solution,
    I think that it is possible to save your site.

    .rd-type-light #access .sub-menu,
    .rd-type-light #access .children{
        background:#fff;
        color:#000;
    }

    Thread Starter jhbamse

    (@jhbamse)

    Have tried to disable Keyboad Focus, reinstalled Theme update and deleted and installed the theme completly. The problem is still the same.

    Now I’m using w3standard setting now and it works fine. Except that the topp image doesn’t scale down when page width changes. Is it possible to make the topimage to scale in this mode?

    Theme Author nobita

    (@nobita)

    Thank you for the answer

    Now I’m using w3standard setting now and it works fine. Except that the topp image doesn’t scale down when page width changes. Is it possible to make the topimage to scale in this mode?

    Please Try

    add style.css bottom below

    #header-image{
    background-size:cover;
    }

    Thread Starter jhbamse

    (@jhbamse)

    Thank you. Now it works fine in “w3standard” mode.

    Thread Starter jhbamse

    (@jhbamse)

    I think the problem has its origin in this conflict between the theme and Advanced post slider plugin.Because some of Advanced post slider plugin control functions began to work properly after I switched to w3standard

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Transparent menu after update’ is closed to new replies.