Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #990849

    Hi, I hope this message finds you well.

    I have four columns set up with a text block in the middle. There are four across a single row however on mobile the column that is at the front is in a different order but is also very small and not in line with the size of the others. I have the same on another page just with two rows and two boxes that aren’t the right size. It is fine on desktop but not mobile.

    My second bit I would like help with is know how I can change my menu items in my burger menu to a grey colour – they are currently white. The menu is grey on the main menu on desktop however as soon as it is on mobile it goes to white.

    Thanks for your time and help.

    Best,
    Chris

    #990955

    Hey ExquisiteRetail,
    I assume that I’m going to the right site, please see Private Content area. Unfortunately I’m not able to login, please check.

    Best regards,
    Mike

    #990960

    Hello,
    Is it possible to turn of burger menu on mobile version?

    • This reply was modified 6 years, 3 months ago by Mike. Reason: removed password
    #990979

    Hi,

    @mamaimam
    if I understand correctly, your current mobile menu was a full screen overlay, and your example site is a flyout menu.
    I went to Enfold Theme Options > Main Menu > Burger/Mobile Menu > Menu Overlay Style and changed it to “Sidebar Flyout Menu (Classic)”
    Please check that this is what you wanted.
    I see your menu items are very large, so you will want to make them smaller.
    If you have any more questions Please open a new thread so we can assist, as this is not your thread your login info will not be private here and I removed it for your security.

    Best regards,
    Mike

    #990981

    Hi,

    @ExquisiteRetail

    I found a different thread of yours that pointed to another site, please see in the Private Content area.
    But I’m not sure that it contains the issue you wrote about here, please include a screenshot so we are sure to be looking at the right issue. You can add a screenshot with https://postimg.cc

    Best regards,
    Mike

    #991558

    Hi Mike,

    So very sorry completely forgot to put in the correct website.

    #991656

    Hi ExquisiteRetail,

    Best regards,
    Victoria

    #991687

    Hi Victoria,

    See: https://postimg.cc/gallery/tdopd4gi/

    This is in Hypnotherapy and Coaching under Services.

    #991986

    Hi Chris,

    Thank you. I see the issue now but I do not see the reason that is causing it.

    Could you please enable the Advanced Layout Builder debug mode. Here is how to do it:

    Best regards,
    Victoria

    #992034

    Hi Victoria,

    Managed to get that done as you have requested. What’s next?

    #992035

    I have attached a screenshot of the code I added.

    #992518

    Hi, If someone could follow up with me please this would be much appreciated.
    I can tell from the number of jobs that are available that you guys must be over-worked.

    I am just waiting on this particular issue being fixed so I can deliver to my client.

    #992603

    I have been able to sort this out – strangely by just recreating the boxes and colour section exactly how i did it before. I also deleted the boxes that didn’t work and duplicated the ones that did. I have no idea what is different as I have done the same thing… I am concerned the issue may arise in the future so if you could check that would be great.

    The MOST important thing right now is the second issue I put is: My second bit I would like help with is know how I can change my menu items in my burger menu to a grey colour – they are currently white. This is for the mobile option with a pink background an white it is very difficult to see, how can we change this?

    Best,
    Chris

    #992607

    Hi Chris,

    I have checked your site in mobile and it seems that it’s looking fine and not like the one you posted in screenshot, is this already fixed?
    I just noticed that after the fourth box/button the gap is different from 20px space to 50px, so in Enfold > General Styling > Quick CSS I added this css code:

    #top #boxes .flex_column_table.av-equal-height-column-flextable {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }

    and put it inside the media query:

    @media only screen and (max-width: 767px) {

    If it’s still not fixed yet on your end, try to clear the browser cache or add this code inside the media query then clear the browser cache.

    #top #boxes .flex_column_table.av-equal-height-column-flextable .flex_column.av_one_fourth {
        padding: 50px !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #992632

    Hi Nikko, it seem I missed you earlier. You must have been working on the site as I was posting. This is the main issue now from what I mentioned above:

    The MOST important thing right now is the second issue I put is: My second bit I would like help with is know how I can change my menu items in my burger menu to a grey colour – they are currently white. This is for the mobile option with a pink background an white it is very difficult to see, how can we change this?

    I have currently changed the burger menu to the main overlay version but I would like to revert back to the classic slide out option just obviously with the above change.

    How can we do this?

    Best,
    Chris

    #992648

    Hi,
    To change the mobile menu items to gray and the background to pink, Please try this code in the General Styling > Quick CSS field:

    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {
    color: gray !important;
    }
    .av-burger-overlay-bg {
        opacity: 0.9;
        background: pink !important; 
    }

    As for your solved issue, at this point it would be hard to go backwards to figure out why, but typically these kind of issues come from unclosed html tags in the elements. If you are not adding tags to your element titles or content boxes, then you should not see these issues.
    Also if you are going to use the debugger to copy the shortcode, please be careful, because loosing the wrong ] symbol will cause the same issues.
    I hope this helps :)

    Best regards,
    Mike

    #992885

    HI Mike,

    Unfortunately this didn’t work for me when I reverted back to the sidebar flyout menu options. If you could take another look to see if it has been inputted correctly and if so what else might be needed then that would be most appreciated.

    Best,
    Chris

    #993205

    Hi,
    I added this to your Quick CSS:

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: gray !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #993224

    Hi Mike,

    This worked so thank you very much for that! I now have other issues however!

    I woke up to this morning to my client saying that two of the boxes in the coaching page are no longer centered (the end two). In addition to this and more concerning is that in desktop view the content has been moved further in – including the menus and logo. It is literally like 1/5 columns have been placed either side on every bit of content except for grids for example.

    No idea how this has happened, the only difference from now and then was Mike putting the code in and I don’t see how that could have done it…

    Best,
    Chris

    #993396

    Hi,
    I took a look at the coaching page and found that your column padding was 50px on all four sides of the text blocks, which was pushing the last two items off center, adjusting the padding to 50px-0px-50px-0px centers the text. But at 768px the text goes to the right & left edges of the pink box. I would recommend adding a media queries so at that size the text font is a little smaller so it looks like there is a little padding, while keeping the text centered.

    I also checked your Quick CSS, and found that you were missing a curly bracket, which I replaced. Perhaps this occurred when I was adding the last code, if so sorry about that.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #993690

    Hi Mike,

    Things are looking good now sir. Thank you very much for your help!

    #993745

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #993748

    Yes, this seems to be solved. Thanks

    #993758

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘Issues on mobile’ is closed to new replies.