• Resolved panjim117

    (@panjim117)


    Hi, thanks for your awesome plugin i use for a while.
    I have a problem, the categories in my menu do not display on the Mobile Menu (on the phone) but appears fine on the website and on the desktop, the tablet and the phone preview.
    I tried different solutions, intalling the last version of your plugin, creating another menu, etc… the changes are sync but still categories not displaying…
    https://futureshock.fr
    Thanks

    PS: i’m using the Penscratch2 Theme
    Also, it’s not displaying on my phone (LG X CAM), i will try it later on different phones and give you my results.

    • This topic was modified 8 years ago by panjim117.
    • This topic was modified 8 years ago by panjim117.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @panjim117,

    I’m glad you are enjoying the plugin.

    There is some CSS in your theme that is hiding the category items on a lower resolution.

    Add this code below to the custom CSS options inside the General options tab.

    .mobmenu_content .menu-item-type-taxonomy {
        display: block;
    }

    Clear the cache and test again. Let me know the result.

    Thread Starter panjim117

    (@panjim117)

    Hi again thanks for your quick help!
    i tried the code and i see some serious improvements.
    The categories are displaying again, but it’s not aligned with the others part of the menu.
    I don’t know if i’m clear, i make an example:
    —Page1
    —Page2
    -Category
    —Page3
    Edit: i added to the css: margin-left:0px; and it worked.
    but… i got another problem… the space between the different sections of the menu seems odd

    • This reply was modified 8 years ago by panjim117.
    • This reply was modified 8 years ago by panjim117.
    • This reply was modified 8 years ago by panjim117.
    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. Did you sort it?
    It seems fine to me.
    https://cl.ly/392V3U0e3z2A

    Thread Starter panjim117

    (@panjim117)

    It only appears between “Soirées” and “A Propos”.

    Edit: again, i resolve it with: height: 40px; in the css…
    i’m not sur it’s the right solution but it seems to work…

    Thanks a lot for your response and your time!

    • This reply was modified 8 years ago by panjim117.
    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem I’m glad it’s sorted, if it’s displaying fine them it’s the right solution.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Category not displaying’ is closed to new replies.