Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1007128

    Hi all, we do have problems in customizing the mobile view menu for a client; we would like the menu-icon to be displayed on the left hand side (instead of the right position); despite this our client wants us to display the mobile menu below a sticky header with his logo and let the user scroll down that menu to view the HOME-content – displayed after the menu at the bottom of the page. Any suggestions? Please… THANKS a lot in advance! Yrs. Birgit

    #1007308

    Hey Concre,

    To move the menu icon to the left side, try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .main_menu {
        left: 0;
        right: auto;
      }
    
      .responsive #top .logo {
        float: right;
      }
    }

    As for the for the other request of your client, can you give us a mockup or a screenshot showing he/she wants to achieve so we can visualize it properly and give you css codes that should work.

    Best regards,
    Nikko

    #1007546

    Hey Nikko,

    thanks a lot!! This worked fine!
    Now we the icon for the mobile menu is displayed on the left hand side – perfect! THANKS!

    Our client also wants the mobile menu to be displayed AND let the whole screen be scrollable at the same time;
    he wants the mobile menu not to be displayed as a new page overlaying the content, but to be displayed as content WITHIN the homepage below the header (scrollable), and afterwards the content of HOME is displayed – also scrollable until the end …

    Unfortunately our client told us some features to be realized after having chosen a template – so we do have to customize a lot …

    We hope to receive help from you :-)

    Thank you very much in advance!

    Kind regards

    Birgit Goldenstern
    Concré

    #1008098

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1008344

    Hi Basilis,

    thanks for your quick answer – then we have to try it with individual customization – if our clients sticks to that condition;
    we have now chosen the sidebar flyout menu – but this is displayed on the right hand side – our client wants this to be displayed on the LEFT.
    Can you give us a code for that?

    Kind regards,
    Birgit

    #1008362

    Hi Concre,

    Try using this css code:

    .html_av-overlay-side #top .av-burger-overlay-scroll {
        right: auto;
        left: 0;
    }
    

    if that doesn’t work, use this instead:

    .html_av-overlay-side #top .av-burger-overlay-scroll {
        right: auto !important;
        left: 0 !important;
    }
    

    Hope it helps.

    Best regards,
    Nikko

    #1008397

    Hi Nikko,

    Thank you for your quick reply!! It does not work with the left side, but now it is much smaller – this is quite good, too!!
    Could you please tell me, how we are able to realize that

    1.) borders in the mobile menu (at the moment there is no border displayed) are displayed in white color
    2.) borders in the normal menu should be thicker in white color

    Thanks a lot in advance
    Kind regards,

    Birgit

    #1008592

    Hi Birgit,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     @media only screen and (max-width:990px){
         #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items {
            border-bottom: 1px #fff solid;
        }
     }
    
     .html_header_sidebar #header .av-main-nav > li > a {
        border-bottom-style: solid;
        border-bottom-width: 2px;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1008853

    Hi Victoria,

    Thanks for this code – it works for the left hand side display;
    our client also wants separating borders to be shown in the mobile and normal menu.

    Please, can you check, if this is customizable? We did not find any information concerning the border-thickness.

    He wants the borders in the normal menu to be displayed in thicker white color – twice the thickness as actually realized.

    Thanks in advance – looking forward to reading from you :-)

    Birgit

    #1009327

    Hi Concre,

    Yes, it is customizable, you just need to change the value in border-bottom-width from 2px to larger value like 4px, etc.
    Then for the other code Victoria gave:

    border-bottom: 1px #fff solid;

    The 1px there is the thickness, just change the value.
    Hope this helps.

    Best regards,
    Nikko

    #1009348

    Thank you, Nikko!!
    I customized the code as you told me to do – but it does not work – here the code so far (I tried with 4px to 8px – but there is no change visible)
    Can you please give me some Advice :-)

    Thanks in advance!
    Best regards
    Birgit

    I am sorry to ask for so much support – this is a very special client :-)) and the topics concerning his

    }

    @media only screen and (max-width:990px){
    #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items {
    border-bottom: 8px #fff solid;
    }
    }

    .html_header_sidebar #header .av-main-nav > li > a {
    border-bottom-style: solid;
    border-bottom-width: 8px;
    }

    #1009421

    Hi Concre,

    I checked your site however I don’t see any changes.
    Can you try to flush out the cache? if you have a caching plugin enabled.
    Also in Enfold > Performance, try to disable CSS file merging and compression.
    Let us know if this helps.

    Best regards,
    Nikko

    #1009439

    Hey Nikko,

    Thanks for your ultra-quick reply ;-)

    Unfortunately this does not work – I disabled the file merging, as you told me (no CSS file merging and compression), but I do not see any changes.

    What else do I have to do?

    Thanks in advance.

    Best regards,
    Birgit

    #1009459

    Hi Birgit,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1009674

    Hi Nikko,

    Thank you for your support!! In the private content you can find your login-data :-)

    Thanks a lot in advance!

    Best regards,
    Birgit

    #1010165

    Hi Concre,

    Thanks for giving us admin access.
    I noticed that the > (greater sign symbol) was converted to:

    & g t ;

    without the spaces, I just fixed it then rearranged the code you have in Quick CSS.
    Let us know if you need further assistance :)

    Best regards,
    Nikko

    #1010446

    Hi Nikko,

    Thanks a lot! That worked very well!
    Hope, we will not need further support any more with this client :-)

    Best regards,
    Birgit

    #1010452

    Hi Birgit,

    Glad that we could help.
    If you will still need our help, just create another thread and we’ll surely help you with it :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.