-
AuthorPosts
-
November 13, 2015 at 11:29 pm #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
November 16, 2015 at 6:51 pm #536803Hi 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,
AndyNovember 17, 2015 at 9:29 pm #537641Hi 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
November 17, 2015 at 11:54 pm #537711Hi!
try a code like:
#sub-menu { opacity: 1; visibility: visible; }
Best regards,
AndyNovember 18, 2015 at 12:13 am #537720Hi 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
November 18, 2015 at 1:36 am #537749Hey!
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,
AndyNovember 18, 2015 at 8:37 am #537864Hi 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
November 18, 2015 at 2:04 pm #538089Hi!
hm that’s weird. I don’t get the same result as you:
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,
AndyNovember 18, 2015 at 4:06 pm #538241Hi 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
November 18, 2015 at 4:20 pm #538258Hi!
I checked on firefox and it’s working as expected for me:
Make sure to use newest firefox version, clear browser cache + hard refresh a few times.
Best regards,
AndyNovember 18, 2015 at 4:26 pm #538266Sorry, I was to fast with my answer. After a hard refresh it works fine. Thank you very much!
Regards,
Erwin
-
AuthorPosts
- The topic ‘A few questions’ is closed to new replies.