Search Results for 'mobile menu'

  • garyseven
    Participant

    Awesome – theme is humming along nicely now! Last queries.

    question one

    The font in the main menu  is different than the one in the demo (a little thicker) how do i get that to look like your demo and

    question two

    on mobile when i hit the hamburger menu the font is not showing (maybe once I set the font to the one you have in the demo that will be fixed.

    Thanks

    jrwjames
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    You can access that file via a ftp account. Follow this path: wp-content\themes\tower\includes\core\codeless_routing.php

    To move away the logo from mobile menu icon, add this code into your custom css box:

    @media (max-width: 979px){
    #logo img {
        padding-left: 20px !important;
    }}

    Edit the values to your wish.

    Best regards!

    jrwjames
    Participant

    Hi there,

    I would like to have all my portfolio items on display on my portfolio page (remove pagiation, etc).

    I have seen a similar query here:

    Home

    You say: “If you do not want to use pagination for your portfolio, but instead want all items displayed in one page. You can do that by editing the file \includes\core\codeless_routing.php”

    If this is still the best fix, Can you tell me where I will find this file?

    Also, whilst I am here I am having problems with the responsive theme when viewed on portrait on mobile – the menu icon (three horizonal lines) is overlayed across my main logo/header.

    Thanks in advance for your assistance!

    James

     

    bluestrawberry
    Participant

    Hi Everyone, There are still issues outstanding and it’s been 2 days since your last reply.

    • The logo and menu don’t seem to line up with anything and drop off the background at certain sizes – noticed this only happens when resizing the window. The top bar where the contact email and phone number appear needs to be hidden at the same break point as when the menu changes to the small screen version.

     

    • The colour overlay on the page headers don’t work on retina devices

     

    • scroll buttons on the testimonial carousel don’t work on mobile (android)

     

    • The images on the “latest from blog” VC element should link to the story as well as the title

     

    • page titles are not showing on the left side of the breadcrumbs on pages. (see links above)

    bluestrawberry
    Participant
    This reply has been marked as private.
    Mirela
    Participant

    Hello,

    I added this code into your custom css box:

    #logo img {  margin-top: 60px !important;}
    nav {
        height: 100%;
        padding-top: 0px !important;
    }
    .header_8 nav .menu>li>a {
        margin-top: -30px !important;
        height: 100px !important;
    }
    .header_tools {
        padding-top: 24px !important;
    }
    
    @media (max-width: 979px){
    #logo img {  top: 20% !important;}
    .header_tools {  height: 80% !important;}
    .header_tools {
        padding-top: 0 !important;
    }
    }
    @media (max-width: 1024px){
    header#header #navigation {  margin-top: -80px !important;}
    .header_tools {  height: 55% !important;}
    #logo {  margin-top: -60px !important;}
    .header_tools .vert_mid > a:last-child { margin-top: -36px;}
    }
    @media (max-width: 480px){
    #logo img {
        max-height: 85px !Important;
        margin-top: -14px !Important;
        margin-right: 55px !Important;
    }}

    This is the result: mobile screenshot; ipad; ipad landscape.
    Let us know.

    Best regards!

    bluestrawberry
    Participant

    I’ve recently been working on a site which already had your theme installed and have come across a few issues when the site is displayed on phones/tablets.

    • The logo and menu don’t seem to line up with anything and drop off the background at certain sizes

    • The colour overlay on the page headers don’t work on retina devices

    • scroll buttons on the testimonial carousel don’t work on mobile (android)

    • The images on the “latest from blog” VC element should link to the story as well as the title
    also, the featured image in the news section crops at 390 px  and I can’t see where to change this

    • If the page has a long title the text in the header does not have a word wrap on so overflows off the edge

    Thanks

    Mirela
    Participant

    Hello,

    I can see the mobile menu icon and drop-down are displaying as they should. Please see screenshot. Did you manage to fix your issue?
    Let us know.

    Best regards!

    Mirela
    Participant

    Hello,

    Did you set up slider to hide in mobile? Please check it at your page’s General Settings > Slider Options > Remove Sliders from Mobile Phone View.

    The navigation does not disappear. In mobile and ipad, the normal menu is hidden and the mobile menu is displayed. Don’t you have the three bars menu icon showed?
    Can you please fill in the necessary information on your extra information fields of your profile data? So we can give it a closer look.

    Read this article for more information.

    Best regards!

    ansarshah
    Participant

    I had same issue with slider for

    <span style=”color: #4b4d4d; font-family: Raleway; font-size: 14px;”>3 – The text size appears perfectly on desktop version, but appears way too small or way too big on mobile. And with the slider becoming shorter as we scroll down, we lose text of the slider that’s hidden under the menu bar…</span>

    And this helped me.

    @media (max-width: 480px){
    .codeless-slider-container { height:430px!important;}
    .codeless_slider_swiper { min-height: 430px !important;}
    .codeless_slider .swiper-slide { min-height: 430px !important;}
    .codeless_slider_wrapper { min-height: 430px !important;} }

    By adding one more class .codeless-slider-container { height:430px!important;} 

    Hope this helps.

    sedona888
    Participant

    Hello,

     

    I am unable to get the logo, navigation menu and video slider to work properly in the responsive versions. See screenshot. I would like the menu and logo to be visible at the top. The logo should be on the left side of screen, and the dropdown menu on the right.

    Screenshot

    Thanks

     

    sedona888
    Participant

    Hello, I am having some issues on the mobile end of the theme. The video slider turns into the default image, but there’s a blurred out circle in the middle. How can I change that?

    Also, the navigation menu disappears on tablet and mobile versions. How can I correct that?

     

    Thanks!

    mire82
    Participant

    Hello,

    I have some responsive issues with my website: (https://37.60.245.241/~south894)

    The slider Revolution on the Homepage look good on laptop and Ipad, but not on mobile view, where a blank space appears below the slider.

    On the Ipad view the menu items are not properly displayed and they appear out of the header, how can I fix that?

    Also, on mobile view my logo doesn not responsively size, it looks huge.

    Thank you so much for your help.

    Mirela
    Participant

    Hello,

    Please add this code into your custom css box:

    @media (max-width: 480px){
    #logo img {
        height: 75px !important;
        top: 57% !important;
    }}

    This is the result screenshot.
    The mobile menu bars are already blue. Did you manage to change it’s color? Let us know.

    Best regards!

Viewing 15 results - 916 through 930 (of 1,327 total)