Search Results for 'mobile menu'

  • Mirela
    Participant

    Hello,

    This has become a very long post, so i will try to filter out the points we need to look on now:
    1-The slider images in mobile:
    I added this css into theme’s General Options > Custom Css box:

    @media (max-width: 979px){
    .header_wrapper {
        background: rgba(255,255,255,0.45) !important;
    }
    .codeless_slider_swiper.parallax_slider {
        height: 470px !important;
        min-height: 470px !important;
    }
    .swiper-slide.swiper-slide-active {
        background-size: cover !important;
    }
    }

    This is the result: https://ibb.co/mXG8Zh0

    Here is where you have to add all custom css. It’s safe and will not get lost or overwritten by any theme updates in the future.
    The Apperance > Custom Css menu is a WordPress framework option. We recommend you use theme’s option for adding custom css.

    2-I understand now the restricted possibilities for editing theme files, since you are in wordpress.com not wordpress.org. To edit the slider speed, please go to file includes/codeless-slider/codeless_slider.php and find line (38):
    $speed = 800;
    Edit value to 5000. Save changes.

    Let us know.

    Best regards!

    kabeza
    Participant
    This reply has been marked as private.
    GTP_Dutchy
    Participant

    Hi Mirela,

    Before is posted i already changed the color in customizing > header > menu style. But the css has fixed the issues on mobile.

    I’ve submitten a few tickets the solutions contains css code for all those tickets. will the custom css be safed after future updates or do i need to back it up to a different location aswell?

    Maium
    Participant

    Hi,

    How do I make the menu bakcground transparent on mobile?

    It is white now but I want it to be transparent.

    chrislyon5
    Participant

    I would like to remove the navigation both on desktop and mobile from the theme. I just want the page to appear without any logo, menu, etc.

    Mirela
    Participant

    Hello,

    1-This is a browser issue. Make sure the browser you are using doe snot have any add-ons installed. I tested this in various mobile cel and different browsers and the menu had no issue opening.

    2-Sorry but you can either activate or not the lightbox on hover. It’s not possible removing it only for mobile.

    A workaround would be deactivating onhover effect in mobile. If you want this, then just add this css into your Custom Css box:

    @media(max-width: 480px){
    .entry-overlay.dark-text.entry-overlay-zoom_color {
        pointer-events: none;
    }}

    Best regards!

    Mirela
    Participant

    Hello,

    The background color of menu items is defined in Customizing ▸ Header ▸ Menu Style.

    You can upload images and share the link with us from here: https://imgbb.com/

    To change the background color only for mobile, add this custom css:

    .cl-mobile-menu {
        background-color: #00aeef !important;
    }

    Best regards!

    illucity
    Participant

    Hello,
    i have 2 Problems with the mobile Version of my Website verenabiskup.de

    1st problem: I use the Theme Folie and on my smartphone (Android, Galaxy 7,chrome) the hamburger menu doesn’t work. When i press on the menu only the X appears and the menu doesn’t appear. When I reload the site the menu works. When i close the site and open it again the menu fails again. I tested it on 2 Android-smartphones. On a third one the menu worked without reloading. On tablets and desktop-Pc with mobile preview it works, too.

    2nd problem: I use the justify gallery of the jolie theme. When I click on an image the lightbox opens with a bigger version of the image. Perfect for Desktop and Tablet version. But i don’t want the lightbox to pop up on the smartphone-version. It makes no sense. Can i deactivate the links for the smartphone-version?

    GTP_Dutchy
    Participant

    Hello,

    I’ve changed the menu background color however on mobile versions it shows an black bar behind the typography. I’d like everything to be the blue i’ve chosen for it. i’d love to attach a screenshot but somehow i can’t upload those here.

    its about the site roelofsmetrology.nl

    GTP_Dutchy
    Participant

    This didn’t do anything for the desptop version. The three bars icon on the frontpage is still white and on all the other pages it’s still black. same goes for the typography in the menu. white on frontpage and black on the other pages. I want the typography in the menu to be white everywhere and the three bars hamburger menu icon to be blue everywhere.

     

    edit: it does seem to display correct color on a mobile phone

     

    • This reply was modified 5 years, 3 months ago by GTP_Dutchy.
    nhanndh
    Participant

    It is Ok about paging. But It’s not OK because it’s not shows categories like before. Beside, in Mobile, Menu does not work! Please check and fix carefully in both: DESKTOP and MOBILE!

    elitesecurity
    Participant

    Hi there,

    My site: http://www.elitesecuritystaffing.com

    After the breakpoint for the mobile menu, between 979px width and breakpoint width (right now I think we’re set at 1125px), the logo in the menu stays on the left and collides with the hamburger. I’d prefer if the logo just moved to the center and stayed there until it migrates to the right for the smallest mobile view. Would you be able to help me with the code for this?

    Thank you!

    GavinPom
    Participant

    I recently made a number of changes to my site incl. updating to latest WP version, latest Specular version and installing Specular as a child theme. The site is: https://talentdrivenvalue.com/

    Most of this seems to have worked out except for two items that seem to relate to the responsive actions when viewed on a mobile phone.

    1. Home Page – The main image is not resizing correctly and the menu seems to be the normal version rather than the mobile version. All the other pages seem to resolve correctly.

    2. Blog Page – There is some sort of code in the background that is now appearing and I’m not sure how to clear that.

    Thanks

    Gavin

    fiozhussainclt
    Participant

    Hi

    I have a problem in mobile view. In mobile humberger menu not working . Humberger menu is visible but its not working or not functioning

    ScottBuyerSight
    Participant

    Hello. The menu on my site works fine except on mobile. On mobile, when one clicks the hamburger menu, the color of the text and dropdown background are the same so that the text is not visible. I edited the styling in the “Dropdown Options & Mobile Menu” section, but the changes do not take affect on the site. Is something else preventing these changes from showing? Thanks for any help you can provide.

Viewing 15 results - 481 through 495 (of 1,327 total)