Search Results for 'mobile menu'

  • jameson
    Participant

    Hi!

    I’m running into a problem with responsiveness of the page container. It doesn’t expand fully after two instances:

    When resizing the browser

    1) Without any resizing of the browser, the page looks great. But if I were to resize the browser to any size and then return to the original size (for example: going from a maximized screen, restoring down the screen, then maximizing again) the page’s container doesn’t expand fully. Here’s a few images as to what I’m referring to:

    [caption id="" align="alignnone" width="1600"]Responsive issue illustration Notice the page’s container doesn’t expand fully after resizing the browser.[/caption]

    [caption id="" align="alignnone" width="1600"]Responsive issue illustration 2 The header and footer display perfectly, except the container.[/caption]

     

    2) When dropping down a mobile menu

    When I drop down a mobile menu and then pull it back up, the same issue occurs with the page’s container not being expanded properly.

    Can y’all give me any help with this problem?

    Thanks!

    JC

    Mirela
    Participant

    Hello,

    For the image below the menu in mobile, please add these lines into you custom css box:

    @media (max-width: 767px){
    .swiper-wrapper { padding-top: 81px !important;}
    .codeless_slider_swiper.parallax_slider { height: 317px !important;}
    }

    I do not see the arrows anymore. Did you manage to remove them?
    The ‘keep in touch’ and ‘Recent Posts’ are widgets in footer. To edit them, go to Appearance > Widgets and find the footer columns. Edit the widgets found there.

    Best regards!

    cjgrego
    Participant

    i have checked various settings to see where the mobile menu options are when scaling down the site the content moves to be responsive however the hamburger menu does not function

     

    https://www.truecleanjacksonville.com.php53-24.ord1-1.websitetestlink.com/

    Mirela
    Participant

    Hello,

    Can you please be more specific on what is not correct? I checked your site in both iphone and ipad and the responsiveness is ok, also the sticky menu. The nav in mobile is with black background. What image are you referring to? Please send a screenshot so i can understand.

    Best regards!

    In reply to: Mobile menu breakpoint

    Most spectacular
    Participant

    Unfortunately this CSS doesn’t help. The menu still drops down, even if you nudge the logo to the left. This is not a solution, there clearly just isn’t enough space for the menu – the mobile menubar needs to be activated as soon as the menu drops down (around 1024 px wide?)

    Most spectacular
    Participant

    Hello,

    On smaller screen resolutions (desktop small resolution, around 800-1000px wide) my menu breaks (there’s not enough room for it so it drops down under the menu bar. Can I somehow change the breakpoint when the mobile “burger” menu takes over? The problem would be solved if menu could be replaced by mobile menu a bit earlier when resizing the browser window.

    My site: https://181.224.130.249/~ilmailum/

    In reply to: Responsive in phones

    Mirela
    Participant

    Hello,

    Sorry for the late reply.
    Please edit the above code to this:

    @media (max-width: 767px){
    .header_5 .mobile_small_menu {
      display: block !important;
    }}

    If the issue persists, send us your wp credentials in a private reply, so we can do it for you.

    Best regards!

    In reply to: left menu

    Arjanweijer
    Participant

    Now I have a new problem on a mobile my left menu is not correct, see for an example: https://arjanweijer.nl/arjanweijer.nl/ruimtelijke-ordening-en-bestuursrecht/bestuursrecht/

    Can you help me?

    Maja
    Participant

    Hi Ruco, same problem here, since i have added the 2nd level menu, only these display in mobile version, I must say, I haven’t added any custom css to the site, nor have I changed any theme files, I will be trying the above solutions, but I am writing to let you know there is such problem going on.

    blacktieleaders.com if you would like to have a look

     

    Maja

    In reply to: Responsive in phones

    Mirela
    Participant

    Hello,

    Please double check your logos. I see here that the light logo is imported in the dark logo place and the other way around. Also please add these lines into your custom css box:

    @media (max-width: 979px){
    .header_5 .mobile_small_menu {
      display: block;
    }}

    In what device is the second screenshot taken? I see that in ipad it is ok, screenshot.

    Best regards!

    Mirela
    Participant

    Hello,

    I can see both the icons and mobile menu in your site. You probably deleted by mistake some important css class and after reinstalling theme, got them back. but because of cache plugin already saving the first version of the theme, couldn’t see them just yet.
    Please clear cache and try again. This is what i see: screenshot.

    Best regards!

    marioncha5
    Participant

    Hi,

    Here is the menu as it appears on mobile :

    And here is my REAL menu :

     

     

    Any idea why it doesn’t appear correctly?

     

    Thank you,

     

    Marion

    Mirela
    Participant

    Hello,

    Yes, please go to file css\bootstra[-responsive.css and fins these lines:

    @media (max-width: 979px) {
      body {
        padding-top: 0;
      }
      .navbar-fixed-top,
      .navbar-fixed-bottom {
        position: static;
      

    edit max-width: 979px value to 480px. Save and refresh.
    Now you will have the hamburger mobile menu only for mobile, not ipads.

    Best regards!

    fabian_hock
    Participant

    Hi;)

    Im having little problems round here. I had installed w3 total cache and autoptimize and wanted to get rid of the css and .js errors shown in google page speed insights. After minifiying css and js my hamburger menu on mobile and my icons arent showing up anymore. Do you know how i can solve this issue? I already reinstalled specualr, did upload the back up from my host but theres no change. May you have a look it it?

    Best regards Codeless Team

    jasonptank
    Participant

    Can I adjust the menu that shows for iPad in portrait and landscape mode – not using the hamburger mobile menu, but instead the normal desktop menu links?

Viewing 15 results - 1,306 through 1,320 (of 1,365 total)