Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #630907

    Hi,

    I am making a website with an extra menu. I’ve added the menu with a widget area (not as a sidebar) but it looks different on different pages. I do not understand why, because as far as I know, everything is the same. Do you know what I did wrong / can you help me with this?

    Regards,
    Angela

    #630927

    hI,

    Sorry, only just noticed that I can not use a widget area as a left menu, because that will be the first to show on mobile. So I am going to use a sidebar. But for some reason the sidebar is showing, but the content in it is not. I also tried another sidebar with different content, but that doesn’t work either.
    On one page the sidebar is showing, but the menu is aligned wrong. Is dat fixable?

    • This reply was modified 8 years, 6 months ago by macmutsaers.
    #631888

    Hi,

    Thank you for using Enfold.

    The sidebar don’t show up on those pages because the color sections are pushing it underneath. Note that full width elements such as the color section will push the sidebar by default. Disable the sidebar on those pages then replace it with a widget area element. To prove this, we added a 1/1 column at the very bottom of the page: http://test.dutchtrig.nl/value-of-elms/threats-test/

    However, I’m not sure why the style of Sidebar Pages widget area is different on those two pages. Are those custom link items?

    Best regards,
    Ismael

    #631942

    HI Ismael,

    Thanks for your response. I would like it to be a widget area. But is there a way to make it dissapear / hide it on mobile? The menu consists of pages and portfolio items (the portfolio items are the subpages).

    Regards,
    Angela

    ps I am hoping for a quick reply

    • This reply was modified 8 years, 6 months ago by macmutsaers.
    #632081

    Hi, sorry I am so impatient and I understand you are very busy. I would really like to know if it is possible to hide the widgetarea menu on mobile. If it’s possible and you can help me with that I can keep working this weekend if it’s not I have a problem and have to figure something out… Thanks!

    #632988

    Hi,

    Sorry for the late reply!
    Please go to Enfold theme options > Sidebar Settings and uncheck “Sidebar on Smartphones” to hide sidebar on mobile.

    Best regards,
    Yigit

    #633211

    Hi,

    Thanks! Sidebor on smartphones was already unchecked. It’s not a sidebar, but a widgetarea.
    I’ve already pretty much solved it by putting code below in quick css.
    Only now other widgetareas get hidden too…

    Can you help me with the alignement of the menu in the sidebar?
    What it looks like on most pages: http://test.dutchtrig.nl/countries/
    The way I want it to look: http://test.dutchtrig.nl/sweden/
    The subitems are portfolio items.

    Thanks!
    Angela

    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 767px)
    {
    .flex_column .widget:first-child, .content .widget:first-child {
    padding-top: 0;
    border-top: none;
    display: none;
    }
    }

    #633249

    Hey!

    Please add following code to Quick CSS to indent sub menu items

    #nav_menu-2 .sub-menu {
        padding-left: 10px!important;
    }

    Regards,
    Yigit

    #633275

    Hi Yigit,

    Thanks very much for your help! Menu looks good now!

    #633282

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Menu in widget looks different on different pages’ is closed to new replies.