Search Results for 'mobile menu'

  • 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, 6 months 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, 6 months 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.

    In reply to: Bugs

    Mirela
    Participant

    Hello,

    1-FOOTER MENU:
    There is some css that is positioning it 50% to the left. Try adding this css to fix this:

    footer#footer .inner .row-fluid.ff .span12:first-child:last-child {
        left: 42% !important;
    }

    2-Images:
    This is a decision of the developers. For any suggestion please write here: https://support.codeless.co/?forum=suggest-us-features

    Can i see a page where you are using this?

    3-Empty spaces: Please add some wp credentials in a private reply. So we can check it.
    4-PAGEABLE CONTAINER: You can add padding to a row using the row settings. Also check the margin/padding of page container in Specular > Layout > Page Builder Row Margin Bottom/Inner Page Content Padding.

    The responsive mode has different css. If you want to customize it, you need to wrapp the custom css inside a @media (max-width: 480px) rule.

    There are rules to follow for responsive. When in mobile in order to have content show well, only one row structure is used. These are WordPress rules. It’s not decided from us. If you do not want to use responsive mode, and keep several columns per row, then just set off Responsive in Specular > General Options.

    -Yes, you can update wordpress to 5.2. Theme has no issues with it.

    Best regards!

    Mirela
    Participant

    Hello,

    The menu it’s there, but it’s already in mobile mode. Screenshot: https://ibb.co/xzFJtss It will show in desktop mode only in landscape layout.
    *I can’t see the first picture.

    Let us know.
    Best regards!

    elovarvo
    Participant

    I’m having way too many trouble to set up a simple site with Specular, which i never had on other WP Bakery visual composer powered themes.

    See website in development url: https://goyaike.demoswp.com/

    FOOTER MENU:
    It simply won’t center. I’ve tried with custom CSS but it’s always off. Also, it’s not taking the colors i’m setting in Customizer.

    IMAGES:
    Why would an image need to have set up a width in order to center it? And having set it, why does it have a media query that forces 100% width in mobile enlarging it beyond its size?

    EMPTY SPACES keep getting ignored on front end.

    PAGEABLE CONTAINER:

    https://goyaike.demoswp.com/nuestros-negocios/

    Why would i need to patch everything with custom CSS to remove unwanted paddings, margins and borders?

    Why does it dissapear on mobile?

    RESPONSIVE LAYOUT

    Why have you removed the ability to set how many columns we need to display in lower resolutions? Or even column heights?

    I’m thinking maybe the installation is faulty, but i’ve reset everything and i’m still running into this strange stuff.

    PS: Is it safe to update to WordPress 5.2?

    eltooks
    Participant

    Hi Mirella,

    Thanks for your answer. Unfortunately it did help solve my issue.

    Again, I tried today to update the theme. Then updated/reactivated all plugins. The WP Page Builder refused to update and it cannot be deleted. Any way, that is not the issue.

    There are massive changes in the theme. I took before and after pictures so that you can see what I am talking about.

    [caption id="" align="alignnone" width="445"]Before The page before updating the theme[/caption]

     

    [caption id="" align="alignnone" width="525"]After After the theme update[/caption]

    As you can see, the slider is gone, the look and feel changes, the footer changes… Also inside the WordPress Admin console, the Specular menu item from where I can change the header and the logo is gone.

    This one:

    Again, I appreciate your help. I know you’re not responsible for theme installation or customization but these are all happening on updating the theme.

    For the record my WordPress version is 4.9.8. I tried installing the update on both 4.9.8 and I also tried updating WordPress to 5.2.1 and installing the theme there. Had these issues in both cases.

    Again, if you can point me to how I can fix the hamburger menu not clicking on the homepage on mobile without all the above, then we can both be done with it. If you insist on me updating the theme, then you have to please support me in doing so because all the above is happening. Thanks.

Viewing 15 results - 556 through 570 (of 1,362 total)