Search Results for 'mobile menu'

  • alexflo
    Participant

    Hi, I just noticed my website isn’t mobile friendly anymore. It used to adjust accordingly to my mobile devices (menu, sections of my page) but now, it just looks like a smaller version of the desktop version.

    In reply to: Responsive Issues

    alexflo
    Participant

    No problem! Is there a way to change the color of the menu button that is show on mobile? (three lines) There isn’t an option for this in the panel. Thanks!

    Mirela
    Participant

    Hello,

    Sorry for the late reply.

    1-To make text bold add this code:
    nav .menu li a:hover { font-weight: bold;}

    Add this for the mobile:

    @media (max-width: 979px){
    .snap-drawer #navigation nav .menu > li a:hover {  font-weight: bold;}}

    2-For the images, add this code instead:

    .search-results .blog-article .media .overlay {
        background: rgba(209, 193, 159, 0.61);
    }

    4-Add this code too:
    @media (max-width: 767px){.row-fluid.row-google-map { pointer-events: none;}}

    6-Please check the credentials as i can’t login.

    Best regards!

    Mirela
    Participant

    Hello,

    1-Are you referring to the mobile menu drop-down or the desktop? The mentioned changes can be done with some css.
    Add this code for the on hover background color of desktop menu:

    nav .menu li > ul.sub-menu li:hover {
        background: rgba(239, 239, 239, 0.75) !important;
    }

    Add this for the mobile:

    @media (max-width: 979px){
    .snap-drawer #navigation nav .menu > li:hover {
     background: rgba(239, 239, 239, 0.75) !important;
    }}

    2-Do you mean the h1 titles color on hover? Add this code:

    .search-results h1 > a:hover {
        color: #9A2BE0 !important;
    }

    3-Sorry but this requires code modification that takes quite some time and it is not included in support. You could hire a developer to do it for you.
    A workaround is to remove the theme search at General Options > Header Options > and add woocommerce search widget. Add the widget in top header area.

    4-I added this code into your custom css box:
    .row-fluid.row-google-map { pointer-events: none;}
    Inside the @media (max-width: 480px) block.
    5-Add this code:

    .header_tools .cart {
        border: 2px solid #80296A;
        border-radius: 5px;
        width: 33px;
        height: 33px;
    }
    header#header .header_tools .cart .cart_icon {
        top: 9px;
        left: 2px;
    }

    To add a border to cart icon. Or you can add a background image too with css.

    6-This is strange. I checked it on our side and it does not happen. Please send us your ftp credentials in a private reply. We need to check the menu files.

    PS: I am happy to know you are satisfied with our support. Thank you for your appreciation!

    Best regards!

    Kosiarka
    Participant

    Hi,

    I will glue to this topic as i have exactly the same problem. Screen:

    mobile menu >> https://oakhillfund.com.au/wp-content/uploads/2016/04/Screenshot_2016-04-19-22-52-32-e1461070668321.png

    footer (not visible moved to the left) >> https://oakhillfund.com.au/wp-content/uploads/2016/04/Screenshot_2016-04-19-22-52-41.png

    Mirela
    Participant

    Hello,

    1-Sorry but this is not an included plugin so we can not give support on it. You can try other plugins that do it’s job.

    2-I edited the code to this:

    @media (max-width: 480px){
    #sfmsb_settings-2 {  margin-top: -70px !important;}
    }

    The socials are generated by a third party plugin. Please keep in mind that we do not support third party plugins.

    3-You can learn more about css from many sites available in internet. I can suggest w3schools.com
    I added this code: span.sfmsb-circle { font-size: 35px !important;} into the @media(max-width: 480px) block.

    4-You can turn on the side menu for mobile in Header Options > Responsive menu style.

    5-Yes, with css. To remove entire footer, add this:
    @media (max-width: 480px){.footer_wrapper { display: none;}}

    7- Was the issue when you had Jetpack plugin activated? I checked it now but i don’t see the white space anymore.

    9-I added this code into the @media block:

    .header_wrapper {
        position: fixed !important;
        margin-top: -2px;
    }

    Please check your site.

    Best regards!

    rebeccaolson
    Participant

    Mihaila – I apologize, I got messed up with the numbers above (two #3s, missing a #5 and #6) – sorry it is confusing.

    1. I deactivated all the plugins on my site (except Evnvato Toolkit and Visual Composer, because those weren’t available to deactivate.) The space to the right disappeared on mobile. I then reactivated each plugin, one at a time. It re-appeared after I activated Jetpack. I have kept Jetpack de-activated for now, but was planning to use it for some things. Can this be fixed?

    2. This code did not work. There is still a large white space in the row under the call to action row, above social media buttons. I am not sure if this is the row I have hidden in responsive, or if I need to adjust the size of the row where the social media buttons are located.

    3. The social media buttons are  not centered (the buttons in color, only visible on mobile, just below the call to action – not the buttons in the footer). Do you have a link where I can find basic CSS code (like centering images in a row) so I don’t keep bothering you with CSS questions? These buttons are actually a widget (Simple Follow Me Social Buttons Widget), and I’m importing that widget into the row using the AMR Shortcode plugin – I imagine this is why it is not responding to regular editing. If centering the buttons is not something I can easily do, I will keep them left aligned – I would just prefer them centered.

    4. The right menu is turned off, but I want it back on. I cannot find where to add the menu back. That is my first question – I’ve looked everywhere, and I can’t figure out how to do it. Second related question: when I turn it back on, can I have it only appear on mobile?

    5. Footer: Is it possible to make the footer or specific columns of the footer not appear in mobile (appear on the full site only)?

    7. The issue with the slider only appeared after I updated to the new version of Tower. When I deactivate Slider Revolution it goes away, because the slider disappears. However, when I re-activate it, it happens again. There is a large white space to the left of the slider – and that same amount of space is added to the right (the slider overhangs the menu bar.) I’ve left this plugin activated, so you can see what I mean.

    8. Thank you – yes, that is it. We made the header non-transparent in order to fix issues with the slider, so I guess I’ll leave it that way.

    9. Is there any easy way to make the header sticky on mobile, or would this require me hiring someone to customize?

    Note: I have updated to Tower 1.6 and Visual Composer 4.11.2

    rebeccaolson
    Participant

    After the most recent update on 4/14/16 (Tower 1.6) the above issues are still there. In addition, there are new problems with the mobile site:

    7. There is a white space/margin to the left of the slider. This seems to correspond directly with the amount of overhand the slider has on the right side, past the header.

    8. The responsive dropdown menu (left of the logo) no longer works as a regular dropdown, laying over the top of the site. Instead, it pushes the site down and essentially becomes its own row. Is there any way to return it to a regular dropdown?

    9. The navigation bar is not sticky. Is there any way to make it sticky on mobile, like it is on the site? Or is this not possible for mobile?

    kyleburt
    Participant

    Hello,

    Is there an easy fix to move the mobile menu to the right side of the screen instead of the left?

    rebeccaolson
    Participant

    Hello –

    I have been working on the mobile version of my site, and have a short list of things I need help with, that I can’t find in the forums or documentation:

    BUGS
    1. The mobile site size seems to be too big. You can move it to the left when scrolling. A large blank space appears to the right. You can recenter the site, but the slider (I am using revolution slider) sticks and won’t recenter.

    2. There is a large white space at the bottom of my mobile home page, which I think is the rows I have hidden on responsive layout (link: https://66.147.244.177/~lavendl6/ location: under the call to action row, above social media buttons.

    3. I can’t seem to center the social media icons (they only show on mobile). I am using the API widget code to import the “social media widget” to this column.

    MENUS
    3. Is there a way to make the footer responsive? I want to hide the footer or portions of the footer just on mobile. I would like to hide footer column 3 and footer column 4, but would hide all of it if my options are all or nothing.

    4. Is there a way to make the right sidebar menu responsive? I would like it to just appear on mobile.

    I can’t get the right sidebar menu to re-appear now, to show you what I mean. I think perhaps we added code to remove the sidebar to help with spacing (or something) – is that why? Or am I not doing it correctly?

    Thank you!
    Rebecca

    sus2007
    Participant

    And also i want to have this font on the mobile Version.
    When i look now, the menu on the mobile version is still in another font.

    Thank you very much!

    Mirela
    Participant

    Hello,

    1-Please read this related topic.

    2-Decrease the menu items padding and margin to decrease it’s width so that it won’t slide down when the screen gets smaller. edit these values in General Options > Header Options > Menu Options.

    3-If you have enabled the responsive mode, then you will have automatically the mobile menu on. Check it at General Options.

    4-Please send us a link so we can give specific css.

    *The custom css box has no issue and the code inserted will work. Please make sure first that you are modifying the right css classes.
    Let us know.

    Best regards!

    In reply to: Issue with submenu

    Mirela
    Participant

    Hello,

    That is not exactly an issue. The style of mobile sub-menu has been changed from the online demo version to the current one.
    I added this code into your custom css box:

    .menu-small ul.menu > li > a { color: #2a2a2a !important;}
    .menu-small ul.menu .codeless_custom_menu_mega_menu h6 {
        color: #2a2a2a !important;
    }
    .menu-small { background-color: #FDFCFC !important;}
    .menu-small ul li a {
        color: #524B4B !important;
         font-size: 14px !important;
        padding-left: 13% !important;
    }

    to make it just like the demo.
    Let us know if you need anything else.

    Best regards!

    pixelwise
    Participant

    #1 How do I make the slider continuously loop when it reaches the end? I don’t want it redirected to the start; I want to see the slider continuously loop when I go to either left or right direction.

    Slider Type: Gallery Carousel
    Slides: 5
    Gallery Carousel Effect: Simple
    Slider layout: Fullwidth
    Active Fixed Slider: Off
    Active Parallax: On

    #2 On the ipad, my navigation menu goes down from its place while the logo remains at the top left.
    How do I make the nav menu responsive so that it still retains in-line with the logo?

    The nav menu has 7 items/pages with the search button at the end. The logo is 267px wide and floated left.
    It’s responsive with lesser menu items; but all menu items are needed. Further, the distorted nav also occurs between 980px to 1275px wide.

    At a screen width of 1903px:
    The nav bar (logo, menu, search button) is 1100px wide.
    Logo is 266.656px wide.
    Menu is 721.266px wide.
    Search button is 34px wide but with a left margin of 20px.

    #3 As another option for #2, how can I make the navigation menu turn into the mobile menu?

    #4 When in mobile view on a page with a gallery carousel, the menu becomes twice its original height. So, there is a line for the menu and logo, another line that’s just white space. How do we remove the white space?

    Other Details:
    I have tried entering custom CSS as well as media queries through Specular General Options as well as adding a modified style.css to the core files via the child theme. I am using the child theme. I have the latest version (from Feb 18, 2016); WP version is 4.4.2. — The custom CSS is not getting implemented or applied.

    williamf06
    Participant

    In mobile view with responsive site turned on clicking the menu button to open new options doesn’t work. I have searched high and low for a setting to fix this and I can’t find an option that looks like it is for the mobile menu.

Viewing 15 results - 1,066 through 1,080 (of 1,327 total)