• I am using the latest version of WordPress, the responsive menus stopped working. When clicked it drops down and disappears too qui8ckly to be able to select an option. I have downloaded the patch and updated to the latest version of wordpress yet it still continues on multiple devices with multiple mobile browsers. How can I fix this any suggestions much appreciated thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello which patch?
    Can you share a link to your site?

    My Responsive Menu is working but you can not see it on the Moblie you have to scroll the Page to the right !!
    How can I make shure that the Menu is alway shown?
    https://www.via-francigena.com

    THnak you
    georg

    The problem there is the jwplayer div (the one which embeds the video) which has a fixed width of 480px. This makes the global’s page width “grow” so the sticky header (a fixed element with width 100%) extend till 480px …
    So you should control the width of that jwplayer in some way, maybe with something like this:

    @media (max-width: 500px){
    div[id*=jwplayer] {
        width: 100% !important;
    }
    }

    Thread Starter della989

    (@della989)

    Sorry the site is https://www.davisdetection.co.uk

    I have no embedded videos on there at the moment. I googled the problem and there was a patch for a previous version of the theme for this problem but that has not worked.

    Thanks

    Della

    Sorry della,
    I was replying to georg ??

    About your issue,
    the patch was for old theme’s versions and you don’t need that anymore, so remove that! ??

    Also it wasn’t related to your issue.

    In your case there should be some conflicting plugin, this is not the normal theme’s behavior as you can see in the demo.

    Also the slider isn’t working very well in your site.

    I think it’s due to fruitful-shortcodes which enqueues bootstrap3 js which conflicts with the bootstrap2,js embedded in this theme

    Thread Starter della989

    (@della989)

    Thank you so much ?? I have removed fruitful shortcodes as well as the old patch and the menu now stays down, can’t thank you enough ??

    Della

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Responsive Menu not working on mobiles’ is closed to new replies.