• Resolved svends

    (@svends)


    Efter update Responsive theme to ver. 3.23 is my frontpage getting a blog instead of a page and the sidebar is disappeared. Using content/sidebar as template.
    The sidebar is working on other pages.
    How to get it back to a page, or how to set sidebar on again ?

    • This topic was modified 5 years, 1 month ago by svends.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • I have the same experience and have reinstalled version 3.22.

    Same problem here.

    We’ve used a temporary fix but looking for the correct and permanent solution within the theme. Would rather not use {display: none;} due to SEO concerns.

    https://www.sleepsatisfaction.com

    Yes we also get this with Responsive 3.23 – like svends our home page has changed to a blog page, but is slightly different because it’s now showing a sidebar whereas the homepage should be full width without a sidebar. All the settings seems to be correct, and all other pages and posts on the rest of our site have the sidebar showing correctly. In the light of the above comments, it seems to be a code issue? I’ve added the following as a short term fix, but need a proper PHP solution, not CSS.

    .home #content-blog {
    width:100%;
    }
    #widgets {
    display:none;
    }

    I understand the disappointment and it is as unpleasant for us as it is for you.
    It is always our highest priority to ensure that our customers are satisfied.

    The update was only to provide better and newer features.

    I assure you the bugs will be fixed in the coming updates. We are bringing a one-click rollback feature also in a future release.

    Meanwhile, you can find sidebar settings in customize -> Blog and customize -> Page.

    Theme Author CyberChimps

    (@cyberchimps)

    Can you please check once by updating the theme to the latest version 3.24.

    Gunilla

    (@gunilla)

    Thank you, version 3.24 solved the blog-problem with 3.23.

    Thread Starter svends

    (@svends)

    Thank you. The problem is solved!

    Theme Author CyberChimps

    (@cyberchimps)

    Hey @svends

    Thanks for confirming, we are glad we could assist you ??

    Can you please share your valuable feedback here?

    It will help us to improve your experience.

    Talk soon,
    CyberChimps Team

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Responsive 3.23 – frontpage is now a blog. No sidebar’ is closed to new replies.