• Resolved Ray Burtoff

    (@rburtoff)


    I just updated to the latest version of Raindrops and now, even though I have the right sidebar hidden, there is a big blank area on the right side of my layout. Don’t know how to fix that, any suggestions?

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

    (@nobita)

    Hi Ray Burtoff

    If possible, Please tell me Your WEBSITE.

    Thank you

    Thread Starter Ray Burtoff

    (@rburtoff)

    CFHO.NET or CFHO.ORG

    Theme Author nobita

    (@nobita)

    I’m checked it

    Cause is not clear at the moment, question was found.

    Failed to load resource: the server responded with a status of 404 (Not Found)

    custom_css/wp-members_CFHO.css?ver=3.0.5.1 

    rel=’stylesheet’ id=’wp-members-css’

    this link is redirect to WEBSITE HOME.

    html source of hiding point

    <aside class="rsidebar" style="min-height: 1344px;">
    <ul>
        <li id="wp_sidebarlogin-5" class="widget_wp_sidebarlogin widget extra" tabindex="-1"><h2 class="widgettitle extra h2"><span>Login</span></h2>
    		<form name="loginform" id="loginform" action="https://cfho.net/cfho_prod/wp-login.php" method="post">
    
    			<p class="login-username">
    				<label for="user_login">Username</label>
    				<input type="text" name="log" id="user_login" class="input" value="" size="20">
    			</p>
    			<p class="login-password">
    				<label for="user_pass">Password</label>
    				<input type="password" name="pwd" id="user_pass" class="input" value="" size="20">
    			</p>
    
    			<p class="login-remember"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" checked="checked"> Remember Me</label></p>
    			<p class="login-submit">
    				<input type="submit" name="wp-submit" id="wp-submit" class="button-primary" value="Login →">
    				<input type="hidden" name="redirect_to" value="https://cfho.net/">
    			</p>
    
    		</form></li></ul>
    </aside>

    Maybe theme output html correctory.

    but DOM Source height 0.

    In general, you may plug-ins for performing redirects, etc. cause problems with display

    Such plug-ins, or you do not have or recently updated?

    Thank you

    Thread Starter Ray Burtoff

    (@rburtoff)

    Nobita,

    I updated all of my plugins to the latest version before I updated the theme. Everything seemed to be displaying properly until I updated the Raindrops theme. I also tried deactivating WP-Members; this did not help.

    Theme Author nobita

    (@nobita)

    If possible tell me your active plugins

    Theme Author nobita

    (@nobita)

    I found a solution

    try childtheme/style.css

    add bottom

    .rsidebar{
    display:block!important;
    }
    Thread Starter Ray Burtoff

    (@rburtoff)

    nobita,

    Thanks for the reply, but this just makes the right-hand column display. I don’t want it to be there at all.

    Theme Author nobita

    (@nobita)

    I was able to almost identify the cause of this problem.

    Technically, this problem has occurred from the following code.

    https://github.com/tenman/raindrops/blob/master/functions.php#L2120-L2131

    raindrops_warehouse_clone( 'raindrops_show_right_sidebar' )

    return value ‘hide’.

    This is an unexpected value

    Please check

    Dashboard / Appearance / Customize

    Presentation / Post / Layout and Sidebars

    is shows Side bar setting method section ?

    if setting value simple then change value detail

    Wait a few seconds, more than one box is displayed below

    Index Page columns,Date Archive columns,….Author Archives columns

    all value set 3

    save and show blog

    Please check fix it ?

    This change, when not a normal display, Please perform the reset of theming

    open functions.php

    Add 1 line below

    <?php
    delete_option( 'raindrops_theme_settings' ); // Add only this line.
    /**
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */
    if ( !defined( 'ABSPATH' ) ) {
    	exit;
    }

    Open blog. This will be reset setting.

    After performing this task, please delete the code

    Thread Starter Ray Burtoff

    (@rburtoff)

    Choosing Detail and then setting all of the page types to 2 columns fixed the issue. Thank you so much!

    Hi Nobita,

    I had exactly the same problem when updating the theme to version 1.326 and 1.329 (I checked these 2).
    The place for the right sidebar was left blank, when settings were set to “hidden”.

    Your solution solved the problem for me too.
    Side bar setting method >> set to “Details

    Thanks and have a good day!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Right Sidebar Space Not Used’ is closed to new replies.