• Resolved LonelyBoy2

    (@lonelyboy2)


    Hi.

    I’m self taught and hit a problem that’s a bit beyond me. I’ve made a few subtle changes to my site but the mobile version of the drop down menu doesn’t work.

    I’ve just updated to latest WP with quite an old theme that’s no longer supported.

    Tried deactivating all plugins. Updated everything.

    This is the code i’ve added to the “Additional customising CSS” (tried removing all CSS corrections too)

    .logo {
        font-size: 20px;
        line-height: 1;
        font-weight: normal;
    }
    .branding {
        padding: 14px 0;
    }
    .slide-nav a {
        display: NONE;
        color: #ff6000;
        font-size: 50px;
        padding: 9px 8px;
        text-decoration: none;
    }
    .top-nav a {
        color: #909090;
        display: block;
        padding: 14px 19px;
        position: relative;
    }
    .site-description {
    	display:none;
        font-size: 14px;
        color: #909090;
        line-height: 1;
    }
    .block-background {
        background: #dfdfdf;
        background: #ddd;
    }
    .side-mobilemenu {
        display: none;
        background: #333;
        color: #999;
    }
    .btn-navbar {
        margin: -4px 0 0px 0px;
    }

    I’m a bit stuck. Any suggestions?

    Cheers Bruce.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • If a hamburger menu is not clickable, most likely this is a JavaScript issue, and not a CSS problem.

    And, indeed, I can see several jQuery errors in the browser console, all going to your theme, Lensa.

    The Lensa theme’s download link on the theme author’s website has been taken down, and the Github repo hasn’t been updated in 7 years.

    For all intents and purposes, this theme has been abandoned, and you can be 100% sure it’s never going to be upgraded to fix these issues.

    So the best solution for you is to switch to a new theme.

    As a temporary solution, you can try the jQuery Migrate Helper plugin to see if it solves the problem. But even if it does, you’re only postponing the inevitable (and possibly exposing your site to security vulnerabilities) if you choose to stick with this ancient and abandoned theme.

    Good luck!

    Thread Starter LonelyBoy2

    (@lonelyboy2)

    That’s really helpful. You’re absolutely right. I don’t shoot commercially anymore so i don’t see the sense in investing in this site. Thanks for taking the time to show me where the fault was. Much appreciated. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MOBILE DROP DOWN FAULT’ is closed to new replies.