Search Results for 'mobile menu'

  • magdad
    Participant

    @Eldo sure, thank you. Can I add 2 additional questions that I did not find answer for?

    5. How to change hamburger colour? I tired to use this code, it changed colour for a while, after click colour comes back to blue.

    @media (max-width: 979px){

    .mobile_small_menu {  color: #4F4F50;}

    }

    6. How can I change colour of the active menu position? Eg. when I am on Applications subpage, I would like Applications in menu to have blue font. I know that side menu has this option, but standard menu unfortunately doesn’t.

    IMG-7920

    • This reply was modified 5 years, 1 month ago by magdad.
    allanftoledo
    Participant

    I have some problem using menu:

    1) I want all text in white (light gray is ok) all the time when I’m in big screen.

    2) In mobile or tablet, menu turn white and I don’t know how to add a logo to show on white background.

    3) The button (DELIVERY) should appear, always, in white (light gray) border and text.

    How can I do it?

     

    Tks!

    pedrocasalinho
    Participant
    nickypijl
    Participant

    Hi,

    I have a question. I have the ‘June’ theme and everything works fine on the computer but on my Iphone or Ipad the menu doesn’t work. If I click on the menu it will not open. I can’t insert my shopping cart either. I also don’t get my logo in the middle. Please help me!

    Thanks

    The link is: https://loulane.com/

    Nas
    Participant

    The mobile view been tested on android and iphone and it shows empty slides and hamburger menu doesn’t work at all.

    also, the website loads too slow even I haven’t added that much content.

     

    • This topic was modified 5 years, 1 month ago by Nas. Reason: typo
    pedrocasalinho
    Participant

    Hello team, i’ve purchased your June Theme for Woocommerce but we are experiencing alot of problems with this theme. First of all we can’t import your default theme, it freezes near 70%. I alreacy checked the php settings for the limits, already made a clean install, it always freezes. Check my Screenshot

    https://gyazo.com/3b0fde3a29749425dd8d0d8dc6b50c0d

    Second Problem, after 1000 tries at the freezing problem, it somehow imported something to my wordpress, pages and a few content. When we are at the mobile (real smartphone) it doesn’t allow to click on the hamburger menu, doesnt open anything. And the Slider crashes too.

    Can you help me fixing that?

    https://gyazo.com/79d5445505a1197aa8f7abafe42eb0af

    https://gyazo.com/a4c031096eee13aac8362723f4484d10

     

    My website for testing: silvajeans.jetztcorp.com

     

    Thank you!

    Eldo
    Keymaster

    Hello,

    Please can you edit the file wp-content/themes/folie/js/codeless-main.js find the lines:

     $( '.cl-mobile-menu-button' ).on( 'click', function( ){
                    var button = $(this);
                    button.toggleClass( 'open' );
                    self.config.$responsiveMenu.slideToggle('200');         
                    CL_FRONT.animations( self.config.$responsiveMenu , true );
    
                } );

    replace with:

     $( '.cl-mobile-menu-button' ).on( 'click', function( ){
                    var button = $(this);
                    button.toggleClass( 'open' );
                    self.config.$responsiveMenu.slideToggle('200');         
    
                } );

    Save the file.

    Let me know if this resolves your issue.

    Regards!

    kylebenner
    Participant

    On my site https://bhotelsandresorts.com, I have custom menus set in the page theme options of some pages. It changes the menu on desktop, but not on mobile. One page for example is https://bhotelsandresorts.com/banana-bay. On desktop, the menu is correct, but on mobile it is not.

    MashaKub
    Participant
    This reply has been marked as private.
    Ludjon
    Keymaster

    Use this custom code:

    .cl-mobile-menu-button span{ background-color: #000; }

    Thanks

    stephaniewting
    Participant

    Hi,

    the mobile menu of the site I am building is not working on the first loading. It only works after I reload the site the second time, this happens on 3 different mobile devices I tested on.

    site:
    stephanieting.com

    MashaKub
    Participant
    This reply has been marked as private.
    stephaniewting
    Participant

    Hi,
    How to change mobile menu (display icon) to a custom color?

    Thanks

    stephaniewting
    Participant

    Hi,
    It works.
    But something is still wrong with it, after I pasted this code, the logo and menu on all my other pages (beside homepage) on mobile view don’t work anymore!

    redapemedia
    Participant

    Using the Handel Lawyer theme.
    The hamburger toggle does not work upon first load. You can click the toggle button, and the css transition for the toggle fires successfully, however the menu stays hidden.

    The testimonials are also not aligned correctly on mobile due to the inline padding applied: padding-right: 10%; padding-left: 25%; The left padding being larger pushes the testimonials to the right.

    In addition to horizontal centering issues, the vertical centering of them is off as well. Navigation (if using arrows) is vertically centered based upon the largest testimonial inside the owl carousel. When using navigation dots, they are placed below the container which results in the navigation dots being pushed much farther down on shorter testimonials. Regardless, none of the testimonials are ever centered vertically relative to its container.

    These issues can be found on your demo.

Viewing 15 results - 406 through 420 (of 1,351 total)