• Resolved Thyphon

    (@bigblue0)


    Hi, first of all, the plugin is very good, it is a great work.

    After installing the plugin I find some issues:

    1. In one specific page with special menus I want to hide the wp mobile menu. I followed somme CSS you propossed to previous support questions but the menu does not hide completely, the header holder and the logo text are still visible. Any changes in CSS you can recommend?

    This is what I have:

    .page-id-XXXX .mob-menu-header-holder {
    display: none;
    }
    .page-id-XXXX .mobmenu-push-wrap {
    padding-top: 0px;
    }

    2. When I set submenus (2 or 3 level), those are not visible when clicking to open the submenu.

    Thank you very much in advance

Viewing 15 replies - 1 through 15 (of 21 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @bigblue0,

    Can you provide me site url to have a look?
    If you want to keep it private send me an email to [support AT wpmobilemenu DOT com]

    It can be a cache issue or it’s missing the !important tag in the css rules.

    Thread Starter Thyphon

    (@bigblue0)

    Hi, thank you very much for your fast answer.

    Currently the site is not in production mode, the not accessible. Anyway if we can find solutions I think is better if they are published here, personally it saves time.

    For the question 1, I tryed with the tag “!important” in CSS rules without resolving the issue. The bar with the central logo/text are still visible.

    For the question 2, if I put also a language switcher, the submenu does not show the languages, nor other submenus.

    I would be grateful if I could have some suggestions to try to resolve this.

    Thank you very much again

    Plugin Author Rui Guerreiro

    (@takanakui)

    Did you placed the css in the custom css option of WP Mobile Menu?

    You can have some error in a css rule above that one that can prevent it from work correctly.

    This is an example that I tested and worked fine in my demo site, try also adding the !important tag

    .page-id-11272 .mob-menu-header-holder {
        display: none;
    }

    You can also paste here the entire css so I can have a look. This is also something that I can easily help you when the site is live.

    Thread Starter Thyphon

    (@bigblue0)

    Yes, I placed exactly the same CSS lines in Custom CSS of WP Mobile Menu. This issue happens when I’m loged in, but when loged out, the header is not visible. The page where I want it not visible (loged in) is a page generated by a plugin with a frontend dashboard.

    What about Sub-menus? any idea? I saw similar questions here in the support forum but resolved privately, so I cant try to fix it based on experience of other wp members. My submenus does not appear when the subpanel opens after clicking.

    Thank you again

    Plugin Author Rui Guerreiro

    (@takanakui)

    @bigblue0
    I need to discuss this in private with you.
    Send me an email to [support AT wpmobilemenu DOT com] and I will explain you why.

    Thanks

    Thread Starter Thyphon

    (@bigblue0)

    Hi, thank you for your answer.

    For the moment can we resolve this here? I dont understand why is necessary discussing the issue privately. In my personal opinion, resolving this here could help other users and it’s saving time.

    If it’s strictly necessary (why by the way?) I will send you an email.

    Please can you help me with this? Submenus does not appear, and for making the header not visible does not work properly with a signle page (loged in).

    Thank you very much in advance!

    Plugin Author Rui Guerreiro

    (@takanakui)

    @bigblue0

    Don’t take me wrong but if I’m asking to send me an email there is a reason for that. I don’t want to grab your email or something else similar.

    Plugin Author Rui Guerreiro

    (@takanakui)

    @bigblue0

    I didn’t received any email from you yet.
    You can also reach me in the live chat of wpmobilemenu.com

    Thread Starter Thyphon

    (@bigblue0)

    Hello,

    Yes, I could not write you before because of another issue that I had to solve.

    I will contact you then by chat, more practical.

    Thank you

    Plugin Author Rui Guerreiro

    (@takanakui)

    @bigblue0

    Will close the topic for now, I’m available when you need to sort this.

    Thread Starter Thyphon

    (@bigblue0)

    Hello,

    I want to re-open the topic. I tried to reach you by the live chat on your site.

    I activated the plugin again, and just for remembering, I am not able to see the 2nd level submenus when subpanels are open, and also I cant hide the header menu in a particular page (even with the above CSS).

    Thank you very much in advance,

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @bigblue0,

    Try this modified version.
    https://www.dropbox.com/s/qlhrahd0gcsgj7k/mobile-menu.zip?dl=0

    Delete the current version and install this one.
    Let me know the result.

    Thread Starter Thyphon

    (@bigblue0)

    Hi,

    Thank you for your answer.

    When are you going to release this version in the wp repository?

    Of course I will let you knou, thank you.

    Plugin Author Rui Guerreiro

    (@takanakui)

    My plan is to release the 2.6 version till the end of the next week,
    Thanks

    Thread Starter Thyphon

    (@bigblue0)

    Hi,

    Thank you for the last release. I downloaded it and installed it, but it does not resolve the problem; I cant see submenus and I cant hide the menu in a particular page.

    Thank you

Viewing 15 replies - 1 through 15 (of 21 total)

The topic ‘Submenus does not appear’ is closed to new replies.