Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #243259

    Hi, thanks for a great theme. It has really become a favourite of mine. And your support is also a favourite :-) I have four questions:
    I’m wondering if it’s possible to have the slide out menu that you can select under “Responsive Header Main Menu” so that it’s the default menu on all all devices and screens? With just the little “three bars icon” showing. I really like the clean look without the menu and header.
    I also have problems centering the yellow H1 boxes that I have given a class of “title_h1” which I have given some styling in the Quick CSS box. I’m not sure my CSS fixes are any good so any help would be appreciated.
    The special heading over the Parallax background looks fine on a laptop but crazy big on a smart phone, can the size adjust to a smaller screen?
    Is it possible to a pattern overlay over the parallax color section? I managed to put it over the full screen slider in the Quick CSS but I can’t figure it out on the color section.

    The site is http://www.musklick.se and it’s closed so you can login using username: guest and password: guest
    Let me know if you need admin login and I will provide it.

    Hope you can help, many thanks and best regards
    /Michael

    #243430

    Hello again, one more thing: after updating the theme there is a padding at the top of the page, and since I’ve chosen a page with no header it just ends up empty. I’ve tried setting the padding to 0 but the gap is still there? This is what i tried with:
    .html_header_top.html_header_sticky #main {
    padding-top: 0px;
    }

    Thanks again
    /Michael

    #244282

    Hey!

    1) You can try to show the menu with this css code:

    
    .show_mobile_menu #mobile-advanced {
    display: block;
    }
    
    #advanced_menu_toggle, #advanced_menu_hide {
    display: block !important;
    }
    
    #top #wrap_all #avia-menu{ display: none; }
    

    2) I suggest to add a custom class to the textbox which surrounds the title_h1 element (see http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then use text-align:center; to center align the headline text.

    3) You can use a media query to change the font size for smaller screens. Use it like:

    
    @media only screen and (max-width: 767px){
    .title_h1{ font-size: 10px; }
    }
    

    You can change the font size value and the screen size (767px).

    4) Did you try to set the pattern image as section background image?

    Regards,
    Peter

    #244660

    Hi Peter, thanks for your reply. 2 and 3 is solved, thanks to you :)
    1. Yes, the slideout menu shows, but the menu section (header) also shows, the full screen slider stops a bit short of full screen and when you click the slideout it takes over the entire screen. Perhaps that is just the way it is and if so I’ll accept that, but optimally there would be no header, just the little slideout icon, a fullscreen slider and when the menu slides out it would not cover the entire page.
    4. I’m using the image for the parallax background for the color section, and I would like to have the pattern super imposed on top of it to darken it and give it texture, the same effect that is on the full screen slider at the top.

    Thanks again, hope you can help.
    Best regards /Michael

    #245076

    Hey!

    1) Yes, it’s the default mobile menu styling. If you want to customize it I suggest to hire a freelancer who can change the styling of the “desktop” version of the menu based on you requirements.

    2) You can apply a custom class to the section: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then use this class to add a pattern image as background. I.e. use the class “avia-custom-background” and into the quick css fields insert:

    
    #top .avia-custom-background{ background-image: url(https://mywebsite.com/pattern.png); }
    

    instead of http://mywebsite.com/pattern.png insert the url to the pattern/png image. You can also add multiple images http://www.css3.info/preview/multiple-backgrounds/ if necessary.

    Best regards,
    Peter

    #250723

    Thanks Peter, I’m gonna go with a free lance this time since I think this is a bit too advanced for me. Thanks again, your support is awesome.

    /Michael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Slide out menu on all viewports? And a little more.’ is closed to new replies.