• Resolved Ji?í Kalo?

    (@callasjk)


    After the last update of the Hueman theme my website is no longer responsive. When I view it on my phone it wont adjust. So its unusable. When I try to change the size of the window on PC in my browser, it wont adjust the layout also.

    In the menus I checked the Enable mobile (responsive) layout.

    I am sure it can be fixed simply, I dont know what Im doing wrong though. Btw I am using a child Hueman theme with couple minor adjustments (changes in colours mostly)
    How do I restore the responsivness?

    Thank you. Any help is appreciated.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi JK. Welcome to the Hueman forum. Are you on v3.1.0? It was just uploaded to the theme repository this morning.

    Thread Starter Ji?í Kalo?

    (@callasjk)

    Yes 3.1.0 is my current version.

    In your child theme are you importing or enqueuing any theme css or js files?

    Thread Starter Ji?í Kalo?

    (@callasjk)

    I am not sure if this is CSS, excuse my poor knowledge.
    But what I have done with the child theme is in the editor I input this.
    Can that be a part o the issue?

    /* ————————————————————————- *
    * Theme customization starts here
    /* ————————————————————————- */

    /* Global */
    .mystyle {}

    /* Tablet – 800px, 768px & 720px */
    @media only screen and (min-width: 720px) and (max-width: 800px) {
    .mystyle {}
    }

    /* Mobile – 480px & 320px */
    @media only screen and (max-width: 719px) {
    .mystyle {}
    }

    /* Mobile – 320px */
    @media only screen and (max-width: 479px) {
    .mystyle {}
    }

    #nav-topbar .nav li a { color: #444; font-weight: 300; }
    #nav-topbar .nav li > a:hover,
    #nav-topbar .nav li:hover > a,
    #nav-topbar .nav li.current_page_item > a,
    #nav-topbar .nav li.current-menu-item > a,
    #nav-topbar .nav li.current-menu-ancestor > a,
    #nav-topbar .nav li.current-post-parent > a { color: #444; font-weight: 300; }

    .toggle-search { color: #444; }

    #nav-topbar .nav-toggle { color: #444; }

    .entry.excerpt {
    color: #919191; }

    That should be fine. Check Customize > Global Settings > Mobile Devices. Is Enable the Mobile Friendly Layout checked?

    Thread Starter Ji?í Kalo?

    (@callasjk)

    Yes, that is checked. Tried it checked and unchecked. Has no effect either way unfortunately.

    same here ?? no responsive since last update ??

    Can either of you post a link to your site?

    I had the same after updating to 3.1.0 but it clearly appeared that this was a problem with browser’s cache that kept some previous cached files that were conflicting with current version.

    Try again by “hard” refreshing your browser (ctrl + F5) and probably this should be solved.

    Thread Starter Ji?í Kalo?

    (@callasjk)

    John: That was it! How simple ??
    Thank you very much

    solved !

    tks !

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Theme not responsive after update’ is closed to new replies.