Search Results for 'mobile menu'

  • In reply to: Tower: Menu Missing

    azam
    Keymaster
    This reply has been marked as private.

    In reply to: Tower: Menu Missing

    codelesstowerfan
    Participant
    This reply has been marked as private.
    achancetoencounter
    Participant
    This reply has been marked as private.
    achancetoencounter
    Participant

    My website mainly looks great on desktop, but when it’s on iPad or iPhone, the formatting and images and text don’t adjust / respond to fit the smaller screens. How can I fix this?

    Secondly, sometimes when I scroll up or down too much (desktop, mobile etc.), an extra white menu or the next/previous slide is mixed in with the current slide. What can I do to avoid this?

    Please respond and will private reply.

    In reply to: Slider is not showing

    azam
    Keymaster
    This reply has been marked as private.

    In reply to: Slider is not showing

    sarath
    Participant
    This reply has been marked as private.
    azam
    Keymaster

    Hi,
    – Thin Gray Lines
    – Mobile Menu Empty

    Please add the following code in:
    WP-Admin Dashboard > Appearance > Customize > General > Custom Codes > Custom CSS

    .cl-row .bg-layer{
      background-color: #000 !important;
    }
    
    .cl-mobile-menu nav>ul>li{
      opacity: 1 !important;
    }
    

    – Increase the Sidebar width
    The width of the header/sidebar on the left is preferred size for this type of layout. However, you can change the sidebar width by adding the following code in the customizer(path is mentioned above)

    @media (min-width: 992px)
     .header_container {
        width: 285px; /* Change width of sidebar */
     }
    }
    

    – Only two social icons display on the Mobile device
    There’re only two social icons displayed because for all social icons the layout will be messy and condensed. The logic to display the first two social icons is to make sure the layout of the header should be clear and focused.

    – Add links to social icons

    You can add links to social buttons simply through
    WP-Admin Dashboard > Appearance > Customize > Hover over the social icons > Click on SOCIAL ICONS > Add/Remove links and social buttons > Publish > Done.

    – Empty Space below the logo

    The space below the logo depends upon the content below it. The more the menu items the lesser will be space below and above the menu.

    Thanks,

    achancetoencounter
    Participant
    This reply has been marked as private.
    achancetoencounter
    Participant

    Questions about Folie photography theme:
    – I replaced all the portfolio featured images with just black backgrounds but there is still a very thin grayish line between each of the items, how can I get rid of these borders?
    – using image logo, there is a large empty space between the bottom of the logo and the menu, how can I fix this?
    – is there a way to increase the width of the left sidebar (header)?
    – how to add links to the social icons?

    On mobile:
    – When I click on the hamburger menu I don’t see anything?
    – Why is it that it only shows the first two social icons?

    Mod please reply me and I’ll private reply you with the domain name, thanks!

    azam
    Keymaster

    Hi,
    Add the following code in the customizer

    .cl-mobile-menu nav>ul>li{
      opacity: 1 !important;
    }
    

    Thanks,

    andrewoceansreed
    Participant

    So the good news is on desktop view it works correctly now. However, on mobile screens the links do not work and for some reason are not visible either (I think for some reason they are the same color as the background when you click the hamburger menu).

    Thank you for your help so far, I’m hopeful you can apply the same fix to mobile view as well. Let me know if I need to change anything else.

    andrewoceansreed
    Participant
    This reply has been marked as private.
    azam
    Keymaster

    Hi,
    – Menu not appearing
    Please add the following code:
    WP-Admin Dashboard > Appearance > Customize > General > Custom Codes > Custom CSS

    .cl-mobile-menu nav > ul > li{opacity: 1 !important}
    

    – Font issues
    Can you enlist the steps you’re following?

    Thanks,

    rvlna
    Participant

    Hi,

    When seen on a mobile device, the expanded (hamburger) menu does not appear : seems like it’s written the same color as the background.
    On a computer with a reduced window it seems to work inconsistently : first it works when you reduce the size of the window, then if you reload the page in the reduced window the same problem appears…

    Our web site is : http://lnamel.com/

    Any idea why the font color is changed or doesn’t appear ?
    How can I set the font of the Hamburger Menu (not capital for instance ?)

    Font issues : some google font doesn’t work anymore : Manrope, Poppins, and many more… when set, they are replaced by standard fonts … but it’s not visible in the codeless editor – only out of the editor (normal mode).

    Thanks a lot !

    In reply to: Social Icons on Mobile

    praxs4u
    Participant
    This reply has been marked as private.
Viewing 15 results - 121 through 135 (of 1,351 total)