Support » Theme: Celestial - Lite » Small blog image option breaks the Blog Right Sidebar

  • Resolved Runo

    (@runo)


    When you select the box “Small Blog Image” in Customize, the right sidebar in posts is positioned incorrectly. It shows up under the content instead of at the right.

    The div with id “secondary” is showing up outside the div class “row” that has section id “primary”.

    So instead of

    <div class="row">
    	<section id="primary" class="site-content span8">
        whatever
    	</section><!-- #primary -->
    	<div id="secondary" class="widget-area span4" role="complementary">
        whatever
    	</div><!-- #secondary -->
    </div>

    It is like:

    <div class="row">
    	<section id="primary" class="site-content span8">
    		whatever
    	</section></div>
    
    	<div id="secondary" class="widget-area span4" role="complementary">
    		whatever
    	</div>

    I’ve tested this in the vanilla theme, the child theme included and my own theme.

    I can’t say with certainty when this bug started because I updated from 1.9.6 to the newest.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Sorry for late reply…. I looked at your code you posted but something is not quite right if you updated to the latest version.

    I just tried the small image option in my local test site and I do not get what you have above. To confirm, what version are you on and how did you update the theme?

    Also, when you view the live demo, does the sidebar float below the content for you? I just changed the blog image to the small setting.

    Blog Demo

    Thread Starter Runo

    (@runo)

    I’m on celestial-lite 2.1.0, I’ve updated from 1.9.6 via the WordPress update option.

    I’m on XAMPP 1.8.3.

    I just tried manually replacing the theme with the newest one, but the error is still there.

    The error is only when you see a blog post, the category archives is working as intended. And there doesn’t seem to be any particular widget that causes the error.

    The live demo looks fine, the sidebar is floating at the right of the content, just like intended.

    Edit: I’ve also deactivated every plugin I have and the problem persists.

    That is what puzzles me because the demo site is using version 2.1.0 of Celestial Lite. Could it be a cache issue with your browser?

    Thread Starter Runo

    (@runo)

    I’ve cleared the cache while using Chrome and Firefox, it did nothing.

    I’m not sure what to suggest here. As I mentioned, if the demo site when using the small blog image looks fine and using 2.1.0, but your site is not, it really is a mystery. Is this just on your XAMPP local or on a live site that I can see?

    Thread Starter Runo

    (@runo)

    My live site has not been updated yet, so I can’t say for sure it’s not just XAMPP being weird.

    When I send these changes to the live website, I’ll make sure to test and post here if the problem is still there or not. =)

    @runo, did you find a solution to this issue?
    I have a similar issue on my blog when I select the Small Blog Image.

    @styled themes, I reported this bug 3 weeks ago. Any progress on fixing it?

    Thanks.

    @uwhoosh, this is still a mystery because it works on the live demo site and cannot replicate the issue on my own local test site. It appears that only two of you are experiencing this so far.

    My only option may be to completely redesign the small image layout and see if that works, but this will take me a bit of time.

    @ Styled Themes,

    The bug only occurs in the posts, not in the main blog page. And it only occurs if you’ve ONLY checked the “Small Blog Image” setting in basic settings. If you also check the “Show Featured Image Full Post” setting, (I have a sneaky feeling this is what you have done on your demo site – because that’s what I’ve done on my live site) then it doesn’t occur!

    Un-check the “Show Featured Image Full Post” setting on your demo and let’s see what happens…

    Ah ha! got it…when the “Show Featured Image” is checked (to show), then it’s fine. However, when not shown, it does flip down below the main content.

    Thanks for pointing that out…I am spending the next few days updating themes and this one will be on the list to get fixed.

    Thread Starter Runo

    (@runo)

    Well, I’m glad we sorted it out then.

    I’ll mark this as solved when the next update hits.

    Update is done with several minor adjustments and tweaks but also the issue here where the right sidebar was floating below the main content when the “Hide Featured Image” setting was checked. I also corrected the layout a bit too on this view, but might make a couple more adjustments on a later update. The new update here is version 2.1.2

    Thread Starter Runo

    (@runo)

    No problems with the right sidebar now with the vanilla theme.

    Still having issues with my child theme, but those should be gone when I update my files.

    Still waiting for WordPress to update the theme…

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Small blog image option breaks the Blog Right Sidebar’ is closed to new replies.