• Theme Author nobita

    (@nobita)


    I consider the current measures, but the cause has not become clear.

    Although we considered an update to revert to the previous version 1.429,

    For sites that are currently operating normally, we found that there is a possibility to cause a new problem.

    Please try the following things when a problem is out by the update.

    Step1
    functions.php

    
    <?php
    delete_option('raindrops_theme_settings');  // ADD 
    remove_theme_mods();						// ADD 
    /**
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */
    if ( !defined( 'ABSPATH' ) ) {
    	exit;
    }
    

    Once Show blog. remove above codes.
    Note: all current theme setting is gone
    Since there is also when operating in only Step2, if you are a large number of custom settings, first please try the only Step2

    Step2
    dashboard / Appearance / Customize /
    Presentation / Color Scheme /

    Color Type: Once, select the other color type, back to the current color type

    Site that was able to reproduce the error in my environment, worked successfully in this process

    For faults that are currently happening, if anyone have something solutions, please reply.

Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Raindrops Customizer Issue’ is closed to new replies.