Search Results for 'mobile menu'

  • Mirela
    Participant

    Hello,

    1-Open Customization mode, go to header and hover over the button “Reservation”. Click the empty area before the bin icon(that deletes the button), to open the button options. Here you have the link field. Change the link here and save changes.
    See screenshot: https://ibb.co/M2h2Ksp

    2-I removed the search from Tools element in header. The mobile menu looks great. No changes happened. See screenshot: https://ibb.co/Jv9jW8N

    Let us know.
    Best regards!

    Manu
    Participant

    Hi Mirela,

    1) I changed the header menu and I would like to replace the booking link, how to do it?

    2) I want to delete the search tool but when I do it the mobile menu disappears. How to proceed ?

    Regards,

     

    Emmanuel

    ClearConscious
    Participant

    I’ve been having issues with the following:

    • 404 Errors when submitting new changes via the back-end page builder. This is intermittent. Reconfirmed the Permalink structure, but it still appears occasionally.
    • The Codeless front-end builder has froze multiple times or just loses functionality. There’s been multiple occurrences where editing things like rows just isn’t possible in the front end editor. The option is highlighted, but the pop-up prompt isn’t visible.
    • The mobile menu doesn’t function on most pages.
    • Responsive functionality is inconsistent on mobile phones & Safari in particular  (seems to display fine-ish in the Codeless editor) – Been having an issue with very wide pages of blank space displaying.
    • Padding, Margin and other options have on multiple occasions not updated correctly after confirming changes (through the back-end editor)

    Just a sample of the current difficulties,

    ekomurek
    Participant

    Hello,

    Is it possible to decrease the navigation menu bar height in both the desktop and mobile view? It is quite large in the mobile specifically (hamburger style).

    Thanks,
    Erik

    amandaedens
    Participant

    Hi Mirella,

    I too have no issue with the simulated mobile layout.

    However, it does not work on an actual mobile device. Here’s what happens:

    1. Open the site in a browser
    2. Click the hamburger menu icon
    3. The hamburger menu icon changes to the X icon, but the mobile menu fails to load
    4. Refresh the page
    5. Click the hamburger menu icon
    6. The mobile menu loads fine after refresh

    The phone I tested this on is a Samsung Note 9 on Google Chrome browser.

    I cannot confirm that iPhones have the same behavior, but Original Poster mentions that the issues do exist on iPhone. I can ask someone to test iPhone later today to confirm that OP’s iPhone issue also exists on my site.

    • This reply was modified 6 years, 1 month ago by amandaedens.
    Mirela
    Participant

    Hello,


    @ChristopherGFox

    I checked your site in actual mobile and desktop simulated mobile layout. I had no issues with the menu. See screenshots:
    https://ibb.co/Kq32N87
    https://ibb.co/7Kpcsns

    Are you still having problem? When exactly?


    @amandaedens
    , same here: https://ibb.co/nzkVF9T

    Let us know.
    Best regards!

    amandaedens
    Participant

    Hello Mirela,

    I added my WP credentials so that you can take a look at the mobile menu loading unreliably. Thank you.

    Mirela
    Participant

    Hello,

    That’s because the height of the menu exceeds the height of mobile screen. Please add this code into your Custom Css box:

    .menu-small ul li a {
       margin-top: 0 !important;
       margin-bottom: 0 !important;
    }
    

    Best regards!

    Mirela
    Participant

    Hello,

    The AP Mega Menu plugin is the culprit. I deactivated it and the mobile header is ok. This is an unknown issue for us. The developer is working on it and we will update theme as soon as we have it fixed.

    Best regards!

    keithc
    Participant

    When viewing my site on mobile (https://www.lightbe.hk/wp) the last two rows of the vertical menu at the top does not show. Is there anywhere I can fix that?

    Thanks a lot!

    In reply to: main header row

    Mirela
    Participant

    Hello,

    First, when finding the css to customize, do not ever see the backend. Check only front-end/live site. The css you pasted(if is exactly like that) has errors.
    Try adding this one:

    /*mobile*/
    @media (max-width: 480px){
    #logo img { height: 60px;}
    .cl-mobile-menu-button span { background-color: #fff; }
    .header_container * {
        background-color: #20263a;
    }
    }
    /*tablet*/
    @media (min-width: 1024px){
    #logo img { height: 60px;}
    .cl-mobile-menu-button span { background-color: #fff; }
    .header_container * {
        background-color: #20263a;
    }
    }

    Mobile result screenshot: https://ibb.co/0hbZKZB
    Change the values for tablet, to your wish (i used the same as for mobile for this example).

    Best regards!

    In reply to: Bugs

    elovarvo
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    Yes, it’s all accessible now. I updated theme to the latest version 3.1 (released two days ago).
    I updated required plugins too. Please check your site. All is well now. The mobile menu is ok as well. See screenshot: https://ibb.co/fFH3pSy

    Best regards!

    roserocamilo
    Participant

    First, congratulate them for such an excellent job, it shows the effort that has behind, on the other hand, I have load problems with the site, please look

    Live Site:
    Home
    https://dev.camilorosero.in/ba3/

    It does not load the main banner, it does not load the logo and the menu bar stops working

    Product Demo:
    https://dev.camilorosero.in/ba3/producto/anillo-ejemplo-5/

    The product image or logo is invisible, there are spaces in the product description.

    Attached catches

    Home
    https://ibb.co/5x3B9t8

    Product
    https://ibb.co/71bW38N

    • This topic was modified 6 years, 1 month ago by roserocamilo.

    In reply to: Bugs

    elovarvo
    Participant

    After updating theme to new version published today, copyright disappeared. Can’t find the way to bring it back, there’s no CSS hiding it.

     

    FOOTER MENU:

    It’s still doing whatever it wants. I’ve sent you the link: https://goyaike.demoswp.com/ . See footer now it takes 2 lines despite having plenty of space, and see it also in mobile please, it gets cut off.

     

    IMAGES ON MOBILE: I’ve managed to override them with some extra custom CSS but it’s starting to look like Frankestein.

     

    Still can’t find a way to see the pageable container on mobile, it also disappears. I know how to add media queries, i just don’t understand some of the decisions you are making, like the “force 100% width” for images on mobile or removing WP Bakery native options like columns. It’s not against WordPress good practices to have a 2-column layout in mobile.

Viewing 15 results - 541 through 555 (of 1,351 total)