Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #535769

    Hi,

    I have a few questions. So I have made a numbered list of them ; ). I’ve put my link to the site in the private section.

    1. My sub-menu is below the full-width-slider. I can’t seem to find the right class/ID for the z-index. For example, the menu-item “vacatures” does have some sub-menu-items.

    2. When going responsive, the menu goes through the logo, the menu should go earlier to the responsive-menu.

    3. When I’m going responsive, is it possible that the full-width-slider image height is a bit bigger? Now it’s not visible at all, it’s really to small. I rather have it to be cut off in the width. Also the padding in responsive mode isn’t great.

    4. Is it possible to determine the order of the columns in responsive mode? In my pages, I’ve added sidebar’s at the left, but I don’t want them to show up first. Is it possible to change this order?

    Hope that you can help me with this questions.

    Regards,

    Erwin

    #536803

    Hi erwin_m!

    open separate tickets for different questions please.

    1.) I can’t find any sub menu below your slider on the link you have provided.

    2.) Use this code in Quick CSS field:

    @media only screen and (min-width: 767px) {
    nav.main_menu {
    display: none;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    }}
    

    and adjust the media queries as needed.

    Regards,
    Andy

    #537641

    Hi Andy,

    I will respond to the first point, for the other ones, I will open another topic. Thanks for your comment.

    There is a sub-menu, several indeed. But as said, they won’t be shown because they are below the image. In the image, see the link, you can see in the source that there is a submenu. How can I make them visible?

    Regards,

    Erwin

    #537711

    Hi!

    try a code like:

    #sub-menu {
    opacity: 1;
    visibility: visible;
    }
    

    Best regards,
    Andy

    #537720

    Hi Andy,

    This doesn’t change anything. Seeing your code, you’re probably still thinking it’s not there. A few steps ago, the image beneath the menu was a bit to low, but at that point I could see the submenu. I’ve lowered this image again so that you can see that the submenu is displayed.

    Regards,

    Erwin

    #537749

    Hey!

    can you highlight using screenshots to show us about which sub menu you are talking about on your website? you can use imgur.com or dropbox. We need to be able to inspect the elements.

    Best regards,
    Andy

    #537864

    Hi Andy,

    Thank you for being so patient! Really appreciate it.

    I’ve added a link to a shared dir on dropbox, see the private content section.

    Hope this makes clear what I mean. There are three screenshots which are displaying the submenu’s dropped down. And there’s one of the source-code. Didn’t highlighted anything there, but it’s obvious to see that there are three submenu’s in the main_menu.

    Regards,

    Erwin

    #538089

    Hi!

    hm that’s weird. I don’t get the same result as you:

    View post on imgur.com

    Submenus are displaying fine for me and I use Chrome+Mac as well. Are you sure to use newest browser version? wich OSX are you using? Please clear browser cache and hard refresh a few times. Check on another computer as well.

    Regards,
    Andy

    #538241

    Hi Andy,

    Thanks!. Checked out the version of chrome, this one wasn’t up to date. Fixed this and with that also the menu problem. In safari it’s showing perfect, in firefox, which is up to date, it’s the same problem again, the submenu goes beneath the image. In ie it also okay.
    So, how can I fix it for firefox? Firefox is often a problem, adjustments which works in other browsers don’t work in ff. Really strange.

    Regards,

    Erwin

    #538258

    Hi!

    I checked on firefox and it’s working as expected for me:

    View post on imgur.com

    Make sure to use newest firefox version, clear browser cache + hard refresh a few times.

    Best regards,
    Andy

    #538266

    Sorry, I was to fast with my answer. After a hard refresh it works fine. Thank you very much!

    Regards,

    Erwin

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘A few questions’ is closed to new replies.