• Resolved Simon Pointer

    (@simon-pointer)


    Hi I am using the free version of flat responsive and the main menu disappears completely in all smaller screens below 1025px. No show or hide icon appears or anything. Can you help please?

Viewing 15 replies - 1 through 15 (of 20 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi Simon Pointer,

    We found a bug in our theme, and we will fix in our next updates. For now to fix that issue please add the following CSS:

    @media screen and (max-width: 1024px)
    a.toggle_button_flat_responsive_menu {
      display: block;
    }

    Note: Please use the custom css plugin or Child theme so the change doesn’t lost on theme updates

    Thanks

    Thread Starter Simon Pointer

    (@simon-pointer)

    Thanks for the code. Still a problem though. I can see how this will show the toggle button, but there is no “.toggle_button_flat_responsive_menu” class in the HTML. I think the whole toggle element is missing in the menu HTML.

    Thread Starter Simon Pointer

    (@simon-pointer)

    Hi Guys this is getting urgent now – any help?

    Theme Author Styled Themes

    (@gejay)

    Hi Simon Pointer,

    Please you do not need to edit HTML code. But you just need to add the css given above in your child-theme style sheet or custom CSS plugin then menu wouldn’t disappears and it works perfectly.

    Thanks

    Thread Starter Simon Pointer

    (@simon-pointer)

    OK. Just to be clear here. I am a web developer and I train CSS and HTML and front end development so I do know how to code HTML and CSS quite well. I have added your media query code to the child css file, but it has no effect. As I said – the selected HTML item that the media query targets is not there!! Please can you just let me know what it is supposed to be? Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi Simon Pointer,

    This issue is fixed in next version. We are updating the theme very soon.

    Thanks

    Thread Starter Simon Pointer

    (@simon-pointer)

    Hi

    Thanks for looking into it and the repair due soon – however I need to make this site live today and I do not know how long your update will take.

    Can you please let me have the missing HTML code snippet for the menu. I am working with a child theme and can just add it to the child header.php or to the functions.php as necessary.

    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi Simon Pointer,

    The issue has been fixed in new version, please update your theme to fix your issue.

    Thanks

    I have installed the latest version 1.2.2 and now the site is broken – it was fine before this.

    It also puts advertising – from you – on the home page

    https://mpassociate.com/

    I also tried the CSS code above with no effect.

    I have switched the site to a different theme, Twenty Thirteen until you get this fixed.

    Hi jebswebs.

    1-jah has come up with the solution. Check out his post Duplicate Menus.

    Theme Author Styled Themes

    (@gejay)

    Hi there,

    We have fixed this issue in our latest version, so please update your theme.

    Thanks

    Thread Starter Simon Pointer

    (@simon-pointer)

    Hi Guys

    I am sorry this is still a problem: I updated my theme and even changed the child header.php file for your new one and the menu is still not working in small screen.

    Here’s a live demo URL you can look at…

    https://www.lifecarers.totemdev.co.uk/

    I need this repaired asap. I really don’t mind repairing it myself but I need the information from you as to what should be there.

    Thread Starter Simon Pointer

    (@simon-pointer)

    OH yeah and your theme change also seems to have injected some new “sales content” into the top banner of the site which I’ll now need to remove. Not very impressed with that at all.

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Menu Disappears in flat responsive theme’ is closed to new replies.